RdfXmlSpecsHelperIsRdfNamespace Method (Uri) |
Validates that a URI matches the RDF/XML namespace URI.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsRdfNamespace(
Uri nsUri
)
Public Shared Function IsRdfNamespace (
nsUri As Uri
) As Boolean
Parameters
- nsUri
- Type: SystemUri
The namespace URI to be validated.
Return Value
Type:
BooleanTrue if the URI matches the RDF/XML namespace URI.
See Also