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
)
Public Shared Function IsTypeAttribute (
attr As AttributeEvent,
nsMapper As INamespaceMapper
) As Boolean
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:
BooleanTrue if the attribute is and rdf:type attribute, false otherwise.
See Also