Click or drag to resize

RdfXmlSpecsHelperIsTypeAttribute Method

Checks whether an attribute is an rdf:type attribute.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsTypeAttribute(
	AttributeEvent attr,
	INamespaceMapper nsMapper
)

Parameters

attr
Type: VDS.RDF.Parsing.Events.RdfXmlAttributeEvent
The attribute to check.
nsMapper
Type: VDS.RDFINamespaceMapper
The namespace prefix mappings to use to expand QNames.

Return Value

Type: Boolean
True if the attribute is and rdf:type attribute, false otherwise.
See Also