Skip to content

Instantly share code, notes, and snippets.

@diannepeng
Created June 12, 2019 21:44
Show Gist options
  • Save diannepeng/bf9f2e49c5d7e8a5054e7c3ef52d7fea to your computer and use it in GitHub Desktop.
Save diannepeng/bf9f2e49c5d7e8a5054e7c3ef52d7fea to your computer and use it in GitHub Desktop.
select ?id ?startdate
where {
?aperson a vocab:Person;
vocab:hasID ?id.
?relAssert a vocab:PostAssertion;
vocab:isAboutPerson ?aperson;
vocab:hasOffice <http://romanrepublic.ac.uk/rdf/entity/Office/260>;
vocab:hasDateStart ?startdate;
vocab:hasOffice ?relat.
}
order by ?id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment