Click or drag to resize

OntologyGraphOwlProperties Property

Gets all properties defined in the graph using any of the standard OWL property types (owl:AnnotationProperty, owl:DataProperty, owl:ObjectProperty).

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

Property Value

Type: IEnumerableOntologyProperty
See Also