OntologyGraphRdfProperties 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; }
Public ReadOnly Property RdfProperties As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerableOntologyPropertySee Also