query-b931d83fa1f344091cc631cf32c0536c
Je commence à préciser quelques descriptions un peu floues avec des modifications de la requête précédente, d'abord en remplaçant les descriptions "ville américaine" par "ville de P131, État, États-Unis" : .(Q53464)Hungarian Wikipedia , soit avec l'ajout d'une image tirée de biographies de (Q3470990)The Astrophysical Journal Letters ou NatureJe franchis le cap des 5 millions de contributions le 20 mars 2019, soit avec une description en anglais ou en français de bâtiments d'Allemagne, soit avec l'ajout de langue=anglais sur un article publié par
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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?locLabel ?etatLabel WHERE {
?item schema:description "ville américaine"@fr ;
wdt:P17 wd:Q30 ;
wdt:P131 ?loc .
?loc wdt:P131*/wdt:P31 wd:Q35657 ;
wdt:P131 ?etat .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?etat")
v1("?item"):::projected
v2("?loc")
a1((" "))
c2([sville américaine^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal
c9(["bd:serviceParam"]):::iri
c4(["wd:Q30"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wd:Q35657"]):::iri
v1 --"schema:description"--> c2
v1 --"wdt:P17"--> c4
v1 --"wdt:P131"--> v2
v2 --"wdt:P131"--> a1
a1 --"wdt:P31"--> c7
v2 --"wdt:P131"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end