Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIBFRAME metadata (RML output) should have an accurate bf:creationDate in bf:adminMetadata #27

Closed
gerontakos opened this issue Apr 21, 2021 · 1 comment

Comments

@gerontakos
Copy link

gerontakos commented Apr 21, 2021

Currently we see this RDA/RDF:
<> bf:adminMetadata [ a bf:AdminMetadata ;
bf:creationDate "2019-11-27"^^xsd:date ] .
...output as the following in BIBFRAME:
<> ns2:adminMetadata [ a ns2:AdminMetadata ;
ns2:creationDate "2019-11-27"@eng ] .
That is to say, the RDA.bf:creationDate is the same as the BIBFRAME.bf:creationDate.
However the BIBFRAME, derived from the RDA/RDF, was created on a later date.
Can the python/rml output the date of creation of the BIBFRAME specifically?

Worth nothing: this applies to the first transformation of a specific RDA/RDF dataset. When, or if, the dataset is transformed again to incorporate some edits, the date of that second transformation is no longer a bf:creationDate but a bf:changeDate. Although incorporating this fix for the April/May 2021 POST to Sinopia is overambitious, it may be something we want to remedy in future RDA-2-BIBFRAME.

mcm104 added a commit that referenced this issue May 4, 2021
@mcm104
Copy link
Contributor

mcm104 commented May 4, 2021

Creation date is now edited to current date during transformation!

@mcm104 mcm104 closed this as completed May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants