Click or drag to resize

OntologyClassSiblings Property

Gets the Sibling classes of this class, if this class is the root of the ontology nothing is returned even if there are multiple root classes.

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

Property Value

Type: IEnumerableOntologyClass
See Also