Beispiele

Urheberrechtsschutz + Restricted Access

Allgemeine Informationen

Das LibRML kann aus den folgenden Werten abgeleitet werden:

Hinweis:

<?xml version="1.0" encoding="UTF-8"?>
<libRML version="0.5.0" xmlns="http://librml.org/schema">
    <item copyright="true" id="copyright-ra-100"
        tenant="https://www.slub-dresden.de/"
        usageguide="https://librml.org/examples/copyright_restrictedaccess">
        <action type="archive" permission="true" />
        <action type="displaymetadata" permission="true" />
        <action type="index" permission="true" />
        <action type="read" permission="true">
            <restriction type="location" inside="library" />
        </action>
    </item>
</libRML>
{
  "id": "copyright-ra-100",
  "tenant": "https://www.slub-dresden.de/",
  "copyright": true,
  "usageguide": "https://librml.org/examples/copyright_restrictedaccess",
  "actions": [
    {
      "type": "archive",
      "permission": true
    },
    {
      "type": "displaymetadata",
      "permission": true
    },
    {
      "type": "index",
      "permission": true
    },
    {
      "type": "read",
      "permission": true,
      "restrictions": [
        {
          "type": "location",
          "inside": "library"
        }
      ]
    }
  ]
}