1 package org.openrdf.concepts.dc.type;
2
3 import org.openrdf.elmo.annotations.rdf;
4
5 /** A collection is an aggregation of items. The term
6 collection means that the resource is described as a
7 group; its parts may be separately described and navigated. */
8 @rdf("http://purl.org/dc/dcmitype/Collection")
9 public interface Collection {
10
11 }