query-8051dea31116f3824479fe565091f42c

rq turtle/ttl

autores en catalĂ  (combinant diferents criteris) i articles en ca, es, eu i gl

SELECT DISTINCT ?escriptora ?escriptoraLabel ?desc ?llocnaixLabel ?articleca ?articlees ?articleeu ?articlegl WHERE { {?escriptora wdt:P31 wd:Q5. ?escriptora wdt:P21 wd:Q6581072. ?obra wdt:P50 ?escriptora. ?obra wdt:P407 wd:Q7026. MINUS {?obra wdt:P655 [].} MINUS {?obra wdt:P629 [].} } UNION {?escriptora wdt:P31 wd:Q5. ?escriptora wdt:P21 wd:Q6581072. {?escriptora wdt:P1343 wd:Q130266498.} UNION {?escriptora wdt:P7357 [].} } OPTIONAL {?escriptora wdt:P19 ?llocnaix} OPTIONAL { ?articleca schema:about ?escriptora. ?articleca schema:isPartOf https://ca.wikipedia.org/. } OPTIONAL { ?articlees schema:about ?escriptora. ?articlees schema:isPartOf https://es.wikipedia.org/. } OPTIONAL { ?articlegl schema:about ?escriptora. ?articlegl schema:isPartOf https://gl.wikipedia.org/. } OPTIONAL { ?articleeu schema:about ?escriptora. ?articleeu schema:isPartOf https://eu.wikipedia.org/. } OPTIONAL{ ?escriptora schema:description ?desc. FILTER(LANG(?desc) = "ca")} SERVICE wikibase:label { bd:serviceParam wikibase:language "ca, oc, en, fr, ceb" } }

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#>
## autores en catalĂ  (combinant diferents criteris) i articles en ca, es, eu i gl
SELECT DISTINCT ?escriptora ?escriptoraLabel ?desc ?llocnaixLabel ?articleca ?articlees ?articleeu ?articlegl WHERE {
  {?escriptora wdt:P31 wd:Q5.
  ?escriptora wdt:P21 wd:Q6581072.
  ?obra wdt:P50 ?escriptora.
  ?obra wdt:P407 wd:Q7026.
   MINUS {?obra wdt:P655 [].}
   MINUS {?obra wdt:P629 [].}
  }
  UNION
  {?escriptora wdt:P31 wd:Q5.
  ?escriptora wdt:P21 wd:Q6581072.
    {?escriptora wdt:P1343 wd:Q130266498.} 
    UNION 
    {?escriptora wdt:P7357 [].}
  }
  OPTIONAL {?escriptora wdt:P19 ?llocnaix}
  OPTIONAL {
    ?articleca schema:about ?escriptora.
    ?articleca schema:isPartOf <https://ca.wikipedia.org/>.
  }
  OPTIONAL {
    ?articlees schema:about ?escriptora.
    ?articlees schema:isPartOf <https://es.wikipedia.org/>.
  }
  OPTIONAL {
    ?articlegl schema:about ?escriptora.
    ?articlegl schema:isPartOf <https://gl.wikipedia.org/>.
  }
  OPTIONAL {
    ?articleeu schema:about ?escriptora.
    ?articleeu schema:isPartOf <https://eu.wikipedia.org/>.
  }
  OPTIONAL{  ?escriptora schema:description ?desc.
    FILTER(LANG(?desc) = "ca")}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "ca, oc, en, fr, ceb" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?articleca"):::projected v6("?articlees"):::projected v8("?articleeu"):::projected v7("?articlegl"):::projected v1("?desc"):::projected v2("?escriptora"):::projected v4("?llocnaix") v3("?obra") a1((" ")) a2((" ")) a3((" ")) c12(["wd:Q130266498"]):::iri c25(["ca, oc, en, fr, ceb"]):::literal c5(["wd:Q6581072"]):::iri c17([https://ca.wikipedia.org/]):::iri c23(["bd:serviceParam"]):::iri c18([https://es.wikipedia.org/]):::iri c3(["wd:Q5"]):::iri c8(["wd:Q7026"]):::iri c19([https://gl.wikipedia.org/]):::iri c20([https://eu.wikipedia.org/]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c3 v2 --"wdt:P21"--> c5 subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P7357"--> a3 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P1343"--> c12 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c3 v2 --"wdt:P21"--> c5 v3 --"wdt:P50"--> v2 v3 --"wdt:P407"--> c8 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P655"--> a1 end subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P629"--> a2 end end union0r <== or ==> union0l end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P19".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v5 -."schema:about".-> v2 v5 --"schema:isPartOf"--> c17 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v6 -."schema:about".-> v2 v6 --"schema:isPartOf"--> c18 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v7 -."schema:about".-> v2 v7 --"schema:isPartOf"--> c19 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v8 -."schema:about".-> v2 v8 --"schema:isPartOf"--> c20 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v2 -."schema:description".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c23 --"wikibase:language"--> c25 end