View Javadoc

1   package org.openrdf.concepts.owl;
2   
3   import org.openrdf.elmo.annotations.rdf;
4   import org.openrdf.concepts.owl.OwlProperty;
5   
6   @rdf("http://www.w3.org/2002/07/owl#AnnotationProperty")
7   public interface AnnotationProperty extends OwlProperty {
8   
9   }