annotate src/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 2:6888ae3287b8

changed to namespace handling for users
author dwinter
date Thu, 24 Nov 2011 11:39:12 +0100
parents 77530be3c747
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dwinter
parents:
diff changeset
1 package de.mpiwg.itgroup.annotationManager.Constants;
dwinter
parents:
diff changeset
2
dwinter
parents:
diff changeset
3 public class NS {
2
6888ae3287b8 changed to namespace handling for users
dwinter
parents: 0
diff changeset
4 public static final String MPIWG_PERSONS = "http://www.mpiwg-berlin.mpg.de/en/staff/members/";
0
dwinter
parents:
diff changeset
5 public static String ANNOTATION_TYPE="http://www.w3.org/2000/10/annotationType#";
dwinter
parents:
diff changeset
6 public static String ANNOTATION_NS="http://www.w3.org/2000/10/annotation-ns#";
dwinter
parents:
diff changeset
7 public static String RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
dwinter
parents:
diff changeset
8 public static String MPIWG_annot="http://ontologies.mpiwg-berlin.mpg.de/annotations/";
dwinter
parents:
diff changeset
9
dwinter
parents:
diff changeset
10 }