annotate src/main/java/de/mpiwg/itgroup/annotations/old/NS.java @ 10:90911b2da322

more work on permissions...
author casties
date Thu, 12 Jul 2012 17:01:32 +0200
parents 3599b29c393f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
1 package de.mpiwg.itgroup.annotations.old;
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/";
10
90911b2da322 more work on permissions...
casties
parents: 4
diff changeset
5 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
6 public static final String OAC_NS = "http://www.openannotation.org/ns/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
7 public static final String CNT_NS = "http://www.w3.org/2011/content#";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
8 public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
9 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
10 public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
11 public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
12 public static final String MPIWG_ANNOT_CTX = "file:///annotations2";
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
13
3599b29c393f store seems to work now :-)
casties
parents:
diff changeset
14 }