query-0cf7521c1ef3e1167d384c20a35a29b3
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 distinct ?itemLabel ?item where {SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item wdt:P31 wd:Q5633421 ; wdt:P407 ?lang .} group by ?itemLabel ?item having(COUNT(DISTINCT ?lang) = 1)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?_anon_42b5416610844a34809f33a099ae9de117926")
v1("?item"):::projected
v2("?lang")
a1((" "))
c3(["bd:serviceParam"]):::iri
c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wd:Q5633421"]):::iri
f0[[" = '1^^xsd:integer'"]]
f0 --> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end
v1 --"wdt:P31"--> c7
v1 --"wdt:P407"--> v2
bind2[/"count(?lang)"/]
v2 --o bind2
bind2 --as--o v3