OntologyGraphOwlObjectProperties Property |
Gets all OWL Object properties defined in the graph.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<OntologyProperty> OwlObjectProperties { get; }
Public ReadOnly Property OwlObjectProperties As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerableOntologyPropertySee Also