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

made uri prefixes in store configurable.
author casties
date Tue, 20 Nov 2012 18:23:52 +0100
parents f4ed2ed33e5b
children 2b1e6df5e21a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18
aafa3884b2c4 new AnnotationStore restlet for HTML-UI.
casties
parents: 10
diff changeset
1 package de.mpiwg.itgroup.annotations;
4
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
2
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
3 public class NS {
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
4 public static final String OAC_NS = "http://www.openannotation.org/ns/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
5 public static final String CNT_NS = "http://www.w3.org/2011/content#";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
6 public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
7 public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
8 public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
9 public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
10 public static final String MPIWG_ANNOT_CTX = "file:///annotations2";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
11
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
12 }