Click or drag to resize

OntologyClassIndirectSuperClasses Property

Gets the indirect super-classes of this class.

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

Property Value

Type: IEnumerableOntologyClass
See Also