-
Notifications
You must be signed in to change notification settings - Fork 10
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
iana:first and iana:last #72
Comments
@VickyPhillips It's generally recommended to have only one iana:first/iana:last per resource so you can keep them matched up. So I would suggest having one resource for the Title with the primary order linked to with iana:first/iana:last, and then putting the other order in a pcdm:AlternateOrder object. If you want to avoid making one order primary and the other secondary, you could put both of the orders in pcdm:AlternateOrder objects. |
@escowles Many thanks for your response. Can I just confirm does the ‘other order’ Object (pcdm:AlternativeOrder) sit alongside the main Title Object (so almost a duplicate Title object, but with possibly different iana:first and iana:last) and different orderProxies Object to reflect the different ordering? Rather than alternativeOrderProxies Object nested underneath the main Title object and alongside the main OrderProxies, as you wouldn’t be able to include the iana:first and last here. If it is similar to a duplicate Title Object I’m hoping that we don’t need to replicate the descriptive metadata e.g. licences across as this would mean duplication of data and as a result more than a single place to update metadata if changes are made. Are there any examples of use of AlternativeOrder available to follow? The only thing I’ve come cross is the following https://www.rootopen.com/git/5cffb8fbb107d71aac4815ad Or institutions you know of who have implemented this. One other question I have which is regarding storing of FOXML from legacy repository. Is it ok to have this as a Binary (pcdm:hasFile) off the Main Title Object or should it be a Binary on a separate Archived Title Object? Do you know what is best practice in this instance and again are there any examples of this out there, or an institution that has implemented this? Thanks |
There are several options for how to model the AlternativeOrder, but I would generally include it as a child object inside of the main title object, so something like:
And I think it's fine to have a |
@escowles Many thanks for this. It's all becoming clearer now regarding the Alternative Ordering. Can I just check one thing... I notice that you use pcdm:AlternativeOrder above but looking at the spec it has pcdm:AlternateOrder is it just a typo above? |
@VickyPhillips Sorry for the typo, it is indeed Unfortunately, we haven't created any public documentation for how we're storing imported metadata files, and we're not currently using Fedora (we developed a Samvera/Valkyrie-based repository that uses a lot of PCDM concepts, but not RDF, to store data). In terms of Fedora, I think there are two approaches for attaching metadata files:
|
Hello All,
We’re currently mapping our Fedora 3.8 METS objects to PCDM and could do with some guidance. I’ve tried accessing the pcdm Google Group in order to post queries there, but I’m not able to access this as I’m getting the following message
This group either doesn't exist, or you don't have permission to access it. If you're sure this group exists, contact the owner of the group and ask them to give you access.
With iana:first and iana:last is it possible to include the elements twice within a pcdm Object to reflect what was the Physical and Logical structural map in METS by using rdf:ID attribute to differentiate between the two? e.g.
<iana:first rdf:ID="PHYSICAL" rdf:resource="http://fcrepo-xxx/fcrepo/rest/ManuscriptTitle/orderProxies/page1Proxy"/>
<iana:first rdf:ID="LOGICAL" rdf:resource="http://fcrepo-xxx/fcrepo/rest/ManuscriptTitle/orderProxiesLogical/page1Proxy"/>
Or do we need to create two Parent PCDM Objects for the Title, one which points to the Physical orderProxies and another (with pcdm:AlternateOrder element included) which points to the Logical orderProxies?
I’m new to all this so any guidance would be very much appreciated.
Thanks,
Vicky Phillips
Digital Standards Manager, National Library of Wales
The text was updated successfully, but these errors were encountered: