-
Notifications
You must be signed in to change notification settings - Fork 1
/
rights.jsonld
49 lines (49 loc) · 2.04 KB
/
rights.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"@context": {
"@language": "en",
"Collection": "http://purl.org/dc/terms/Collection",
"Concept": "http://www.w3.org/2004/02/skos/core#Concept",
"RightsStatement": "http://purl.org/dc/terms/RightsStatement",
"comment": "http://www.w3.org/2000/01/rdf-schema#comment",
"date": "http://www.w3.org/2001/XMLSchema#date",
"definedBy": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"description": "http://purl.org/dc/terms/description",
"issued": "http://purl.org/dc/terms/issued",
"label": "http://www.w3.org/2000/01/rdf-schema#label",
"modified": "http://purl.org/dc/terms/modified",
"publisher": "http://purl.org/dc/terms/publisher",
"range": "http://www.w3.org/2000/01/rdf-schema#range",
"title": "http://purl.org/dc/terms/title"
},
"@graph": [
{
"@id": "http://opaquenamespace.org/ns/rights",
"issued": {
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2013-12-16"
},
"modified": {
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2013-12-16"
},
"publisher": "Opaque Namespace",
"title": "Oregon Digital Rights Statements"
},
{
"@id": "http://opaquenamespace.org/ns/rights/educational",
"@type": [
"RightsStatement"
],
"comment": "Educational use is permitted without permission. Permission may be required for additional uses.",
"label": "Educational Use Permitted"
},
{
"@id": "http://opaquenamespace.org/ns/rights/orphan-work-us",
"@type": [
"RightsStatement"
],
"comment": "The Orphan works statement can be applied to objects that have been identified as orphan works in the country of first publication and in line with the requirements of the country. This rights statement applies to orphan works as defined in the United States of America. When an object has an orphan work statement, a good faith effort has been applied to try to identify the copyright holder and seek permission.",
"label": "Orphan Work"
}
]
}