query-8bb69fcfa4bb3c54c3ec56dd5462c095

rq turtle/ttl

الكتب أو الأعمال الأدبية المنشورة قبل عام 1830 مع مكان النشر أو إحداثيات الموقع السردي(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of الخصائص المستخدمة: (Q7725634)literary work (Q571)book العناصر المستخدمة: Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Knihy nebo literární díla vydaná před rokem 1830 se souřadnicemi místa vydání nebo místa vyprávění(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Použité vlastnosti: (Q7725634)literary work (Q571)book Použité položky: Books or literary works published before 1830 with place of publication or narrative location coordinates(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Brugte egenskaber: Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Propiedades utilizadas: (Q7725634)literary work (Q571)book Elementos utilizados: Books or literary works published before 1830 with place of publication or narrative location coordinates Livres ou œuvres littéraires publiés avant 1830 dont on connaît le lieu de publication ou les coordonnées du lieu de l’histoire(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Propriétés utilisées : (Q7725634)literary work (Q571)book Éléments utilisés : Books or literary works published before 1830 with place of publication or narrative location coordinates(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of מאפיינים משמשים: (Q7725634)literary work (Q571)book פריטים משמשים: Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Libri o opere letterarie pubblicati prima del 1830 con le coordinate del luogo di pubblicazione o del luogo di narrazione(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Proprietà utilizzate: (Q7725634)literary work (Q571)book Elementi utilizzati: Books or literary works published before 1830 with place of publication or narrative location coordinates(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of 使用するプロパティ: (Q7725634)literary work (Q571)book 使用する項目: Books or literary works published before 1830 with place of publication or narrative location coordinates(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of 다음 속성이 사용됨 (Q7725634)literary work (Q571)book 다음 항목이 사용됨 Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Boeken of literaire werken gepubliceerd vóór 1830 met plaats van publicatie of verhalende locatiecoördinaten(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Gebruikte eigenschappen: (Q7725634)literary work (Q571)book Gebruikte items: Books or literary works published before 1830 with place of publication or narrative location coordinates(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Wykorzystujące właściwości: (Q7725634)literary work (Q571)book Wykorzystujące elementy: Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Böcker eller litterära verk utgivna innan 1830 med koordinater för utgivningsplats eller plats som verket utspelar sig på(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Använda egenskaper: (Q7725634)literary work (Q571)book Använda objekt: Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of Використані властивості: (Q7725634)literary work (Q571)book Використані елементи: Books or literary works published before 1830 with place of publication or narrative location coordinates Books or literary works published before 1830 with place of publication or narrative location coordinates(P625)coordinate location (P840)narrative location (P291)place of publication (P577)publication date (P31)instance of 使用属性: (Q7725634)literary work (Q571)book 使用项:

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?item ?label ?coord ?place
WHERE
{
  VALUES ?type {wd:Q571 wd:Q7725634} # book or literary work
  ?item wdt:P31 ?type .
  ?item wdt:P577 ?date FILTER (?date < "1830-01-01T00:00:00Z"^^xsd:dateTime) .
  ?item rdfs:label ?label FILTER (lang(?label) = "en")

  OPTIONAL {
    ?item (wdt:P291|wdt:P840) ?place . # publication or narration place is ?place
    ?place wdt:P625 ?coord
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?coord"):::projected v2("?date") v4("?item"):::projected v1("?label"):::projected v5("?place"):::projected v3("?type") f0[["?label = 'en'"]] f0 --> v1 f1[["?date < '1830-01-01T00:00:00Z^^xsd:dateTime'"]] f1 --> v2 bind2[/VALUES ?type/] bind2-->v3 bind20(["wd:Q571"]) bind20 --> bind2 bind21(["wd:Q7725634"]) bind21 --> bind2 v4 --"wdt:P31"--> v3 v4 --"wdt:P577"--> v2 v4 --"rdfs:label"--> v1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v4 -."wdt:P840".-> v5 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v4 --"wdt:P291"--> v5 end union0r <== or ==> union0l end v5 --"wdt:P625"--> v6 end