-
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
Are there Images in this datasets? #21
Comments
My logic for this is, for a given aggregation bound to SELECT ?thumbnail WHERE {
{ ?agg edm:object ?thumbnail .}
UNION
{ ?agg dm2e:hasAnnotatableVersionAt ?thumbnail .}
UNION
{ ?agg dm2e11:hasAnnotatableVersionAt ?thumbnail .}
UNION
{ ?agg edm:isShownBy ?thumbnail .}
?thumbnail dc:format ?mime_type .
FILTER STRSTARTS(STR(?mime_type), "image")
} LIMIT 1 |
Yeah. Lucky you if you can use SPARQL! |
I retrieve the ResourceMap in question using the API (e.g. http://data.dm2e.eu/data/html/resourcemap/mpiwg/harriot/MPIWG_0HE26A22/20140228232845114) and then run the SPARQL query on the result. You can do that do, can't you? |
You can get to the facsimile (well a scaled down thumbnail version anyway) by following the For example:
@kthth Why such a small version? Why not use something like http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Scaler?dw=800&fn=/permanent/library/0VGM2B80/pageimg&pn=1 (note the 800 instead of 50)
|
A bigger image would be better I agree |
these images are not or own and can only be shown on or pages (even a thumbnail is not really legal), that's why only shownAt. |
Then you shouldn't set If this is a serious legal issue, I'd say leave it out. |
Has this been solved? @kthth |
Are there images somewhere?
I understand CHOs are transcriptions of manuscript pages, did you also provide facsimiles of such pages?
The text was updated successfully, but these errors were encountered: