Click or drag to resize

OntologyPropertySiblings 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: IEnumerableOntologyProperty
See Also