add reverse links to on the details pages for dept-subjArea and subjArea-dept

This commit is contained in:
Stephen V. Williams 2013-08-21 20:47:21 -06:00
parent 76238887b1
commit 27a1c1a542
4 changed files with 10 additions and 6 deletions

View file

@ -69,6 +69,7 @@ display:getResearchAreaDataGetter
(str(?researchAreaLabel) AS ?raLabel)
(str(?organizationLabel) AS ?orgLabel)
?raURI
?orgURI
WHERE {
?orgURI vivo:organizationForPosition ?posn .
?orgURI rdfs:label ?organizationLabel .
@ -101,6 +102,7 @@ display:getResearchAreaDataGetter
(Str(?researchAreaLabel) AS ?raLabel)
(str(?departmentLabel) AS ?orgLabel)
?raURI
?orgURI
WHERE {
?orgURI vivo:organizationForPosition ?posn .
?orgURI rdfs:label ?orgLabel .