Skip to content
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

Open
chrmor opened this issue Feb 25, 2014 · 10 comments
Open

Are there Images in this datasets? #21

chrmor opened this issue Feb 25, 2014 · 10 comments
Labels

Comments

@chrmor
Copy link

chrmor commented Feb 25, 2014

Are there images somewhere?
I understand CHOs are transcriptions of manuscript pages, did you also provide facsimiles of such pages?

@chrmor chrmor added the harriot label Feb 25, 2014
@kba
Copy link
Member

kba commented Feb 25, 2014

My logic for this is, for a given aggregation bound to ?agg:

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 

@chrmor
Copy link
Author

chrmor commented Mar 3, 2014

Yeah. Lucky you if you can use SPARQL!

@kba
Copy link
Member

kba commented Mar 3, 2014

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?

@kba
Copy link
Member

kba commented Mar 3, 2014

@kba
Copy link
Member

kba commented Mar 4, 2014

You can get to the facsimile (well a scaled down thumbnail version anyway) by following the edm:object of the aggregation.

For example:
http://data.dm2e.eu/data/html/resourcemap/mpiwg/harriot/MPIWG_01QU84RT/20140304151523204

edm:object links to http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Scaler?dw=50&fn=/permanent/library/0VGM2B80/pageimg&pn=1

@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)

edm:object should not be a thumbnail but the highest possible resolution for generating a thumbnail.

@chrmor
Copy link
Author

chrmor commented Mar 5, 2014

A bigger image would be better I agree

@kthth
Copy link

kthth commented Mar 6, 2014

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.

@kba
Copy link
Member

kba commented Mar 6, 2014

Then you shouldn't set edm:object because it will be used for generating a thumbnail if it is set (by us) but also for different purposes once the data is in Europeana Portal. See their Image Policy (http://pro.europeana.eu/documents/900548/960640/Europeana+Portal+Image+Policy).

If this is a serious legal issue, I'd say leave it out.

@kba
Copy link
Member

kba commented Jul 14, 2014

Has this been solved? @kthth

@kba
Copy link
Member

kba commented Sep 25, 2014

Bump @kthth @jurzua

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants