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; }
Public ReadOnly Property IsRangeOf As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerableOntologyPropertySee Also