artefactual / archivematica-sampledata

Archivematica sample data
http://www.archivematica.org
17 stars 15 forks source link

adds rightsTransfer sample data #77

Closed sarah-mason closed 4 years ago

sarah-mason commented 4 years ago

When updating the Metadata Import documentation, there was a rightsTransfer test being used, but no sample data existed to create the PREMIS rights events. I recreated the transfer and am now adding it to the sample data to make future updates to the docs easier.

loosely related to issue: https://github.com/archivematica/Issues/issues/949 -- though this was about updating the METS schema, it included PREMIS schema updates.

sromkey commented 4 years ago

licenseNote is in PREMIS! See 4.1.4.3 in the v. 3.0 data dictionary

ross-spencer commented 4 years ago

Ruh-roh! thanks @sromkey In that case (I can get this from the code if I need I guess!) but are you anticipating it works in AM at present? Or is it an enhancement we'd need to make?

sarah-mason commented 4 years ago

@ross-spencer -- it should include the license note. It did when I was making the docs update. I'm going to test it again on my vm now.

I also tried to fix my git commit message, so hopefully it worked. But if not, let me know what I should be doing. I suspect I should try to update nano to see if I can at least get some soft wrapping in there.

sromkey commented 4 years ago

@ross-spencer -- it should include the license note. It did when I was making the docs update. I'm going to test it again on my vm now.

What @sarah-mason said! It should work!

ross-spencer commented 4 years ago

OK!

sarah-mason commented 4 years ago

Confirmed: I am still getting the <premis:licenseNote>migrate</premis:licenseNote> for the first rightsMD section.

Did I fix the commit message okay?

ross-spencer commented 4 years ago

@sarah-mason @sromkey (unhelpfully) I crossed my wires -- Sarah M - you have a string in the csv under citation. The string is Note about license. This is what isn't appearing in the METS. Is that important at all? Same question about archivematica/PREMIS support etc.

I think you might need to push the new commit :slightly_smiling_face: -- you may need to git push -f

sarah-mason commented 4 years ago

@ross-spencer -- you are right that citation is only used when statute is used, not copyright or license. It's 4.1.5.2 in the data dictionary. I will amend it and then update the docs as well.

sarah-mason commented 4 years ago

have done just that! Thanks Ross.