annotate src/main/java/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 34:bd414fe235b5 default tip

now with 100% better sparql.
author casties
date Thu, 31 May 2012 21:32:30 +0200
parents e5f5848892a2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dwinter
parents:
diff changeset
1 package de.mpiwg.itgroup.annotationManager.Constants;
dwinter
parents:
diff changeset
2
dwinter
parents:
diff changeset
3 public class NS {
26
235b91ba8dff on the way to new annotations...
casties
parents: 25
diff changeset
4 public static final String MPIWG_PERSONS_URL = "http://entities.mpiwg-berlin.mpg.de/persons/";
235b91ba8dff on the way to new annotations...
casties
parents: 25
diff changeset
5 // public static String
235b91ba8dff on the way to new annotations...
casties
parents: 25
diff changeset
6 // ANNOTATION_TYPE="http://www.w3.org/2000/10/annotationType#";
235b91ba8dff on the way to new annotations...
casties
parents: 25
diff changeset
7 public static final String OAC_NS = "http://www.openannotation.org/ns/";
27
b4a798d417fe on the way to new annotations...
casties
parents: 26
diff changeset
8 public static final String CNT_NS = "http://www.w3.org/2011/content#";
26
235b91ba8dff on the way to new annotations...
casties
parents: 25
diff changeset
9 public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/";
235b91ba8dff on the way to new annotations...
casties
parents: 25
diff changeset
10 public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
29
cf8166ee8918 still working on new annotations...
casties
parents: 27
diff changeset
11 public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/";
26
235b91ba8dff on the way to new annotations...
casties
parents: 25
diff changeset
12 public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/";
33
e5f5848892a2 new annotation model basically works.
casties
parents: 29
diff changeset
13 public static final String MPIWG_ANNOT_CTX = "file:///annotations2";
26
235b91ba8dff on the way to new annotations...
casties
parents: 25
diff changeset
14
0
dwinter
parents:
diff changeset
15 }