Click or drag to resize

OntologyProperty.DirectSuperProperties 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; }

Property Value

Type: IEnumerable<OntologyProperty>
See Also