query-b3bf41df4df05fc54fa4445c4e41fdd3

rq turtle/ttl

Propertiessibling (P3373)

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 ?include ?includeLabel
WHERE {
  VALUES ?exclude {
    wd:Q3101398
    wd:Q2505245
  }

  wd:Q36322 wdt:P3373 ?include. 
  FILTER (?include != ?exclude)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?exclude") v1("?include"):::projected c1(["wd:Q36322"]):::iri c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["?include != ?exclude"]] f0 --> v1 f0 --> v3 bind1[/VALUES ?exclude/] bind1-->v3 bind10(["wd:Q3101398"]) bind10 --> bind1 bind11(["wd:Q2505245"]) bind11 --> bind1 c1 --"wdt:P3373"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end