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

Compare with Current View Page History

« Previous Version 6 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 {
    ?URI core:primaryEmail  'cpb@ufl.edu'.
    ?URI core:personInPosition ?positionURI.
    ?positionURI rdfs:label ?Postionlabel
}
  • No labels