OntologyProperty.SuperProperties Property |
Gets the super-properties of this property (both direct and indirect).
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<OntologyProperty> SuperProperties { get; }
Public ReadOnly Property SuperProperties As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerable<OntologyProperty>
See Also