query-46661474a08e0a101780e9c1ff5dcbeb

rq turtle/ttl

Propertiesnamed after (P138)present in work (P1441)author (P50)

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#>
SELECT DISTINCT ?obj ?objLabel ?objDescription ?char ?charLabel ?charDescription 
WHERE {
?obj wdt:P138 ?char.
?char wdt:P1441/wdt:P50 wd:Q692 # Present in a work written by William Shakespeare
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
} ORDER By ASC(?work)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?char"):::projected v2("?obj"):::projected v1("?work") a1((" ")) c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c4(["wd:Q692"]):::iri v2 --"wdt:P138"--> v3 v3 --"wdt:P1441"--> a1 a1 --"wdt:P50"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end