|
| 1 | +# Nachlass Herbert Collum |
| 2 | + |
| 3 | +## Beispiel A: aktuelles LibRML |
| 4 | + |
| 5 | +Umsetzung mit dem derzeit gültigen LibRML-Modell |
| 6 | + |
| 7 | +```xml |
| 8 | +<mets:mets xmlns:mets="http://www.loc.gov/METS/"> |
| 9 | + <mets:metsHdr CREATEDATE="2023-05-15T14:10:06.000+02:00" LASTMODDATE="2025-11-06T07:20:31.561+01:00"/> |
| 10 | + <mets:amdSec ID="AMD"> |
| 11 | + <mets:rightsMD ID="RMD1"> |
| 12 | + <mets:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="LibRML"> |
| 13 | + <libRML:libRML xmlns:libRML="http://librml.org/schema"> |
| 14 | + <libRML:item usageguide="https://nutzungshinweis.slub-dresden.de/na-he-co/1-0"> |
| 15 | + <libRML:action type="displaymetadata" permission="true"/> |
| 16 | + <libRML:action type="download" permission="true"> |
| 17 | + <libRML:restriction type="parts" parts="10"/> |
| 18 | + </libRML:action> |
| 19 | + <libRML:action type="index" permission="true"/> |
| 20 | + <libRML:action type="publish" permission="false"/> |
| 21 | + <libRML:action type="read" permission="true"> |
| 22 | + <libRML:restriction type="concurrent" sessions="1"/> |
| 23 | + <libRML:restriction type="location" inside="SLUB-Arbeitsplätze"/> |
| 24 | + </libRML:action> |
| 25 | + </libRML:item> |
| 26 | + </libRML:libRML> |
| 27 | + </mets:mdWrap> |
| 28 | + </mets:rightsMD> |
| 29 | + </mets:amdSec> |
| 30 | +</mets:mets> |
| 31 | +``` |
| 32 | + |
| 33 | +## Beispiel B: angepasstes LibRML |
| 34 | + |
| 35 | +Umsetzung mit einem angepassten LibRML-Modell |
| 36 | + |
| 37 | +```xml |
| 38 | +<mets:mets xmlns:mets="http://www.loc.gov/METS/"> |
| 39 | + <mets:metsHdr CREATEDATE="2023-05-15T14:10:06.000+02:00" LASTMODDATE="2025-11-06T07:20:31.561+01:00"/> |
| 40 | + <mets:amdSec ID="AMD"> |
| 41 | + <mets:rightsMD ID="RMD1"> |
| 42 | + <mets:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="LibRML"> |
| 43 | + <libRML:libRML xmlns:libRML="http://librml.org/schema"> |
| 44 | + <libRML:item usageguide="https://nutzungshinweis.slub-dresden.de/na-he-co/1-0"> |
| 45 | + <libRML:action type="displaymetadata" permission="true"> |
| 46 | + <libRML:restriction type="mets" sections="amdSec dmdSec structMap"/> |
| 47 | + </libRML:action> |
| 48 | + <libRML:action type="download" permission="true"> |
| 49 | + <libRML:restriction type="mets" filegroups="DEFAULT DOWNLOAD"/> |
| 50 | + <libRML:restriction type="parts" partspercentage="10"/> |
| 51 | + </libRML:action> |
| 52 | + <libRML:action type="index" permission="true"> |
| 53 | + <libRML:restriction type="mets" sections="dmdSec"/> |
| 54 | + </libRML:action> |
| 55 | + <libRML:action type="publish" permission="true"> |
| 56 | + <libRML:restriction type="interface" OAI-PMH="internal"/> |
| 57 | + </libRML:action> |
| 58 | + <libRML:action type="read" permission="true"> |
| 59 | + <libRML:restriction type="concurrent" sessions="1"/> |
| 60 | + <libRML:restriction type="location" inside="SLUB-Arbeitsplätze"/> |
| 61 | + <libRML:restriction type="mets" filegroups="DEFAULT FULLTEXT THUMBS"/> |
| 62 | + </libRML:action> |
| 63 | + </libRML:item> |
| 64 | + </libRML:libRML> |
| 65 | + </mets:mdWrap> |
| 66 | + </mets:rightsMD> |
| 67 | + </mets:amdSec> |
| 68 | +</mets:mets> |
| 69 | +``` |
0 commit comments