annotate src/main/java/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 24:d9809412b67f
fixed setup.
use URL-safe base64 from apache commons.
| author |
casties |
| date |
Tue, 24 Apr 2012 19:45:24 +0200 |
| parents |
a3e324009990 |
| children |
52dff477e45f |
| rev |
line source |
|
0
|
1 package de.mpiwg.itgroup.annotationManager.Constants;
|
|
|
2
|
|
|
3 public class NS {
|
|
2
|
4 public static final String MPIWG_PERSONS = "http://www.mpiwg-berlin.mpg.de/en/staff/members/";
|
|
0
|
5 public static String ANNOTATION_TYPE="http://www.w3.org/2000/10/annotationType#";
|
|
|
6 public static String ANNOTATION_NS="http://www.w3.org/2000/10/annotation-ns#";
|
|
|
7 public static String RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
|
|
|
8 public static String MPIWG_annot="http://ontologies.mpiwg-berlin.mpg.de/annotations/";
|
|
|
9
|
|
|
10 }
|