Project

General

Profile

Feature #2391

Updated by Bernhard Koschiček-Krombholz about 1 year ago

The reference of a file is the source, where the file comes from. Since it is quite important for citing reasons to add the information to the image, it should be included in the IIIF manifest.  
 Since IIIF API v2 doesn't doens't have something like the requiredStatement we use the "metadata":https://iiif.io/api/presentation/2.0/#descriptive-properties property. 

 *Manifest adaptations* 
 * Added License Holder to license attribution property  
 * Added Creator to "metadata":https://iiif.io/api/presentation/2.0/#descriptive-properties property (is not displayed in Mirandor) 
 * Added link/reference (if available) to "license":https://iiif.io/api/presentation/2.0/#rights-and-licensing-properties property. Since only one link/reference is possible, the first entered reference for the specific License type is taken. 
 * Added linked entities to "seeAlso":https://iiif.io/api/presentation/2.0/#linking-properties property. So all entities linked to that image are shown with a link to that resource (like Annotation URLs: *_URL_ parameter* overwrites *frontend URL* overwrites *backend api URL*) property

Back