query-50fa84fd4ef37a9264190f7f1d650841
Session du 9 novembre 2021 : instance of (P31). Cela arrive dans 5% des cas environ. (P279)subclass of et (P31)instance of . Il est rare qu'une entité dispose d'une déclaration légitime en (P279)subclass of . Ils peuvent être déclarés comme (P31)instance of Premier constat : tous les éléments n'ont pas de déclaration en
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 ?q ?qLabel (COUNT(?lieu) AS ?compte)
WHERE {
?q wdt:P31 wd:Q33506;wdt:P276 ?lieu.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?q ?qLabel
HAVING (?compte >1)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?compte")
v3("?lieu"):::projected
v2("?q"):::projected
c3(["wd:Q33506"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["?compte > '1^^xsd:integer'"]]
f0 --> v4
v2 --"wdt:P31"--> c3
v2 --"wdt:P276"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
bind2[/"count(?lieu)"/]
v3 --o bind2
bind2 --as--o v4