query-2edc52db2afeb7cb2f1ffff8e5ab2494
Propertiessibling (P3373)
Use at
- https://query.wikidata.org/sparql
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 {
wd:Q36322 wdt:P3373 ?include.
FILTER (?include != wd:Q3101398 && ?include != wd:Q2505245)
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;
v1("?include"):::projected
c3(["wd:Q36322"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["?include != 'wd:Q3101398'?include != 'wd:Q2505245'"]]
f0 --> v1
c3 --"wdt:P3373"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end