Click or drag to resize

OntologyProperty.Siblings Property

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

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

Property Value

Type: IEnumerable<OntologyProperty>
See Also