Click or drag to resize

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
)

Parameters

nsUri
Type: SystemUri
The namespace URI to be validated.

Return Value

Type: Boolean
True if the URI matches the RDF/XML namespace URI.
See Also