Click or drag to resize

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