Click or drag to resize

OntologyProperty.SubProperties Property

Gets the sub-properties of this property (both direct and indirect).

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

Property Value

Type: IEnumerable<OntologyProperty>
See Also