VIVO-112 and VIVO-298
This commit is contained in:
parent
c5d0bc21e8
commit
3d527acce9
5 changed files with 139 additions and 81 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue