IndividualHasClass Method (Uri) |
Gets whether the Individual belongs to a class identified by the given URI.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool HasClass(
Uri class
)
Public Function HasClass (
class As Uri
) As Boolean
Parameters
- class
- Type: SystemUri
Class URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.Individual.HasClass(System.Uri)"]
See Also