Click or drag to resize

OntologyGraphOwlDatatypeProperties Property

Gets all OWL Data properties defined in the graph.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<OntologyProperty> OwlDatatypeProperties { get; }

Property Value

Type: IEnumerableOntologyProperty
See Also