query-d42fce9881fa2467c4b07d8e3fb2ec3a

rq turtle/ttl

Liste des 3782 installations sportives comprenant un bassin de natation en France SELECT ?installation ?installationLabel (GROUP_CONCAT(?typedebassinLabel; separator=", ") AS ?bassins) WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". ?installation rdfs:label ?installationLabel . ?typedebassin rdfs:label ?typedebassinLabel . }

?installation p:P912 [ps:P912 ?typedebassin; # présence d'un bassin
]. ?typedebassin wdt:P279 wd:Q1501; # sous-classe de bassin de natation p:P528 [pq:P972 wd:Q115755558]. # type d'équipement au Recensement des équipements sportifs }GROUP BY ?installation ?installationLabel ORDER BY ?installationLabel

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
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 3782 installations sportives comprenant un bassin de natation en France
SELECT ?installation ?installationLabel
(GROUP_CONCAT(?typedebassinLabel; separator=", ") AS ?bassins)
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr".
                          ?installation rdfs:label ?installationLabel .
                          ?typedebassin rdfs:label ?typedebassinLabel .
  }

  ?installation p:P912 [ps:P912 ?typedebassin; # présence d'un bassin                            
                ].
  ?typedebassin wdt:P279 wd:Q1501; # sous-classe de bassin de natation
                p:P528 [pq:P972 wd:Q115755558]. # type d'équipement au Recensement des équipements sportifs
}GROUP BY ?installation ?installationLabel
ORDER BY ?installationLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?bassins") v2("?installation"):::projected v1("?installationLabel"):::projected v3("?typedebassin") v4("?typedebassinLabel"):::projected a1((" ")) a2((" ")) c11(["wd:Q115755558"]):::iri c9(["wd:Q1501"]):::iri c2(["bd:serviceParam"]):::iri c4(["fr"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 v2 --"rdfs:label"--> v1 v3 --"rdfs:label"--> v4 end a1 --"p:statement/P912"--> v3 v2 --"p:P912"--> a1 v3 --"p:direct/P279"--> c9 a2 --"p:qualifier/P972"--> c11 v3 --"p:P528"--> a2 bind1[/"?typedebassinLabel"/] v4 --o bind1 bind1 --as--o v5