VIVO-112 and VIVO-298

This commit is contained in:
tworrall 2013-09-18 17:01:26 -04:00
parent c5d0bc21e8
commit 3d527acce9
5 changed files with 139 additions and 81 deletions

View file

@ -24,8 +24,8 @@ public class ModelUtils {
private static final String processPropertyInverseURI = "http://purl.obolibrary.org/obo/BFO_0000055";
private static final String nonProcessPropertyURI = "http://vivoweb.org/ontology/core#roleContributesTo";
private static final String nonProcessPropertyInverseURI = "http://vivoweb.org/ontology/core#contributingRole";
private static final String grantPropertyURI = "http://vivoweb.org/ontology/core#relates";
private static final String grantPropertyInverseURI = "http://vivoweb.org/ontology/core#relatedBy";
private static final String grantPropertyURI = "http://vivoweb.org/ontology/core#relatedBy";
private static final String grantPropertyInverseURI = "http://vivoweb.org/ontology/core#relates";
private static Set<String> processClass = new HashSet<String>();
static {