query-d3621126ad051c882dbe563540245b7d

rq turtle/ttl

Organitzacions dels Països Catalans amb article i web, amb la llengua del web SELECT DISTINCT ?item ?itemLabel ?web ?llenguaLabel ?article ?seuLabel ?paisLabel WHERE { ?item wdt:P31/wdt:P279 wd:Q43229. ?item wdt:P17 wd:Q29. ?item p:P856 ?sweb. ?sweb ps:P856 ?web. OPTIONAL { ?sweb pq:P407 ?llengua. } ?article schema:isPartOf https://ca.wikipedia.org/. ?article schema:about ?item. ?item wdt:P159 ?seu. ?seu wdt:P131* ?pais. wd:Q234963 wdt:P527 ?pais. 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 schema: <http://schema.org/>
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#>
# Organitzacions dels Països Catalans amb article i web, amb la llengua del web
SELECT DISTINCT ?item ?itemLabel ?web ?llenguaLabel ?article ?seuLabel ?paisLabel WHERE {
  ?item wdt:P31/wdt:P279 wd:Q43229.
  ?item wdt:P17 wd:Q29.
  ?item p:P856 ?sweb.
  ?sweb ps:P856 ?web.
  OPTIONAL {
    ?sweb pq:P407 ?llengua.
  }
  ?article schema:isPartOf <https://ca.wikipedia.org/>.
  ?article schema:about ?item.
  ?item wdt:P159 ?seu.
  ?seu wdt:P131* ?pais.
  wd:Q234963 wdt:P527 ?pais.
  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; v6("?article"):::projected v2("?item"):::projected v1("?itemLabel"):::projected v5("?llengua") v8("?pais") v7("?seu") v3("?sweb") v4("?web"):::projected a1((" ")) c14(["wd:Q234963"]):::iri c19(["#91;AUTO_LANGUAGE#93;,ca"]):::literal c10([https://ca.wikipedia.org/]):::iri c3(["wd:Q43229"]):::iri c5(["wd:Q29"]):::iri c17(["bd:serviceParam"]):::iri v2 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c3 v2 --"p:direct/P17"--> c5 v2 --"p:P856"--> v3 v3 --"p:statement/P856"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."p:qualifier/P407".-> v5 end v6 --"schema:isPartOf"--> c10 v6 --"schema:about"--> v2 v2 --"p:direct/P159"--> v7 v7 --"p:direct/P131"--> v8 c14 --"p:direct/P527"--> v8 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c17 --"wikibase:language"--> c19 end