source: AnnotationManagerN4J/src/main/java/de/mpiwg/itgroup/annotations/NS.java @ 28:f4ed2ed33e5b

Last change on this file since 28:f4ed2ed33e5b was 28:f4ed2ed33e5b, checked in by dwinter, 12 years ago

Restinterface zur Anzeige von Tags hinzugefuegt-

File size: 945 bytes
Line 
1package de.mpiwg.itgroup.annotations;
2
3public class NS {
4    public static final String MPIWG_PERSONS_URL = "http://entities.mpiwg-berlin.mpg.de/persons/";
5    public static final String MPIWG_TAGS_URL = "http://entities.mpiwg-berlin.mpg.de/tags/";
6    public static final String MPIWG_GROUPS_URL = "http://entities.mpiwg-berlin.mpg.de/groups/";
7    public static final String OAC_NS = "http://www.openannotation.org/ns/";
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/";
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/";
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";   
14
15}
Note: See TracBrowser for help on using the repository browser.