OntologyGraphOwlProperties Property  | 
 
            Gets all properties defined in the graph using any of the standard OWL property types (owl:AnnotationProperty, owl:DataProperty, owl:ObjectProperty).
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<OntologyProperty> OwlProperties { get; }Public ReadOnly Property OwlProperties As IEnumerable(Of OntologyProperty)
	Get
Property Value
Type: 
IEnumerableOntologyProperty
See Also