query-eed1f34c6fb32b0182b5bb604b32a13b

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT distinct ?author                                                              #please tell me the author
                                     WHERE { ?article wdt:P4070 ?article_qnr .       #an article has a qnr    
                                     Values ?article_qnr { 'Q36369661' }.          #the qnr is Q36369661
                                     { ?article wdt:P50 ?author }.                    #the article has an author
                                     SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE], ar,be,bg,bn,ca,cs,da,de,el,en,es,et,fa,fi, fr,he,hi,hu,hy,id,it,ja,jv,ko,nb,nl,eo,pa,pl,pt,ro,ru,sh,sk,sr,sv,sw,te,th,tr,uk,yue,vec,vi,zh"}

Query found at