OntologyClassIndirectSubClasses Property |
Gets the indirect sub-classes of this class.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<OntologyClass> IndirectSubClasses { get; }
Public ReadOnly Property IndirectSubClasses As IEnumerable(Of OntologyClass)
Get
Property Value
Type:
IEnumerableOntologyClassSee Also