Click or drag to resize

OntologyGraphAllClasses Property

Gets all classes defined in the graph using the standard rdfs:Class and owl:Class types.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<OntologyClass> AllClasses { get; }

Property Value

Type: IEnumerableOntologyClass
See Also