Uses of Interface
org.apache.jena.ontology.AnnotationProperty
Packages that use AnnotationProperty
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package.-
Uses of AnnotationProperty in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return AnnotationPropertyModifier and TypeMethodDescriptionOntResource.asAnnotationProperty()Answer a view of this resource as an annotation propertyOntModel.createAnnotationProperty(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents an annotation property in this model.OntModel.getAnnotationProperty(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents an annotation property in this model.Methods in org.apache.jena.ontology that return types with arguments of type AnnotationPropertyModifier and TypeMethodDescriptionOntModel.listAnnotationProperties()Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator that ranges over the properties in this model that are declared to be annotation properties. -
Uses of AnnotationProperty in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement AnnotationPropertyModifier and TypeClassDescriptionclassImplementation for ontology abstraction of annotation propertyMethods in org.apache.jena.ontology.impl that return AnnotationPropertyModifier and TypeMethodDescriptionOntResourceImpl.asAnnotationProperty()Answer a view of this resource as an annotation propertyOntModelImpl.createAnnotationProperty(String uri) Answer a resource that represents an annotation property in this model.OntModelImpl.getAnnotationProperty(String uri) Answer a resource that represents an annotation property in this model.Methods in org.apache.jena.ontology.impl that return types with arguments of type AnnotationPropertyModifier and TypeMethodDescriptionOntModelImpl.listAnnotationProperties()Answer an iterator that ranges over the properties in this model that are declared to be annotation properties.