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