-
Notifications
You must be signed in to change notification settings - Fork 56
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
iiif:Image or not? #623
Comments
Clearly (given the typo of the trailing comma) that frame has never been used for anything practical :) So should there be a type or not ... is a very good question. Without the type, I think the framing algorithm won't know which resource to have at the top level, so my instinct is to say that it's needed in the ontology, but that it should be omitted from the serialization. I have no idea if that's actually possible with JSON-LD framing though. More research needed, I'm afraid! |
There's an open issue about Frame matching on exactly this topic: As Framing didn't make it out of the CG, we're unlikely to see any changes. So I think we go ahead and use the CG defined algorithm. See http://json-ld.org/spec/latest/json-ld-framing/#framing-algorithm In the case where there is an icon with an image API service that has a protocol ... I think results are undefined 😖 |
Frame Playground example: http://tinyurl.com/pccenmp -- Note that it is seriously broken! I wouldn't trust it, but feedback would be useful. |
Properly ready for review now (after repository state fix). I think we keep the frame as is, despite the bug in implementation. Markus responded to the issue on json-ld at least, but who knows when/if it'll get fixed. |
👍 |
So no iiif:Image then? Coming from an RDF background, I am wary of unclassed nodes (as #523 says). |
http://iiif.io/api/image/2/info_frame.json shows
"@type": "iiif:Image"
.However, the table at the beginning of http://iiif.io/api/image/2.0/#image-information and the example at the end of this section don't show such type in the response.
Should there be such type or not? I'm working on mapping Getty CONA images to RDF thereon IIIF and will appreciate a quick answer very much :-)
The text was updated successfully, but these errors were encountered: