query-4a74fc91c94af54156c02ceb97fb5780

rq turtle/ttl

Communes yvelines SELECT ?commune_de_France ?commune_de_FranceLabel ?article WHERE {

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?commune_de_France wdt:P31 wd:Q484170. ?commune_de_France wdt:P131 wd:Q12820. ?article schema:about ?commune_de_France . ?article schema:isPartOf https://fr.wikipedia.org/.

} LIMIT 1000

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#>
# Communes yvelines
SELECT ?commune_de_France ?commune_de_FranceLabel ?article WHERE {

 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
 ?commune_de_France wdt:P31 wd:Q484170.
 ?commune_de_France wdt:P131 wd:Q12820.
 ?article schema:about ?commune_de_France .
   ?article schema:isPartOf <https://fr.wikipedia.org/>.

} LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?article"):::projected v1("?commune_de_France"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c11([https://fr.wikipedia.org/]):::iri c8(["wd:Q12820"]):::iri c6(["wd:Q484170"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 v1 --"wdt:P131"--> c8 v2 --"schema:about"--> v1 v2 --"schema:isPartOf"--> c11