source: AnnotationManagerN4J/src/main/java/de/mpiwg/itgroup/annotations/NS.java @ 18:aafa3884b2c4

Last change on this file since 18:aafa3884b2c4 was 18:aafa3884b2c4, checked in by casties, 12 years ago

new AnnotationStore? restlet for HTML-UI.
reorganisation of classes.

File size: 852 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_GROUPS_URL = "http://entities.mpiwg-berlin.mpg.de/groups/";
6    public static final String OAC_NS = "http://www.openannotation.org/ns/";
7    public static final String CNT_NS = "http://www.w3.org/2011/content#";
8    public static final String DCTERMS_NS = "http://www.purl.org/dc/terms/";
9    public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
10    public static final String MPIWG_ANNOT_NS = "http://ontologies.mpiwg-berlin.mpg.de/annotations/";
11    public static final String MPIWG_ANNOT_URL = "http://entities.mpiwg-berlin.mpg.de/annotations/";
12    public static final String MPIWG_ANNOT_CTX = "file:///annotations2";   
13
14}
Note: See TracBrowser for help on using the repository browser.