Click or drag to resize

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; }

Property Value

Type: IEnumerableOntologyProperty
See Also