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:
parent
1cc61fc954
commit
7e90e2f9e4
5 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue