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; }
Public ReadOnly Property IndirectSuperProperty As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerableOntologyPropertySee Also