Click or drag to resize

OntologyClassSubClasses Property

Gets the sub-classes of this class (both direct and indirect).

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

Property Value

Type: IEnumerableOntologyClass
See Also