Click or drag to resize

OntologyClassIsRangeOf Property

Gets the properties which have this class as a range.

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

Property Value

Type: IEnumerableOntologyProperty
See Also