query-7aad67c8152db47cbde20bcdd60c3ef8
- Get scholarly works for the authors. (Q63808847)Dmitry Vinogradov , (Q63759170)Oleg Anshakov , (Q4484888)Victor Konstantinovich Finn , (Q63809637)Maria A. Mikheyenkova Get works for
Use at
- https://query.wikidata.org/sparql
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 ?date ?work ?workLabel
WHERE
{
VALUES ?authors { wd:Q63809637 wd:Q4484888 wd:Q63759170 wd:Q63808847 }
?work wdt:P50 ?authors.
OPTIONAL {
?work wdt:P577 ?date.
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?date
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?authors")
v1("?date"):::projected
v3("?work"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?authors/]
bind0-->v2
bind00(["wd:Q63809637"])
bind00 --> bind0
bind01(["wd:Q4484888"])
bind01 --> bind0
bind02(["wd:Q63759170"])
bind02 --> bind0
bind03(["wd:Q63808847"])
bind03 --> bind0
v3 --"wdt:P50"--> v2
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;
c4 --"wikibase:language"--> c6
end