query-301c3f3259a55c401e7997dffe05b21c
autores d'una obra en catalĂ segons Wikidata SELECT DISTINCT ?escriptora ?escriptoraLabel ?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 [].} 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/. } 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 d'una obra en catalĂ segons Wikidata
SELECT DISTINCT ?escriptora ?escriptoraLabel ?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 [].}
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/>.
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "ca, oc, en, fr, ceb" }
}