query-28960014aedebf61278dc7e523927d0c

rq turtle/ttl

Propertiesaffiliation (P1416)image (P18)subject has role (P2868)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?label ?_image WHERE {

  {?item wdt:P1416 wd:Q49112;
         p:P1416 [pq:P2868 wd:Q1706722]}
  UNION  {?item wdt:P1416 wd:Q49112;
         p:P1416 [pq:P2868 wd:Q1125292]}
  SERVICE wikibase:label {

    bd:serviceParam wikibase:language "en" . 

    ?item rdfs:label ?label

  }



OPTIONAL { ?item wdt:P18 ?_image. }

}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?_image"):::projected v1("?item"):::projected v2("?label"):::projected a1((" ")) a2((" ")) c6(["wd:Q1125292"]):::iri c8(["bd:serviceParam"]):::iri c2(["wd:Q49112"]):::iri c10(["en"]):::literal c4(["wd:Q1706722"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"p:direct/P1416"--> c2 a2 --"p:qualifier/P2868"--> c6 v1 --"p:P1416"--> a2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"p:direct/P1416"--> c2 a1 --"p:qualifier/P2868"--> c4 v1 --"p:P1416"--> a1 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 v1 --"rdfs:label"--> v2 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P18".-> v3 end