query-943bb86758861cd2077252fd1fc90e71
Bonjour,).(P136) genre. Dans l'exemple donné, pour préciser le genre du film il est bien plus utile et intéressant de mettre le genre dans la propriété genre ((P31) instance ofDe manière générale, il est inutile (voir dangereux) de mettre une valeur trop précise en : C'est d'ailleurs ce qui est fait dans la majorité des cas
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?prop (COUNT(?q) AS ?c) WHERE {
?q wdt:P31|wdt:P136 wd:Q185529 .
?q ?prop wd:Q185529 .
}
GROUP BY ?prop
ORDER BY DESC(?c)
Query found at
- https://www.wikidata.org/w/index.php?title=Topic:Vygstew7tgz2l8i2&topic_showPostId=vygvnhsrfej4t27g#flow-post-vygvnhsrfej4t27g
- https://www.wikidata.org/wiki/Topic:Vygstew7tgz2l8i2
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?c")
v3("?prop"):::projected
v2("?q"):::projected
c2(["wd:Q185529"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P136"--> c2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> c2
end
union0r <== or ==> union0l
end
v2 -->v3--> c2
bind1[/"count(?q)"/]
v2 --o bind1
bind1 --as--o v4