Get description of Wikidata thing

get_info(id, language = "en", with_labels = FALSE)

Arguments

id

a Wikidata ID, either of an item ("Qxxxxx") or of a property ("Pxxxxx"), or the item itself.

language

language of description, defaults to English ("en")

Examples

get_info("wd:Q431603")
#> $label #> [1] "advocacy group" #> #> $description #> [1] "defines and represents the interests of a particular social group or industry" #> #> $claims #> # A tibble: 20 x 7 #> property propertyLabel value valueLabel propertyType propertyDescripti… #> <chr> <chr> <chr> <chr> <chr> <chr> #> 1 http://ww… GND ID 412050… 4120500-5 http://wikib… "identifier from … #> 2 http://ww… Library of Co… sh8510… sh85106541 http://wikib… "Library of Congr… #> 3 http://ww… subclass of http:/… organizat… http://wikib… "next higher clas… #> 4 http://ww… subclass of http:/… non-gover… http://wikib… "next higher clas… #> 5 http://ww… part of http:/… lobbying http://wikib… "object of which … #> 6 http://ww… Commons categ… Advoca… Advocacy … http://wikib… "name of the Wiki… #> 7 http://ww… Freebase ID /m/03t… /m/03tp2y http://wikib… "identifier for a… #> 8 http://ww… topic's main … http:/… Category:… http://wikib… "main Wikimedia c… #> 9 http://ww… partially coi… http:/… trade ass… http://wikib… "object that is p… #> 10 http://ww… Encyclopædia … topic/… topic/int… http://wikib… "identifer for an… #> 11 http://ww… different from http:/… activist … http://wikib… "item that is dif… #> 12 http://ww… STW Thesaurus… 10984-3 10984-3 http://wikib… "identifier for a… #> 13 http://ww… Interlingual … i81121 i81121 http://wikib… NA #> 14 http://ww… ASC Leiden Th… 294917… 29491742X http://wikib… "identifier for a… #> 15 http://ww… Canadian Ency… pressu… pressure-… http://wikib… "identifier for a… #> 16 http://ww… EuroVoc ID 1192 1192 http://wikib… "identifier for a… #> 17 http://ww… Microsoft Aca… 290891… 2908918445 http://wikib… "identifier for a… #> 18 http://ww… Australian Ed… scot/6… scot/6727 http://wikib… "ID for curriculu… #> 19 http://ww… Visuotinė lie… intere… interesu-… http://wikib… "identifier for a… #> 20 http://ww… KBpedia ID Advoca… AdvocacyO… http://wikib… "identifier for t… #> # … with 1 more variable: propertyAltLabel <chr> #>