core:titleOrRole removed from position form NIHVIVO-1488
This commit is contained in:
parent
12d71ada93
commit
69c5986f7b
1 changed files with 2 additions and 4 deletions
|
@ -46,7 +46,6 @@
|
|||
<c:set var="orgClass" value="http://xmlns.com/foaf/0.1/Organization" />
|
||||
|
||||
<%-- Define predicates used in n3 assertions and sparql queries --%>
|
||||
<c:set var="titlePred" value="${vivoCore}titleOrRole" />
|
||||
<c:set var="startYearPred" value="${vivoCore}startYear" />
|
||||
<c:set var="endYearPred" value="${vivoCore}endYear" />
|
||||
<c:set var="positionInOrgPred" value="${vivoCore}positionInOrganization" />
|
||||
|
@ -73,8 +72,7 @@
|
|||
</v:jsonset>
|
||||
|
||||
<v:jsonset var="positionTitleAssertion" >
|
||||
?position <${titlePred}> ?positionTitle ;
|
||||
<${label}> ?positionTitle .
|
||||
?position <${label}> ?positionTitle .
|
||||
</v:jsonset>
|
||||
|
||||
<v:jsonset var="positionTypeAssertion">
|
||||
|
@ -147,7 +145,7 @@
|
|||
|
||||
<v:jsonset var="positionTitleQuery" >
|
||||
SELECT ?existingPositionTitle WHERE {
|
||||
?position <${titlePred}> ?existingPositionTitle . }
|
||||
?position <${label}> ?existingPositionTitle . }
|
||||
</v:jsonset>
|
||||
|
||||
<v:jsonset var="positionTypeQuery">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue