Click or drag to resize

OntologyGraph.OwlProperties 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: IEnumerable<OntologyProperty>
See Also