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