Click or drag to resize

RdfXmlSpecsHelperIsPropertyAttributeURI Method (String)

Checks whether a given QName is valid as a Property Attribute Uri.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsPropertyAttributeURI(
	string qname
)

Parameters

qname
Type: SystemString
QName to Test.

Return Value

Type: Boolean
True if the QName is valid.
See Also