Indic Wikisource Community/Resource/PD author Kannada: Difference between revisions
Content deleted Content added
ListeriaBot (talk | contribs) Wikidata list updated [V2] |
ListeriaBot (talk | contribs) Wikidata list updated [V2] |
||
Line 1:
{{Wikidata list|sparql=
SELECT DISTINCT ?item ?itemLabel ?death with {select ?item ?death
WHERE {
?item wdt:P31 wd:Q5; wdt:P6886 wd:33673. # people who wrote in Kannada
{
MINUS { ?item wdt:P570 [] .}
}
UNION {?item wdt:P570 ?death.}
FILTER (?death < "1962-01-01T00:00:00Z"^^xsd:dateTime). # who died before 1 Jan, 1962
} } as %writers where { include %writers.
OPTIONAL {[] schema:about ?item; schema:isPartOf <https://kn.wikisource.org/>; schema:name ?ws .} # which have entries in Bengali Wikisource
OPTIONAL {?item wdt:P106/wdt:P279* wd:Q36180.} # writer and its sub-classes by occupation
SERVICE wikibase:label { bd:serviceParam wikibase:language "kn,en". }
}
|columns=label:Name,P21,P27,P569,P570,P18,item
|sort=label
|header_template=Author list header
|row_template=Author list series
}}
|sparql=
SELECT DISTINCT ?item ?itemLabel ?death with {select ?item ?death
WHERE {
|