add reverse links to on the details pages for dept-subjArea and subjArea-dept
This commit is contained in:
parent
76238887b1
commit
27a1c1a542
4 changed files with 10 additions and 6 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue