Mercurial > hg > AnnotationManagerN4J
view src/main/java/de/mpiwg/itgroup/annotations/NS.java @ 56:30c2e7d4eaf9
CLOSED - # 1: AnnotationServer configuration
https://it-dev.mpiwg-berlin.mpg.de/tracs/Annotations/ticket/1
| author | casties |
|---|---|
| date | Tue, 20 Nov 2012 16:54:03 +0100 |
| parents | f4ed2ed33e5b |
| children | f5c0e6df7e88 |
line wrap: on
line source
package de.mpiwg.itgroup.annotations; public class NS { public static final String MPIWG_PERSONS_URL = "http://entities.mpiwg-berlin.mpg.de/persons/"; public static final String MPIWG_TAGS_URL = "http://entities.mpiwg-berlin.mpg.de/tags/"; public static final String MPIWG_GROUPS_URL = "http://entities.mpiwg-berlin.mpg.de/groups/"; public static final String OAC_NS = "http://www.openannotation.org/ns/"; public static final String CNT_NS = "http://www.w3.org/2011/content#"; public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/"; public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/"; public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/"; public static final String MPIWG_ANNOT_CTX = "file:///annotations2"; }
