View Javadoc

1   package org.openrdf.concepts.dc.terms;
2   
3   import org.openrdf.elmo.annotations.rdf;
4   
5   /** The DCMI Box identifies a region of space using its geographic limits.
6    * @see http://dublincore.org/documents/dcmi-box/ */
7   @rdf("http://purl.org/dc/terms/Box")
8   public interface Box extends DctermsResource {
9   
10  }