0
|
1 package de.mpiwg.itgroup.annotationManager.Constants;
|
|
2
|
|
3 public class NS {
|
26
|
4 public static final String MPIWG_PERSONS_URL = "http://entities.mpiwg-berlin.mpg.de/persons/";
|
|
5 // public static String
|
|
6 // ANNOTATION_TYPE="http://www.w3.org/2000/10/annotationType#";
|
|
7 public static final String OAC_NS = "http://www.openannotation.org/ns/";
|
27
|
8 public static final String CNT_NS = "http://www.w3.org/2011/content#";
|
26
|
9 public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/";
|
|
10 public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
|
29
|
11 public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/";
|
26
|
12 public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/";
|
33
|
13 public static final String MPIWG_ANNOT_CTX = "file:///annotations2";
|
26
|
14
|
0
|
15 }
|