-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrate <archref> and <bibref> with <reference> #46
Comments
Not sure where this request came from, but archref is really useful to us. We use it to reference other of our archival collections within relatedmaterial. This allows us to use an abbreviated URL (i.e. just the file name) and then, based on the fact that it's an archref, automatically generate the correct prefix. This is super helpful since sometimes our finding aids get moved en masse, and we have to alter the path to them, which we can easily do globally just by changing our XSL, This would be much harder to do with just extref (which technically isn't the correct element anyway, since these are not external references, they are references within our repository/institution). So, it would be nice if we could keep archref. |
Thanks for the feedback, Michele. It's always good to have real-world examples. I'd think it would be possible to do what you described also with |
Not necessarily -- we also sometimes include, in relatedmaterial, links to resources that are not our own archival collections. It might be an archival collection at another repository, or a website, or a digital collection, and so on. Thus we would not be able to assume that all references within relatedmaterial would be archrefs. |
Thanks again, Michele. Would you maybe have an encoding example that you could add here? Just an example for |
Sure! Take a look at the Related Materials section of our Grove Press finding aid. That one has a little bit of everything :) |
Thanks, Michele. Would you have the EAD XML encoding for this example as well by any chance? If it's not online somewhere, please feel free to send it to me via email ([email protected]). Would be great to have this for the EAD team meeting next week. |
Sure - you can find the ead code for all our finding aids here https://library.syracuse.edu/ead/xml/ This one is grove_press.xml The links to our collections and to the archival collections at other repositories are encoded as part of relatedmaterial, The link to the catalog, to find books that were removed for cataloging, is encoded as part of separatedmaterial. Both are displayed in the HTML version in the section entitled "Related Material" in the interests of not confusing end users, who won't care about the arcane differences between related and separated :) |
As a note to be taken into account during the further review of this issue: The example of the Syracuse University finding aid uses EAD 2002 (DTD). With regard to
|
During their meeting in Washington on 26 July 2023, the EAD sub-team decided to move forward with this change. In addition to |
Tested with the XSD and the RNG and can confirm that this has been implemented as expected. The four elements in question now also include the |
Creator of issue
The issue relates to
Wanted change/feature
<archref>
and<bibref>
from EAD. There is currently no difference between<archref>
,<bibref>
, and<ref>
apart from the circumstance that the latter cannot include itself. On the other hand,<ref>
includes linking attributes, which<archref>
and<bibref>
don't allow for.<archref>
and<bibref>
are currently available as direct sub-elements of<bibliography>
(where archival references might not be used that often, but the context indicates references to be of a bibliographic type) and<otherfindaid>
,<relatedmaterial>
, and<separatedmaterial>
(where bibliographic references might not be used that often, but the context indicates references to be of a archival type). In all four of these parent elements,<ref>
(now<reference>
, see Replace <ref> with <reference> and adapt content model #40) would be available within<p>
,<item>
,<entry>
, and<event>
as an alternative.Note for working on and testing this issue: When the schema changes are done in development branch, please mark this by ticking the box for the higher level in the list (printed in bold); once the changes have been tested successfully please mark this by ticking the box on the lower and intermediate (printed in italics) levels.
<archref>
fromrenamed to<bibliography>
<publicationNote>
<otherFindAid>
<relatedMaterial>
<separatedMaterial>
<bibref>
fromrenamed to<bibliography>
<publicationNote>
<otherFindAid>
<relatedMaterial>
<separatedMaterial>
The text was updated successfully, but these errors were encountered: