query-bd17bf2d9b3e7ceb148b13eccd952c36

rq turtle/ttl

aux États-Unis sans descriptions en anglais ou en français (environ 110 000 résultats), puis j'affine ma recherche pour ajouter l'État :(Q8502)mountain Je recherche des . Cela mène à environ 350 000 contributions.petscan:8174056J'en profite pour détecter les articles scientifiques publiés par des revues anglophones et qui n'ont pas de P407 afin d'ajouter Q1860 avec : Je franchis le cap des 4 millions de contributions le 7 mars en ajoutant des descriptions en anglais et en français sur des articles scientifiques.mars

Use at

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 ?etatLabel where {?item wdt:P31/wdt:P279* wd:Q8502 ; 
                                   wdt:P17 wd:Q30 ;
                                   wdt:P131 ?loc .
                                   ?loc wdt:P131* ?etat .
                                   ?etat wdt:P31 wd:Q35657 .
                             MINUS { ?item schema:description ?itemDescription filter(lang(?itemDescription)="en") .}  
                                        SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
                                       }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?etat") v1("?item"):::projected v4("?itemDescription") v2("?loc") a1((" ")) c5(["wd:Q30"]):::iri c11(["bd:serviceParam"]):::iri c13(["#91;AUTO_LANGUAGE#93;"]):::literal c3(["wd:Q8502"]):::iri c7(["wd:Q35657"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P17"--> c5 v1 --"wdt:P131"--> v2 v2 --"wdt:P131"--> v3 v3 --"wdt:P31"--> c7 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; f1[["?itemDescription = 'en'"]] f1 --> v4 v1 --"schema:description"--> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end