OntologyGraph.RdfProperties Property |
Gets all RDF properties defined in the graph.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<OntologyProperty> RdfProperties { get; }
Public ReadOnly Property RdfProperties As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerable<OntologyProperty>
See Also