query-0ae346e43308cdd82764080d5d373f83

rq turtle/ttl

Zeige alle Verlage an, die Teil eines größeren Verlags sind! Als Diagramm anzeigen!

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:Graph
SELECT ?p ?pLabel ?ppicture ?w ?wLabel ?wpicture
WHERE 
{
   ?p wdt:P31/wdt:P279* wd:Q2085381 .
   ?p wdt:P361 ?w .
   ?w wdt:P31/wdt:P279*  wd:Q2085381 .
   OPTIONAL{
    ?p wdt:P154 ?ppicture .
    ?w wdt:P154 ?wpicture .
   }
   SERVICE wikibase:label { bd:serviceParam wikibase:language "en,de,fr". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?p"):::projected v3("?ppicture"):::projected v2("?w"):::projected v4("?wpicture"):::projected a1((" ")) a2((" ")) c7(["bd:serviceParam"]):::iri c3(["wd:Q2085381"]):::iri c9(["en,de,fr"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P361"--> v2 v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P154".-> v3 v2 --"wdt:P154"--> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end