Skip to content

Instantly share code, notes, and snippets.

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.
}
@diannepeng
diannepeng / index.html
Created June 7, 2019 19:14
Violent Deaths per 50 Years
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.bar rect {
shape-rendering: crispEdges;
@diannepeng
diannepeng / index.html
Last active June 7, 2019 19:14
Start Dates of Triumphators per 25 Years
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.bar rect {
shape-rendering: crispEdges;