Click or drag to resize

OntologyGraph.RdfProperties Property

Gets all RDF properties defined in the graph.

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

Property Value

Type: IEnumerable<OntologyProperty>
See Also