Mercurial > hg > AnnotationManagerN4J
comparison src/main/java/de/mpiwg/itgroup/annotations/NS.java @ 18:aafa3884b2c4
new AnnotationStore restlet for HTML-UI.
reorganisation of classes.
author | casties |
---|---|
date | Wed, 05 Sep 2012 18:05:54 +0200 |
parents | src/main/java/de/mpiwg/itgroup/annotations/old/NS.java@90911b2da322 |
children | f4ed2ed33e5b |
comparison
equal
deleted
inserted
replaced
17:e9dfac5b0566 | 18:aafa3884b2c4 |
---|---|
1 package de.mpiwg.itgroup.annotations; | |
2 | |
3 public class NS { | |
4 public static final String MPIWG_PERSONS_URL = "http://entities.mpiwg-berlin.mpg.de/persons/"; | |
5 public static final String MPIWG_GROUPS_URL = "http://entities.mpiwg-berlin.mpg.de/groups/"; | |
6 public static final String OAC_NS = "http://www.openannotation.org/ns/"; | |
7 public static final String CNT_NS = "http://www.w3.org/2011/content#"; | |
8 public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/"; | |
9 public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; | |
10 public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/"; | |
11 public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/"; | |
12 public static final String MPIWG_ANNOT_CTX = "file:///annotations2"; | |
13 | |
14 } |