-
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
Beta Masaheft Request Review #129
Comments
I'll have a look tomorrow or the day after at worst, as tomorrow is mostly plane. |
I don't know how complete this is supposed to be so, take this with a grain of salt :
It seems mostly like bugs, often tied to quick prototyping, nothing that goes strongly against the specs except for the error message but it's not in the Markdown yet. I hope this helps ! |
Writing the notebook for demoing, I saw that http://betamasaheft.eu/api/dts/collections?id=urn:dts:betmasMS:DSEthiop1 is throwing an error. Just giving you a head's up @PietroLiuzzo :) |
Thanks! I will have a look at it. There might be MANY that have errors already in the XML and therefore result in problems there at some points |
@PietroLiuzzo Don't worry. Tell me when you want me to have another look at it ! |
are 1 and 6 the same thing? I am not sure what I need to do and if this is simply wrong or what. I could use the identifier of the resource directly, but I liked the use of this common format urn:dts: etc. |
1 and 6 are not exactly the same thing:
Yes, if there is no |
I am quite sure I am missing a bit regarding the urn:dts: points. |
We'll speak about the urn:dts issue another time, no worries. I'll try to make myself clear :) Found another little bug : in http://betamasaheft.eu/api/dts/collections?id=urn:dts:betmasMS:BLorient718 , dc:creator is a list of list of stirng, it should be list of string :) |
I wish I could access my server to fix this, but it does not look like this is possible from here |
No worries @PietroLiuzzo , I am just adding not as I go on. Nothing needs to be perfect today nor this week. Another small bug : in http://betamasaheft.eu/api/dts/navigation?id=urn:dts:betmasMS:BLorient718&ref=1&level=2 , we should only have the columns inside the folio 1. |
And http://betamasaheft.eu/api/dts/document?id=urn:dts:betmasMS:BLorient718&ref=1 does not return the abstract :) |
there is no abstract for the manuscript because there isn't one in the TEI. but I see it returns nothing in the fragment, which is a bug. thanks! |
my bad, French-English issue : I meant fragment :) ... |
Thanks again @PonteIneptique I have updated my implementation with these comments. actually, the last link was indeed broken, but the folio reference cannot be given as 1 anyway, it needs to be 1r, or 1ra if there is a column, as manuscripts are foliated, not paginated most of the time. Where should that information be to avoid that 1 is passed instead of 1r or 1v ? |
@PietroLiuzzo should consider to use URI instead of urn:dts: https://betamasaheft.eu/api/dts/collections?id=https%3A%2F%2Fbetamasaheft.eu%2FLIT3122Galaw%20%20 instead of |
I would be very glad if somebody could have a look at my draft implementation and review it.
http://betamasaheft.eu/api/dts
The text was updated successfully, but these errors were encountered: