Click or drag to resize

OntologyPropertySuperProperties Property

Gets the super-properties of this property (both direct and indirect).

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

Property Value

Type: IEnumerableOntologyProperty
See Also