TomDeneire / pictor

Discovering IIIF manifests
MIT License
16 stars 4 forks source link

zeit.punkt NRW #36

Open alexander-winkler opened 1 year ago

alexander-winkler commented 1 year ago

The newspaper portal zeit.punkt NRW has IIIF manifests as well, https://zeitpunkt.nrw/ulbms/periodical/zoom/5188518 ; https://zeitpunkt.nrw/i3f/v20/6686952/manifest

There probably is a OAI-PMH; have to figure out details.

TomDeneire commented 1 year ago

Thanks, they do indeed have OAI:

https://zeitpunkt.nrw/ulbbn/oai/?verb=GetRecord&metadataPrefix=mets&mode=view&identifier=2655260

<mets:digiprovMD ID="digiprov2655261" >
<mets:mdWrap MIMETYPE="text/xml" MDTYPE="OTHER" OTHERMDTYPE="DVLINKS" >
<mets:xmlData>
<dv:links>
<dv:reference>https://bonnus.ulb.uni-bonn.de/SummonRecord/hbz%20master%3A3280534</dv:reference>
<dv:presentation>https://zeitpunkt.nrw/id/2655261</dv:presentation>
<dv:iiif>https://zeitpunkt.nrw/i3f/v20/2655261/manifest</dv:iiif>
<dv:sru>https://zeitpunkt.nrw/proto_ftsearch/2655261</dv:sru>
</dv:links>
</mets:xmlData>
</mets:mdWrap>
</mets:digiprovMD>

and SRU:

https://zeitpunkt.nrw/sru?&operation=explain

Looking into it!