updates for issues VIVO-507 and VIVO-589
This commit is contained in:
parent
8ec28b71de
commit
cabd58dd0a
2 changed files with 3 additions and 1 deletions
|
@ -103,6 +103,7 @@ public class ModelUtils {
|
|||
List<String> properties = new ArrayList<String>();
|
||||
properties.add(processPropertyURI);
|
||||
properties.add(nonProcessPropertyURI);
|
||||
properties.add(grantPropertyURI);
|
||||
return properties;
|
||||
}
|
||||
|
||||
|
@ -110,6 +111,7 @@ public class ModelUtils {
|
|||
List<String> properties = new ArrayList<String>();
|
||||
properties.add(processPropertyInverseURI);
|
||||
properties.add(nonProcessPropertyInverseURI);
|
||||
properties.add(grantPropertyInverseURI);
|
||||
return properties;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue