query-98cbac4758dbaaabf40efbed20bb53d3

rq turtle/ttl

Propertiesinstance of (P31)main subject (P921)author name string (P2093)publication date (P577)

Use at

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 ?pdate
{
  VALUES ?topics { wd:Q82069695 wd:Q84263196 wd:Q81068910 } 
  ?item wdt:P31 wd:Q13442814.
  ?item wdt:P921 ?topics.
  ?item wdt:P2093 ?authorstring .
  OPTIONAL { ?item wdt:P577 ?pdate }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } .
}
ORDER BY ?pdate
LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?authorstring") v3("?item"):::projected v1("?pdate"):::projected v2("?topics") c2(["wd:Q13442814"]):::iri c7(["bd:serviceParam"]):::iri c9(["en"]):::literal bind0[/VALUES ?topics/] bind0-->v2 bind00(["wd:Q82069695"]) bind00 --> bind0 bind01(["wd:Q84263196"]) bind01 --> bind0 bind02(["wd:Q81068910"]) bind02 --> bind0 v3 --"wdt:P31"--> c2 v3 --"wdt:P921"--> v2 v3 --"wdt:P2093"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P577".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end