fix datagetter that was causing a query parse exception
This commit is contained in:
parent
9c47681ba9
commit
4f94e897ec
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ display:getDepartmentDataGetter
|
|||
WHERE {
|
||||
?orgURI vivo:relatedBy ?posn .
|
||||
?posn a vivo:Position .
|
||||
?orgURI rdfs:label ?orgLabel .
|
||||
?orgURI rdfs:label ?departmentLabel .
|
||||
?posn vivo:relates ?person .
|
||||
?person a foaf:Person .
|
||||
?person rdfs:label ?prsnLabel .
|
||||
|
|
Loading…
Add table
Reference in a new issue