Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Miscellaneous 

Retrieve the positions for a single person

Code Block
titleRetrieve the positions for a single person
linenumberstrue
SELECT * 
WHERE {
    ?URIperson corerdfs:primaryEmaillabel  'Conlon, Michael'cpb@ufl.edu' .
    ?person vivo:relatedBy ?position .
    ?URIperson a core:personInPosition ?positionURIfoaf:Person .
    ?position a vivo:Position .
    ?positionURIposition rdfs:label ?Postionlabelpostion_label .
}