Click or drag to resize

OntologyGraph.AllClasses 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: IEnumerable<OntologyClass>
See Also