query-56745e1c5577f7b0b96cf3f1086e2b60

rq turtle/ttl

Plomer book as a timeline

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Timeline{"hide": "?floruit"}
SELECT ?personLabel ?floruit (year(?floruit) as ?year) WHERE {
?bio wdt:P1433/wdt:P629? wd:Q40901539. # biography in the book
?person wdt:P1343 ?bio.       # person subject of the biography
?person wdt:P937 wd:Q34217.   # person worked in Oxford
?person wdt:P1317 ?floruit.   # year when person was active
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
} ORDER BY ?year

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?bio") v4("?floruit"):::projected v3("?person") v5("?year") a1((" ")) c9(["bd:serviceParam"]):::iri c6(["wd:Q34217"]):::iri c11(["en"]):::literal c2(["wd:Q40901539"]):::iri v2 --"wdt:P1433"--> a1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P629"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end v3 --"wdt:P1343"--> v2 v3 --"wdt:P937"--> c6 v3 --"wdt:P1317"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end bind0[/"year-from-dateTime(?floruit)"/] v4 --o bind0 bind0 --as--o v5