query-247182bbddeaed8943e15b3bbd326c7f

rq turtle/ttl

MH dans commune

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?statutLabel ?merimeeLabel ?communeLabel ?image ?commons WHERE {
  ?item wdt:P131 wd:Q1155319.
  ?item wdt:P1435 ?statut . 
  ?item wdt:P380 ?merimee . 
  OPTIONAL {?item wdt:P18 ?image. }
  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; v5("?commons"):::projected v4("?image"):::projected v1("?item"):::projected v3("?merimee") v2("?statut") c8(["bd:serviceParam"]):::iri c2(["wd:Q1155319"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P131"--> c2 v1 --"wdt:P1435"--> v2 v1 --"wdt:P380"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P373".-> v5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end