query-45302d09040b45511fcf31421e3cd9af

rq turtle/ttl

Bibliothèques en France

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?bibliothèque ?bibliothèqueLabel ?coord ?coordonnées WHERE {
  ?bibliothèque (wdt:P31/(wdt:P279*)) wd:Q7075.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
  ?bibliothèque wdt:P17 wd:Q142.
  OPTIONAL { ?bibliothèque wdt:P625 ?coord. }
  OPTIONAL {
    ?bibliothèque p:P159 ?position_du_siège.
    ?position_du_siège wdt:P625 ?coordonnées.
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?bibliothèque"):::projected v2("?coord"):::projected v4("?coordonnées"):::projected v3("?position_du_siège") a1((" ")) c3(["wd:Q7075"]):::iri c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;"]):::literal c9(["wd:Q142"]):::iri v1 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end v1 --"p:direct/P17"--> c9 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P625".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P159".-> v3 v3 --"p:direct/P625"--> v4 end