query-5b9ca965c1fa980fec94a5193f1b9c49

rq turtle/ttl

Liste des 135824 installations sportives en France enregistrées au Recensement des équipements sportifs SELECT ?item ?itemLabel ?numéro ?nomRES WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". } ?item p:P11840 [ps:P11840 ?numéro; # numéro de l'installation pq:P1810 ?nomRES; # nom de l'installation prov:wasDerivedFrom [ pr:P248 wd:Q115755558 ] # enregistrement au Recensement des équipements sportifs ].
}

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Liste des 135824 installations sportives en France enregistrées au Recensement des équipements sportifs
SELECT ?item ?itemLabel ?numéro ?nomRES WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
  ?item p:P11840 [ps:P11840 ?numéro; # numéro de l'installation
                        pq:P1810 ?nomRES; # nom de l'installation
                        prov:wasDerivedFrom [ pr:P248 wd:Q115755558 ] # enregistrement au Recensement des équipements sportifs
                ].   
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v2("?nomRES"):::projected v1("?numéro"):::projected a1((" ")) a2((" ")) c8(["wd:Q115755558"]):::iri c2(["bd:serviceParam"]):::iri c4(["fr"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end a1 --"p:statement/P11840"--> v1 a1 --"p:qualifier/P1810"--> v2 a2 --"p:reference/P248"--> c8 a1 --"prov:wasDerivedFrom"--> a2 v3 --"p:P11840"--> a1