view src/main/java/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 33:e5f5848892a2

new annotation model basically works.
author casties
date Thu, 31 May 2012 19:08:48 +0200
parents cf8166ee8918
children
line wrap: on
line source

package de.mpiwg.itgroup.annotationManager.Constants;

public class NS {
    public static final String MPIWG_PERSONS_URL = "http://entities.mpiwg-berlin.mpg.de/persons/";
    // public static String
    // ANNOTATION_TYPE="http://www.w3.org/2000/10/annotationType#";
    public static final String OAC_NS = "http://www.openannotation.org/ns/";
    public static final String CNT_NS = "http://www.w3.org/2011/content#";
    public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/";
    public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
    public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/";
    public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/";
    public static final String MPIWG_ANNOT_CTX = "file:///annotations2";    

}