query-a00418499ebe0235e3dea583c1c0f446
Propertiesinstance of (P31)located in the administrative territorial entity (P131)inception (P571)
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 ?item ?itemLabel ?year WHERE {
{ ?item wdt:P31 wd:Q1774898 } UNION { ?item wdt:P31 wd:Q16917 }
{ ?item wdt:P131 wd:Q2090 } UNION { ?item wdt:P131 wd:Q3126 }
?item wdt:P571 ?inception;
BIND(year(?inception) AS ?year)
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?year
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?inception")
v2("?item"):::projected
v4("?year"):::projected
c5(["wd:Q2090"]):::iri
c9(["bd:serviceParam"]):::iri
c3(["wd:Q16917"]):::iri
c2(["wd:Q1774898"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q3126"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> c3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> c2
end
union0r <== or ==> union0l
end
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P131"--> c6
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P131"--> c5
end
union1r <== or ==> union1l
end
v2 --"wdt:P571"--> v3
bind0[/"year-from-dateTime(?inception)"/]
v3 --o bind0
bind0 --as--o v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end