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