query-72e4f38efee42fb36b026d3130e0f508

rq turtle/ttl

Plomer book in WikidataGoogle Sheets representation of the book Wikisource transcription of the book

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?personLabel ?locationLabel (YEAR(?floruit) AS ?year) ?link WHERE {
?bio wdt:P1433/wdt:P629? wd:Q40901539. # biography in the book
?person wdt:P1343 ?bio.       # person subject of the biography
?person wdt:P937 ?location.   # where person worked
?person wdt:P1317 ?floruit.   # year when person was active
?link schema:about ?bio.      # link to transcribed biography
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") v5("?floruit"):::projected v6("?link"):::projected v4("?location") v3("?person") v7("?year") a1((" ")) c9(["bd:serviceParam"]):::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"--> v4 v3 --"wdt:P1317"--> v5 v6 --"schema:about"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end bind0[/"year-from-dateTime(?floruit)"/] v5 --o bind0 bind0 --as--o v7