query-53b19f09bcc033d217d1c826fd88ed28

rq turtle/ttl

Writers in Dubrovnik and their works, as tree

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#>
#Title:Writers in Dubrovnik and their works
#Author: Adapted from SPARQL examples Viennese composers and their compositions by tonality
#Date: 2022-11-03
#defaultView:Tree
SELECT ?writer ?writerLabel ?work ?workLabel WHERE {
  ?writer wdt:P31 wd:Q5;
            wdt:P19|wdt:P20|wdt:P551 wd:Q1722.
  ?work wdt:P50 ?writer.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],hr". }
}
ORDER BY ?writerLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?work"):::projected v2("?writer"):::projected v1("?writerLabel"):::projected c4(["wd:Q1722"]):::iri c9(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri c11(["#91;AUTO_LANGUAGE#93;,hr"]):::literal v2 --"wdt:P31"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P551"--> c4 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P20"--> c4 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P19"--> c4 end union0r <== or ==> union0l end v3 --"wdt:P50"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end