Click or drag to resize

OntologyGraph.OwlClasses Property

Get all OWL classes defined in the graph.

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

Property Value

Type: IEnumerable<OntologyClass>
See Also