OntologyPropertyDirectSuperProperties Property |
Gets the direct super-properties of this property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<OntologyProperty> DirectSuperProperties { get; }
Public ReadOnly Property DirectSuperProperties As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerableOntologyPropertySee Also