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