OntologyGraphGetClasses Method |
Get all classes defined in the graph where anything of a specific type is considered a class.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<OntologyClass> GetClasses(
INode classType
)
Public Function GetClasses (
classType As INode
) As IEnumerable(Of OntologyClass)
Parameters
- classType
- Type: VDS.RDFINode
Type which represents classes.
Return Value
Type:
IEnumerableOntologyClassEnumeration of classes.
See Also