Mercurial > hg > AnnotationManager
annotate src/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 0:77530be3c747
intial
author | dwinter |
---|---|
date | Tue, 22 Nov 2011 15:47:57 +0100 |
parents | |
children | 6888ae3287b8 |
rev | line source |
---|---|
0 | 1 package de.mpiwg.itgroup.annotationManager.Constants; |
2 | |
3 public class NS { | |
4 public static String ANNOTATION_TYPE="http://www.w3.org/2000/10/annotationType#"; | |
5 public static String ANNOTATION_NS="http://www.w3.org/2000/10/annotation-ns#"; | |
6 public static String RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; | |
7 public static String MPIWG_annot="http://ontologies.mpiwg-berlin.mpg.de/annotations/"; | |
8 | |
9 } |