latest ontology and upgrade code

This commit is contained in:
stellamit 2011-11-03 20:42:54 +00:00
parent a9c778db99
commit 116f73a615
11 changed files with 2568 additions and 2526 deletions

View file

@ -27,7 +27,7 @@ public class ModelUtils {
private static Set<String> processClass = new HashSet<String>();
static {
processClass.add("http://vivoweb.org/ontology/core#Process");
processClass.add("http://vivoweb.org/ontology/core#Project");
processClass.add("http://purl.org/NET/c4dm/event.owl#Event");
processClass.add("http://vivoweb.org/ontology/core#EventSeries");
}