source: AnnotationManagerN4J/src/main/java/de/mpiwg/itgroup/annotations/old/NS.java @ 10:90911b2da322

Last change on this file since 10:90911b2da322 was 10:90911b2da322, checked in by casties, 12 years ago

more work on permissions...

File size: 856 bytes
Line 
1package de.mpiwg.itgroup.annotations.old;
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.