source: AnnotationManagerN4J/src/main/java/de/mpiwg/itgroup/annotations/NS.java @ 58:f5c0e6df7e88

Last change on this file since 58:f5c0e6df7e88 was 58:f5c0e6df7e88, checked in by casties, 11 years ago

made uri prefixes in store configurable.

File size: 656 bytes
Line 
1package de.mpiwg.itgroup.annotations;
2
3public class NS {
4    public static final String OAC_NS = "http://www.openannotation.org/ns/";
5    public static final String CNT_NS = "http://www.w3.org/2011/content#";
6    public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/";
7    public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
8    public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/";
9    public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/";
10    public static final String MPIWG_ANNOT_CTX = "file:///annotations2";   
11
12}
Note: See TracBrowser for help on using the repository browser.