view src/main/java/de/mpiwg/itgroup/annotationManager/Constants/NS.java @ 25:52dff477e45f

on the way to a new ontology...
author casties
date Wed, 25 Apr 2012 18:02:44 +0200
parents a3e324009990
children 235b91ba8dff
line wrap: on
line source

package de.mpiwg.itgroup.annotationManager.Constants;

public class NS {
	public static final String MPIWG_PERSONS = "http://entities.mpiwg-berlin.mpg.de/persons/";
	//public static String ANNOTATION_TYPE="http://www.w3.org/2000/10/annotationType#";
	public static final String ANNOTATION_NS="http://www.openannotation.org/ns/";
    public static final String DCTERMS_NS="http://www.purl.org/dc/terms/";
	public static final String RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
	public static final String MPIWG_annot="http://entities.mpiwg-berlin.mpg.de/annotations/";
		
}