Click or drag to resize

OntologyGraph.OwlObjectProperties Property

Gets all OWL Object properties defined in the graph.

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

Property Value

Type: IEnumerable<OntologyProperty>
See Also