Adapting addGrantRoleToPerson.jsp to ontology changes NIHVIVO-629

This commit is contained in:
bdc34 2010-07-12 21:15:37 +00:00
parent c8badcf64a
commit afdbea1db7
4 changed files with 22 additions and 26 deletions

View file

@ -2,6 +2,7 @@
<jsp:include page="roleShortView.jsp">
<jsp:param name="personToRolePredicate" value="http://vivoweb.org/ontology/core#hasPrincipalInvestigatorRole"/>
<jsp:param name="roleActivityToRolePredicate" value="http://vivoweb.org/ontology/core#roleIn"/>
<jsp:param name="roleToPersonPredicate" value="http://vivoweb.org/ontology/core#principalInvestigatorRoleOf"/>
<jsp:param name="roleActivityToRolePredicate" value="http://vivoweb.org/ontology/core#relatedRole"/>
<jsp:param name="roleActivityLabel" value="grant"/>
</jsp:include>