OntologyClass.IsDomainOf Property |
Gets the properties which have this class as a domain.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<OntologyProperty> IsDomainOf { get; }
Public ReadOnly Property IsDomainOf As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerable<OntologyProperty>
See Also