query-c80c312aa83c317e0dc82a343c844b59

rq turtle/ttl

SPARQL (and subclasses) in the collection of the KB (Q87167)manuscript Showing the

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 DISTINCT ?item ?itemLabel ?pubdate
WHERE 
{
  ?item wdt:P31/wdt:P279* wd:Q87167. 
  ?item wdt:P195 wd:Q1526131 .
  OPTIONAL {?item wdt:P577 ?pubdate .
  FILTER(?pubdate <= "1551-01-01T00:00:00Z"^^xsd:dateTime)} #published before 1551
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?pubdate"):::projected a1((" ")) c4(["wd:Q87167"]):::iri c9(["bd:serviceParam"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q1526131"]):::iri v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 v2 --"wdt:P195"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P577".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end