query-9fadf63ac0a5b96051474c881ce7e8a5

rq turtle/ttl

أعمال النساء اللواتي ولدن بين عامي 1800 و1900 في قاعدة بيانات وومين ريترز وتتم ترجمتها Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Díla žen, které se narodily mezi lety 1800 a 1900, jsou v databázi WomenWriters a jsou přeložena Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Œuvres des femmes nées entre 1800 et 1900 de la base de données WomenWriters et qui ont été traduites Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Opere di donne che sono nate tra il 1800 e il 1900, sono nel database di WomenWriters, e sono state tradotte Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Werken van vrouwen die geboren zijn tussen 1800 en 1900, in de WomenWriters database staan en vertaald zijn Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Verk av kvinnor som föddes mellan 1800 och 1900, som finns i databasen WomenWriters och har översatts Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated Works by women that were born between 1800 and 1900, are in the WomenWriters database and are translated

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?translator ?translatorLabel ?work ?workLabel ?author ?authorLabel {
    ?work wdt:P655 ?translator;
          wdt:P50 ?author.

    ?author wdt:P2533 ?wid;
            wdt:P21 wd:Q6581072;
            wdt:P569 ?birth;

    FILTER (?birth > "1800-01-01"^^xsd:date && ?birth < "1900-01-01"^^xsd:dat)

    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en,nl,fr". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?author"):::projected v1("?birth") v3("?translator"):::projected v5("?wid") v2("?work"):::projected c10(["bd:serviceParam"]):::iri c7(["wd:Q6581072"]):::iri c12(["#91;AUTO_LANGUAGE#93;,mul,en,nl,fr"]):::literal f0[["?birth > '1800-01-01^^xsd:date'?birth < s1900-01-01^^<http://www.w3.org/2001/XMLSchema#dat>'"]] f0 --> v1 v2 --"wdt:P655"--> v3 v2 --"wdt:P50"--> v4 v4 --"wdt:P2533"--> v5 v4 --"wdt:P21"--> c7 v4 --"wdt:P569"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end