Click or drag to resize

OntologyPropertyIndirectSuperProperty Property

Gets the indirect super-properties of this property.

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

Property Value

Type: IEnumerableOntologyProperty
See Also