1 package org.openrdf.concepts.dc.terms;
2
3 import org.openrdf.elmo.annotations.rdf;
4
5 /** A list of types used to categorize the nature or genre
6 of the content of the resource.
7 * @see http://dublincore.org/documents/dcmi-type-vocabulary/ */
8 @rdf("http://purl.org/dc/terms/DCMIType")
9 public interface DCMIType extends DctermsResource {
10
11 }