Uses of Interface
com.hp.hpl.jena.ontology.AnnotationProperty

Packages that use AnnotationProperty
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
 

Uses of AnnotationProperty in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return AnnotationProperty
 AnnotationProperty OntResource.asAnnotationProperty()
          Answer a view of this resource as an annotation property
 AnnotationProperty OntModel.createAnnotationProperty(String uri)
           Answer a resource that represents an annotation property in this model.
 AnnotationProperty OntModel.getAnnotationProperty(String uri)
           Answer a resource that represents an annotation property in this model.
 

Methods in com.hp.hpl.jena.ontology that return types with arguments of type AnnotationProperty
 com.hp.hpl.jena.util.iterator.ExtendedIterator<AnnotationProperty> OntModel.listAnnotationProperties()
           Answer an iterator that ranges over the properties in this model that are declared to be annotation properties.
 



Licenced under the Apache License, Version 2.0