You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should profiles be validated? There should be a way to check if your bag conforms to a given profile, which also implies that it's also conforming to the BagIt structure in general, but that process should be separate from validation which includes verifying checksums.
So in other words, tell me if I have a bag that matches a given profile, but don't do the checksums because that might take longer, and I'd do that with a separate process.
This relate to work ongoing in Fedora for exporting and importing bags.
The text was updated successfully, but these errors were encountered:
It's been a while since I used it, and I can't honestly remember if the validator just validates conformance to the profile, or conformance to the profile + a valid bag.
I think after earlier discussion today, it only tests conformity of the profile. In other words, is my defined json profile file expressing a valid BagIt profile. So we're looking at building checks into the Fedora component that would verify if the bag itself conforms to the profile. Although, I'd be nice if this did too! 😄
How should profiles be validated? There should be a way to check if your bag conforms to a given profile, which also implies that it's also conforming to the BagIt structure in general, but that process should be separate from validation which includes verifying checksums.
So in other words, tell me if I have a bag that matches a given profile, but don't do the checksums because that might take longer, and I'd do that with a separate process.
This relate to work ongoing in Fedora for exporting and importing bags.
The text was updated successfully, but these errors were encountered: