Click or drag to resize

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