Click or drag to resize

OntologyGraphAllProperties Property

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

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

Property Value

Type: IEnumerableOntologyProperty
See Also