query-cb632712c19b4cfe038d45ed2f350a06

rq turtle/ttl

Work or printed material published in Vitoria-Gasteiz, Bilbao, Tolosa, Donostia-San Sebastián from 1799 to 1800 with date of publication SELECT ?item ?label ?place ?coord ?publishing date WHERE { VALUES ?type {wd:Q1261026 wd:Q732577} ?item wdt:P31 ?type; wdt:P577 ?publishing date. FILTER((?publishing date > "1700-01-01"^^xsd:dateTime) && (?publishing date < "1799-12-31"^^xsd:dateTime)) ?item rdfs:label ?label. FILTER((LANG(?label)) = "en") FILTER {?item (wdt:P291) wd:Q8692 wd:Q10313 wd:Q497801 wd:Q14318 ?place. ?place wdt:P625 ?coord. } OPTIONAL { ?item wdt:P577 ?publishing date. } }

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#>
# Work or printed material published in Vitoria-Gasteiz, Bilbao, Tolosa, Donostia-San Sebastián from 1799 to 1800 with date of publication
SELECT ?item ?label ?place ?coord ?publishing date WHERE {
  VALUES ?type {wd:Q1261026 wd:Q732577}
  ?item wdt:P31 ?type;
    wdt:P577 ?publishing date.
  FILTER((?publishing date > "1700-01-01"^^xsd:dat) && (?publishing date < "1799-12-31"^^xsd:dat))
  ?item rdfs:label ?label.
  FILTER((LANG(?label)) = "en")
  FILTER {?item (wdt:P291) wd:Q8692 wd:Q10313 wd:Q497801 wd:Q14318 ?place.
    ?place wdt:P625 ?coord.
  }
  OPTIONAL { ?item wdt:P577 ?publishing date. }
}

Query found at