Click or drag to resize

OntologyGraphRdfClasses Property

Get all the RDFS classes defined in the graph.

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

Property Value

Type: IEnumerableOntologyClass
See Also