data getter sparql queries in the n3 files were using a technique that apparently is no longer supported; updated those and corresponding templates.
This commit is contained in:
parent
f5a8c5a7e6
commit
97095eeaba
2 changed files with 5 additions and 3 deletions
|
@ -72,8 +72,8 @@ display:getResearchAreaDataGetter
|
|||
?person
|
||||
(str(?researchAreaLabel) AS ?raLabel)
|
||||
(str(?organizationLabel) AS ?orgLabel)
|
||||
?raURI
|
||||
?orgURI
|
||||
?ra
|
||||
?org
|
||||
WHERE {
|
||||
?orgURI vivo:relatedBy ?posn .
|
||||
?posn a vivo:Position .
|
||||
|
@ -83,6 +83,8 @@ display:getResearchAreaDataGetter
|
|||
?person rdfs:label ?prsnLabel .
|
||||
?person vivo:hasResearchArea ?raURI .
|
||||
?raURI rdfs:label ?researchAreaLabel
|
||||
BIND(?raURI AS ?ra)
|
||||
BIND(?orgURI AS ?org)
|
||||
}
|
||||
ORDER BY ?personLabel
|
||||
""" ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue