NIHVIVO-3869 Add license tags, use "head of" relationship instead of "current head of", and display the geographic location clearly.

This commit is contained in:
j2blake 2012-07-03 20:20:35 +00:00
parent 1cc61fc954
commit 7e90e2f9e4
5 changed files with 10 additions and 3 deletions

View file

@ -115,7 +115,8 @@ PREFIX vivo: <http://vivoweb.org/ontology/core#>
SELECT ?label
WHERE
{
?individualUri vivo:currentlyHeadedBy ?head .
?individualUri vivo:contributingRole ?role .
?role vivo:leaderRoleOf ?head .
?head rdfs:label ?label .
}
LIMIT 1