Click or drag to resize

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
)

Parameters

classType
Type: VDS.RDFINode
Type which represents classes.

Return Value

Type: IEnumerableOntologyClass
Enumeration of classes.
See Also