query-6c9eb2b237509b1c2c5fc694789466b5

rq turtle/ttl

MH à partir id Mérimée

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?communeLabel ?image ?commons WHERE {
  ?item wdt:P380 "PA00117241".
  OPTIONAL {?item wdt:P18 ?image. }
  OPTIONAL {?item wdt:P131 ?commune. }
  OPTIONAL {?item wdt:P373 ?commons. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?commons"):::projected v3("?commune") v2("?image"):::projected v1("?item"):::projected c7(["bd:serviceParam"]):::iri c2(["PA00117241"]):::literal c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P380"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P131".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P373".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end