Skip to content

dublin core error #40

@mesteranna

Description

@mesteranna

Many codes have the Error in dublincore(title = "Wikibase Copy Property Log", description = description_text, :
unused argument (dataset_date = Sys.Date())

Depite this they work except for the uploader for multiple properties
I used this test:

musicbrainz_id_properties <- copy_wikidata_property(
pid_on_wikidata = c("P434", "P435", "P436"),
pid_equivalence_property = "P2", # use the P number on your Wikibase instance
languages = c("en", "nl", "hu" ),
wikibase_api_url = "https://reprexbase.eu/jekyll/api.php",
data_curator = person("Anna", "Mester"),
log_path = tempdir(),
csrf=my_csrf
)

The uploader created the first property (MusicBrainz artist ID - P434), gave the dublin core error then did not copy the other two properties.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions