query-09f41a0b44b5164082d1e6cc43cc3400

rq turtle/ttl

Comunes dels Pirineus Orientals sense data de finalització (o sigui, excloent les antigues comunes); amb comarca SELECT ?item ?itemLabel ?comarca ?comarcaLabel WHERE { ?item p:P31 ?s31. ?s31 ps:P31 wd:Q484170. MINUS {?s31 pq:P582 []} ?item wdt:P131* wd:Q12709. OPTIONAL { ?comarca wdt:P31 wd:Q3573632. ?comarca wdt:P150 ?item. } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca". } } ORDER by ?itemLabel

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
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#>
# Comunes dels Pirineus Orientals sense data de finalització (o sigui, excloent les antigues comunes); amb comarca
SELECT ?item ?itemLabel ?comarca ?comarcaLabel WHERE {
  ?item p:P31 ?s31.
  ?s31 ps:P31 wd:Q484170.
  MINUS {?s31 pq:P582 []}
  ?item wdt:P131* wd:Q12709.
  OPTIONAL {
    ?comarca wdt:P31 wd:Q3573632.
    ?comarca wdt:P150 ?item.
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca". }
}
ORDER by ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?comarca"):::projected v2("?item"):::projected v1("?itemLabel"):::projected v3("?s31") a1((" ")) c6(["wd:Q12709"]):::iri c13(["#91;AUTO_LANGUAGE#93;,ca"]):::literal c8(["wd:Q3573632"]):::iri c11(["bd:serviceParam"]):::iri c3(["wd:Q484170"]):::iri v2 --"p:P31"--> v3 v3 --"p:statement/P31"--> c3 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v3 --"p:qualifier/P582"--> a1 end v2 --"p:direct/P131"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v4 -."p:direct/P31".-> c8 v4 --"p:direct/P150"--> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end