dbmdz / iiif-presentation-api

Java library implementing the IIIF Presentation API
MIT License
13 stars 8 forks source link

seeAlso properties not supported in the IIIF presentation model #4

Closed nfreire closed 7 years ago

nfreire commented 7 years ago

The seeAlso properties 'profile', 'format' and 'label' are not supported by the model. http://iiif.io/api/presentation/2.1/#seealso

de.digitalcollections.iiif.presentation.model.api.v2_0_0.IiifResource allows only for a String representing the seeAlso.

jbaiter commented 7 years ago

Thanks for catching that! :-)

nfreire commented 7 years ago

That was very fast :) Thanks a lot.