query-2e6a54db8cad51a07f294271b7e16762

rq turtle/ttl

Categories per origen de llocs i nombre d'articles (1 nivell P131) SELECT DISTINCT ?lloc ?llocLabel ?cat ?categoria ?catnat ?categorianat ?persona ?personaLabel ?art WHERE { ?persona wdt:P19/wdt:P131? ?lloc. ?lloc wdt:P131* wd:Q12733. ?art schema:about ?persona. ?art schema:isPartOf https://ca.wikipedia.org/. OPTIONAL { ?lloc wdt:P1464 ?catnat. OPTIONAL { ?categorianat schema:about ?catnat. ?categorianat schema:isPartOf https://ca.wikipedia.org/. } } OPTIONAL { ?lloc wdt:P1792 ?cat. OPTIONAL { ?categoria schema:about ?cat. ?categoria schema:isPartOf https://ca.wikipedia.org/. } } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es" . } } ORDER BY ?llocLabel

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 bd: <http://www.bigdata.com/rdf#>
# Categories per origen de llocs i nombre d'articles (1 nivell P131)
SELECT DISTINCT ?lloc ?llocLabel ?cat ?categoria ?catnat ?categorianat ?persona ?personaLabel ?art
    WHERE {
      ?persona wdt:P19/wdt:P131? ?lloc.
      ?lloc wdt:P131* wd:Q12733.
    ?art schema:about ?persona.
    ?art schema:isPartOf <https://ca.wikipedia.org/>.
  OPTIONAL {
    ?lloc wdt:P1464 ?catnat.
  OPTIONAL {
    ?categorianat schema:about ?catnat.
    ?categorianat schema:isPartOf <https://ca.wikipedia.org/>.
  }
    }
  OPTIONAL {
    ?lloc wdt:P1792 ?cat.
  OPTIONAL {
    ?categoria schema:about ?cat.
    ?categoria schema:isPartOf <https://ca.wikipedia.org/>.
  }
    }
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es" . } 
      }
ORDER BY ?llocLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?art"):::projected v7("?cat"):::projected v8("?categoria"):::projected v6("?categorianat"):::projected v5("?catnat"):::projected v3("?lloc"):::projected v1("?llocLabel"):::projected v2("?persona"):::projected a1((" ")) c10(["bd:serviceParam"]):::iri c3(["wd:Q12733"]):::iri c6([https://ca.wikipedia.org/]):::iri c12(["#91;AUTO_LANGUAGE#93;,ca,en,es"]):::literal v2 --"wdt:P19"--> a1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P131"--> v3 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end v3 --"wdt:P131"--> c3 v4 --"schema:about"--> v2 v4 --"schema:isPartOf"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P1464".-> v5 subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v6 -."schema:about".-> v5 v6 --"schema:isPartOf"--> c6 end end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P1792".-> v7 subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v8 -."schema:about".-> v7 v8 --"schema:isPartOf"--> c6 end end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end