Closed pletcher closed 4 months ago
@[description](shortcode:id)
Wikidata collection of citations: https://www.wikidata.org/wiki/Special:WhatLinksHere/Q123783872
#defaultView:Table
SELECT
?item
?language
?authorLabel
?title
?pubdate
where {
?item wdt:P195 wd:Q123783872;
wdt:P577 ?pubdate;
wdt:P1476 ?title;
wdt:P50 ?author;
#OPTIONAL {?item wdt:P407 ?language.}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
@mromanello I'm not seeing how to get the right data from that link -- I only see how to get the information for all of the items in that collection, but not anything cited by any of those items. Could we discuss this tomorrow/could you help me figure out where to look?