query-8051dea31116f3824479fe565091f42c
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
- https://query.wikidata.org/sparql
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" }
}