Mercurial > hg > AnnotationManager
view src/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 19:a681113fd0eb
PUT returns 303 according to spec now.
seems not to work with the client :-(
author | casties |
---|---|
date | Fri, 23 Mar 2012 14:27:15 +0100 |
parents | 6888ae3287b8 |
children |
line wrap: on
line source
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/"; }