query-78e8c2da61c19e6008324c77d609d103

rq turtle/ttl

, there is another query showing it:(Q220308)Seth Rogen Clickbait: the first ones will surprise you. Just in case you want to check in which film they worked with

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 ?coworker ?coworkerLabel ?work ?workLabel
     WHERE {
      {
    SELECT ?work WHERE {
  {?work wdt:P161 wd:Q220308.}
  UNION
  {?work wdt:P725 wd:Q220308.}
    } }     {?work wdt:P161 ?coworker.}
     UNION
     {?work wdt:P725 ?coworker.}
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en" } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coworker"):::projected v1("?work"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,ca,en"]):::literal c2(["wd:Q220308"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P725"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P161"--> c2 end union0r <== or ==> union0l end subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P725"--> v2 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P161"--> v2 end union1r <== or ==> union1l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end