Urheberrechtsschutz + Restricted Access
Allgemeine Informationen
Das LibRML kann aus den folgenden Werten abgeleitet werden:
Hinweis:
- Es wird eine Bereitstellung des Objekts entsprechend Bereitstellung digitaler Dokumente, die dem Urheberrecht unterliegen beschrieben.
- Es wird keine Garantie für die juristische Korrektheit gegeben.
JSON
{
"id": "LibRML Copyright - Restricted Access",
"tenant": "http://www.slub-dresden.de",
"usageguide": "http://librml.org/examples/copyright_restrictedaccess",
"template": "LibRML Copyright - Restricted Access",
"actions": [
{
"type": "displaymetadata",
"permission": true
},
{
"type": "index",
"permission": true
},
{
"type": "read",
"permission": true
"restrictions": [
{
"type": "location",
"subnet": [
"192.168.10.0/24"
},
]
},
{
"type": "archive",
"permission": true
}
]
}
XML
<?xml version='1.0' encoding='ASCII'?>
<libRML version="0.3">
<item id="LibRML Copyright - Restricted Access" tenant="http://slub-dresden.de" usageguide="http://librml.org/examples/copyright_restrictedaccess" template="LibRML Copyright - Restricted Access">
<action type="displaymetadata" permission="true"/>
<action type="index" permission="true"/>
<action type="read" permission="true"/>
<action type="read" permission="true">
<restriction type="location" subnet="192.168.10.0/24"/>
</action>
<action type="archive" permission="true"/>
</item>
</libRML>