Mercurial > hg > AnnotationManager
diff src/main/java/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 23:a3e324009990
now Mavenified!
removed tiny-mce javascript from html frontend.
still needs TripleStoreManager project in Eclipse.
jsontoken 1.1 has to be built manually.
author | casties |
---|---|
date | Tue, 03 Apr 2012 13:05:05 +0200 |
parents | src/de/mpiwg/itgroup/annotationManager/Constants/NS.java@6888ae3287b8 |
children | 52dff477e45f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/de/mpiwg/itgroup/annotationManager/Constants/NS.java Tue Apr 03 13:05:05 2012 +0200 @@ -0,0 +1,10 @@ +package de.mpiwg.itgroup.annotationManager.Constants; + +public class NS { + public static final String MPIWG_PERSONS = "http://www.mpiwg-berlin.mpg.de/en/staff/members/"; + public static String ANNOTATION_TYPE="http://www.w3.org/2000/10/annotationType#"; + public static String ANNOTATION_NS="http://www.w3.org/2000/10/annotation-ns#"; + public static String RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; + public static String MPIWG_annot="http://ontologies.mpiwg-berlin.mpg.de/annotations/"; + +}