You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Outdated

This material pertains to outdated versions of VIVO. Rather than archiving the material, it should be updated to reflect current versions of VIVO 

Miscellaneous 

Retrieve the positions for a single person

Retrieve the positions for a single person
SELECT *
WHERE {
    ?person rdfs:label  'Conlon, Michael' .
    ?person vivo:relatedBy ?position .
    ?person a foaf:Person .
    ?position a vivo:Position .
    ?position rdfs:label ?postion_label .
}
  • No labels