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