Click or drag to resize

OntologyClass.IsRangeOf 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: IEnumerable<OntologyProperty>
See Also