Merging from rel-1.1-maint, fixing organizationHasPostionHistory.jsp to keep track of person NIHVIVO-889

This commit is contained in:
bdc34 2010-07-21 14:19:04 +00:00
parent f15a293347
commit 73eb40ce80

View file

@ -60,7 +60,7 @@
or in the SparqlForExistingUris, as well as perhaps in how the options are prepared --%>
<v:jsonset var="personUriExisting" >
SELECT ?existingPersonUri WHERE {
?positionUri <http://vivoweb.org/ontology/core#???> ?existingPersonUri }
?positionUri <http://vivoweb.org/ontology/core#positionForPerson> ?existingPersonUri }
</v:jsonset>
<v:jsonset var="personUriAssertion" >
?positionUri <http://vivoweb.org/ontology/core#positionForPerson> ?personUri .