-
Notifications
You must be signed in to change notification settings - Fork 7
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
circulation data in TEI catalogues #24
Comments
The trouble with attributes likes |
For barcodes: I suggest that we don't store barcodes in the TEI, but that barcodes are stored in an external system, and they are linked to a more appropriate identifier for the object (e.g., an ARK). We would need to work with any system to ensure this is feasible, but it means that an update to a barcode doesn't mean that it's also an update to the record. |
What happens when an object is both restricted and offsite? |
That situation does not occur; all the restricted items are onsite. |
As discussed in #24, this would allow combinations (e.g. "restricted offsite") that might apply in the future, or other institutions (esp. Fihirst members)
I believe it has been decided to include barcodes in TEI files. Perhaps an alternative place to put them would be in
The advantages would be keeping the barcode (an ID of the container) separate from IDs of the item itself. And, as barcodes can change, it would allow a record of old ones to be kept (I don't know if that's important.) The current barcode would the one with the most recent date. |
This is a suggestion for how the TEI catalogues could add availability and other information that will be required by any circulation system. Can we discuss the adequacy of these suggestions and whether they integrate with any existing encoding, for instance of the
availability
element. (E.g., Fihrist already says that availability of all manuscripts is restricted, I think!).msIdentifier
element, insidealtIdentifier
, insideidno type="barcode"
. This may bemsIdentifier
as child ofmsDesc
or as child ofmsPart
.availability
element (insideadminInfo
) to have@status=restricted
. Relevant text to be supplied inside ap
element.<availability status="restricted"><p>To ensure its availability to future readers, access to this item is restricted, and readers are asked to work from reproductions and published descriptions as far as possible. To apply to see the original, please send a message to [email protected], outlining the subject of your research, the importance of this item to that research, and the resources you have already consulted.</p></availability>
availability
element (insideadminInfo
) to have@status=offsite
. Relevant text to be supplied inside ap
element.<availability status="offsite"><p>This item is stored offsite and requires 24 hours notice to be produced.</p></availability>
institution
orrepository
element ofmsIdentifier
to determine if the item can be ordered. It may be useful to@key
or@ref
on these elements to ensure they are machine readable.The text was updated successfully, but these errors were encountered: