Learn R Programming

WikidataR (version 2.3.3)

list_properties: List properties of a Wikidata item

Description

for a downloaded wikidata item, list the properties of all statements

Usage

list_properties(item, names = FALSE)

Arguments

item

a list of one or more Wikidata items returned with get_item.

names

a boolian for whether to return property names, or just P numbers and extract.

Value

a list containing one sub-list for each entry in items, and (below that) the found data for each claim. In the event a claim cannot be found for an item, an NA will be returned instead.

Examples

Run this code
# NOT RUN {
# Get item data
adams_data <- get_item("42")
# Get claim data
claims <- extract_claims(adams_data, "P31")
# }

Run the code above in your browser using DataLab