query-bee31a49fbb2f504fd95f21444373f0e
Liste des 314 bowlings en France SELECT ?numéroéquipement ?noméquipement ?typeéquipementLabel ?installation ?installationLabel ?longueur ?largeur ?nombrepistes ?surfaceLabel ?datecréation WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". } ?installation p:P912 [ps:P912 ?typeéquipement; # présence d'un bowling pq:P217 ?numéroéquipement; # numéro d'équipement pq:P2561 ?noméquipement; # nom de l'équipement pq:P2043 ?longueur; pq:P2049 ?largeur; pq:P1114 ?nombrepistes; pq:P765 ?surface; pq:P571 ?datecréation; ]. VALUES ?typeéquipement { wd:Q27106471 }. # équipement bowling }ORDER BY ?installation
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Liste des 314 bowlings en France
SELECT ?numéroéquipement ?noméquipement ?typeéquipementLabel ?installation ?installationLabel ?longueur ?largeur ?nombrepistes ?surfaceLabel ?datecréation WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
?installation p:P912 [ps:P912 ?typeéquipement; # présence d'un bowling
pq:P217 ?numéroéquipement; # numéro d'équipement
pq:P2561 ?noméquipement; # nom de l'équipement
pq:P2043 ?longueur;
pq:P2049 ?largeur;
pq:P1114 ?nombrepistes;
pq:P765 ?surface;
pq:P571 ?datecréation;
].
VALUES ?typeéquipement { wd:Q27106471 }. # équipement bowling
}ORDER BY ?installation