All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.anno4j.model.namespaces.DCTERMS Maven / Gradle / Ivy

Go to download

Read and write API for W3C Web Annotation Data Model (http://www.w3.org/TR/annotation-model/) and W3C Open Annotation Data Model (http://www.openannotation.org/spec/core/)

There is a newer version: 2.4
Show newest version
package com.github.anno4j.model.namespaces;

/**
 * Ontology class for the Dublin Core Terms ontology (dcterms:).
 * See http://dublincore.org/documents/dcmi-terms/
 */
public class DCTERMS {

    /**
     * Textual representation of the namespace.
     */
    public final static String NS = "http://purl.org/dc/terms/";

    /**
     * Textual prefix of the ontology.
     */
    public final static String PREFIX = "dcterms";

    /**
     * Refers to http://dublincore.org/documents/dcmi-terms/#terms-conformsTo
     * An established standard to which the described resource conforms.
     */
    public final static String CONFORMS_TO = NS + "conformsTo";

    public final static String FORMAT = NS + "format";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy