Skip to contents

Only certificates are created on Wikidata: the papers, people and venues they refer to are resolved there and created by the communities that own them. Our own Wikibase mirrors everything, since it has no notability rules to respect.

Usage

wikidata_creates(kind, target = c("wikidata", "wikibase"))

Arguments

kind

one of [wikidata_entity_kinds()]

target

`"wikidata"` or `"wikibase"`

Value

`TRUE` if the export may create such an item on that target

Examples

wikidata_creates("certificate", "wikidata")
#> [1] TRUE
wikidata_creates("paper", "wikidata")
#> [1] TRUE