fix datagetter that was causing a query parse exception

This commit is contained in:
Tim Worrall 2014-07-25 10:35:05 -04:00
parent 9c47681ba9
commit 4f94e897ec

View file

@ -70,7 +70,7 @@ display:getDepartmentDataGetter
WHERE { WHERE {
?orgURI vivo:relatedBy ?posn . ?orgURI vivo:relatedBy ?posn .
?posn a vivo:Position . ?posn a vivo:Position .
?orgURI rdfs:label ?orgLabel . ?orgURI rdfs:label ?departmentLabel .
?posn vivo:relates ?person . ?posn vivo:relates ?person .
?person a foaf:Person . ?person a foaf:Person .
?person rdfs:label ?prsnLabel . ?person rdfs:label ?prsnLabel .