query-d025627fb9c91e1fe84b45366daa2ffc
TODO
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 ?item ?itemLabel ?incept {
?item wdt:P31/wdt:P279* wd:Q5398426;
(wdt:P364|wdt:P407|wdt:P2439) wd:Q652;
(wdt:P571|wdt:P580|wdt:P585) ?incept .
FILTER ( 2000 < YEAR( ?incept ) && YEAR( ?incept ) < 2010 ) .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } .
} ORDER BY ?incept
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?incept"):::projected
v2("?item"):::projected
a1((" "))
c16(["en"]):::literal
c7(["wd:Q652"]):::iri
c14(["bd:serviceParam"]):::iri
c5(["wd:Q5398426"]):::iri
f0[["'2000^^xsd:integer' < year-from-dateTime(?incept)year-from-dateTime(?incept) < '2010^^xsd:integer'"]]
f0 --> v1
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c5
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P2439"--> c7
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P407"--> c7
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P364"--> c7
end
union0r <== or ==> union0l
end
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
subgraph union3[" Union "]
subgraph union3l[" "]
style union3l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P585"--> v1
end
subgraph union3r[" "]
style union3r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P580"--> v1
end
union3r <== or ==> union3l
end
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P571"--> v1
end
union2r <== or ==> union2l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c14 --"wikibase:language"--> c16
end