Mercurial > hg > AnnotationManager
comparison src/main/java/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 33:e5f5848892a2
new annotation model basically works.
| author | casties |
|---|---|
| date | Thu, 31 May 2012 19:08:48 +0200 |
| parents | cf8166ee8918 |
| children |
comparison
equal
deleted
inserted
replaced
| 32:40846c0b344d | 33:e5f5848892a2 |
|---|---|
| 8 public static final String CNT_NS = "http://www.w3.org/2011/content#"; | 8 public static final String CNT_NS = "http://www.w3.org/2011/content#"; |
| 9 public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/"; | 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#"; | 10 public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; |
| 11 public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/"; | 11 public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/"; |
| 12 public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/"; | 12 public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/"; |
| 13 public static final String MPIWG_ANNOT_CTX = "file:///annotations2"; | |
| 13 | 14 |
| 14 } | 15 } |
