DC.java revision 2
/*
* Created on 08.09.2005
*/
/**
* Class with static references to the Dublin Core (DC) ontology.
*
* @author Michael Daenzer, University of Zurich
* @see <a href="http://dublincore.org/">Dublin Core Metadata Initiative</a>
* @see <a href="http://dublincore.org/2003/03/24/dces#">Dublin Core Ontology</a>
*/
public class DC {
public final static OWLDataProperty creator =
public final static OWLDataProperty contributor =
public final static OWLDataProperty date =
public final static OWLDataProperty rights =
}