annotate src/main/java/de/mpiwg/itgroup/annotations/NS.java @ 49:f30f42080711

first steps for authorization for annotations ui.
author casties
date Thu, 27 Sep 2012 12:39:15 +0200
parents f4ed2ed33e5b
children f5c0e6df7e88
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 MPIWG_PERSONS_URL = "http://entities.mpiwg-berlin.mpg.de/persons/";
28
f4ed2ed33e5b Restinterface zur Anzeige von Tags hinzugefuegt-
dwinter
parents: 18
diff changeset
5 public static final String MPIWG_TAGS_URL = "http://entities.mpiwg-berlin.mpg.de/tags/";
10
90911b2da322 more work on permissions...
casties
parents: 4
diff changeset
6 public static final String MPIWG_GROUPS_URL = "http://entities.mpiwg-berlin.mpg.de/groups/";
4
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
7 public static final String OAC_NS = "http://www.openannotation.org/ns/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
8 public static final String CNT_NS = "http://www.w3.org/2011/content#";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
9 public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
10 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
11 public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
12 public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
13 public static final String MPIWG_ANNOT_CTX = "file:///annotations2";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
14
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
15 }