1 package org.openrdf.concepts.dc.type;
2
3 import org.openrdf.elmo.annotations.rdf;
4
5 /** A dataset is information encoded in a defined structure
6 (for example, lists, tables, and databases), intended to
7 be useful for direct machine processing. */
8 @rdf("http://purl.org/dc/dcmitype/Dataset")
9 public interface Dataset {
10
11 }