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; }
Public ReadOnly Property AllClasses As IEnumerable(Of OntologyClass)
Get
Property Value
Type:
IEnumerableOntologyClassSee Also