View Javadoc

1   package org.openrdf.concepts.dc.terms;
2   
3   import org.openrdf.elmo.annotations.rdf;
4   
5   /** ISO 639-2: Codes for the representation of names of languages.
6    * @see http://lcweb.loc.gov/standards/iso639-2/langhome.html */
7   @rdf("http://purl.org/dc/terms/ISO639-2")
8   public interface ISO6392 extends DctermsResource {
9   
10  }