rdf-vocab 2.2.9 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +5 -5
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +21 -2
  4. data/lib/rdf/vocab/acl.rb +21 -5
  5. data/lib/rdf/vocab/bf2.rb +812 -812
  6. data/lib/rdf/vocab/bibframe.rb +78 -78
  7. data/lib/rdf/vocab/bibo.rb +239 -247
  8. data/lib/rdf/vocab/cc.rb +4 -9
  9. data/lib/rdf/vocab/cert.rb +44 -45
  10. data/lib/rdf/vocab/cnt.rb +5 -5
  11. data/lib/rdf/vocab/crm.rb +344 -344
  12. data/lib/rdf/vocab/datacite.rb +152 -58
  13. data/lib/rdf/vocab/dc.rb +439 -439
  14. data/lib/rdf/vocab/dc11.rb +93 -93
  15. data/lib/rdf/vocab/dcat.rb +152 -101
  16. data/lib/rdf/vocab/dcmitype.rb +75 -75
  17. data/lib/rdf/vocab/disco.rb +169 -101
  18. data/lib/rdf/vocab/doap.rb +179 -159
  19. data/lib/rdf/vocab/dwc.rb +1648 -1648
  20. data/lib/rdf/vocab/ebucore.rb +373 -124
  21. data/lib/rdf/vocab/edm.rb +216 -139
  22. data/lib/rdf/vocab/exif.rb +208 -208
  23. data/lib/rdf/vocab/fcrepo4.rb +57 -134
  24. data/lib/rdf/vocab/foaf.rb +166 -166
  25. data/lib/rdf/vocab/geo.rb +3 -5
  26. data/lib/rdf/vocab/geojson.rb +16 -16
  27. data/lib/rdf/vocab/geonames.rb +2827 -3455
  28. data/lib/rdf/vocab/gr.rb +699 -254
  29. data/lib/rdf/vocab/gs1.rb +1765 -1761
  30. data/lib/rdf/vocab/ht.rb +23 -23
  31. data/lib/rdf/vocab/hydra.rb +104 -104
  32. data/lib/rdf/vocab/ical.rb +674 -127
  33. data/lib/rdf/vocab/identifiers.rb +120 -212
  34. data/lib/rdf/vocab/iiif.rb +25 -37
  35. data/lib/rdf/vocab/jsonld.rb +11 -11
  36. data/lib/rdf/vocab/ldp.rb +79 -69
  37. data/lib/rdf/vocab/lrmi.rb +63 -63
  38. data/lib/rdf/vocab/ma.rb +47 -132
  39. data/lib/rdf/vocab/mads.rb +83 -28
  40. data/lib/rdf/vocab/marc_relators.rb +12 -2201
  41. data/lib/rdf/vocab/mo.rb +920 -836
  42. data/lib/rdf/vocab/mods.rb +6 -13
  43. data/lib/rdf/vocab/oa.rb +82 -72
  44. data/lib/rdf/vocab/og.rb +50 -50
  45. data/lib/rdf/vocab/ogc.rb +9 -8
  46. data/lib/rdf/vocab/ore.rb +22 -19
  47. data/lib/rdf/vocab/org.rb +217 -167
  48. data/lib/rdf/vocab/pplan.rb +45 -45
  49. data/lib/rdf/vocab/premis.rb +855 -582
  50. data/lib/rdf/vocab/premis_event_type.rb +148 -70
  51. data/lib/rdf/vocab/prov.rb +842 -806
  52. data/lib/rdf/vocab/rightsstatements.rb +140 -157
  53. data/lib/rdf/vocab/rsa.rb +16 -13
  54. data/lib/rdf/vocab/rss.rb +10 -10
  55. data/lib/rdf/vocab/schema.rb +1448 -1448
  56. data/lib/rdf/vocab/sioc.rb +158 -159
  57. data/lib/rdf/vocab/sioc_services.rb +14 -14
  58. data/lib/rdf/vocab/sioct.rb +70 -70
  59. data/lib/rdf/vocab/skos.rb +97 -93
  60. data/lib/rdf/vocab/skosxl.rb +29 -24
  61. data/lib/rdf/vocab/v.rb +88 -90
  62. data/lib/rdf/vocab/vcard.rb +340 -196
  63. data/lib/rdf/vocab/vmd.rb +88 -90
  64. data/lib/rdf/vocab/vs.rb +15 -15
  65. data/lib/rdf/vocab/wdrs.rb +30 -30
  66. data/lib/rdf/vocab/wot.rb +47 -47
  67. data/lib/rdf/vocab/xhtml.rb +3 -3
  68. data/lib/rdf/vocab/xhv.rb +37 -123
  69. data/lib/rdf/vocab/xkos.rb +110 -107
  70. data/spec/vocab_spec.rb +6 -6
  71. metadata +19 -31
@@ -11,237 +11,220 @@ module RDF::Vocab
11
11
 
12
12
  # Extra definitions
13
13
  term :"1.0/",
14
- :"dc11:identifier" => %(rscs).freeze,
15
- :"dc:creator" => %(rightsstatements:irswg).freeze,
16
- :"dc:title" => %(RightsStatements.org Standardized International Rights Statements).freeze,
17
- label: "1.0/".freeze,
18
- :"owl:versionInfo" => %(1.0).freeze,
14
+ "dc11:identifier": "rscs".freeze,
15
+ "dc:creator": "rightsstatements:irswg".freeze,
16
+ "dc:title": "RightsStatements.org Standardized International Rights Statements".freeze,
17
+ "owl:versionInfo": "1.0".freeze,
19
18
  type: "skos:ConceptScheme".freeze
20
19
  term :"CNE/1.0/",
21
- :"dc11:identifier" => %(CNE).freeze,
22
- :"dc:creator" => %(rightsstatements:irswg).freeze,
23
- :"dc:modified" => %(2015-10-16).freeze,
24
- label: "CNE/1.0/".freeze,
25
- :"owl:versionInfo" => %(1.0).freeze,
26
- :"skos:closeMatch" => %(http://www.europeana.eu/rights/unknown/).freeze,
27
- :"skos:definition" => %(The copyright and related rights status of this Item has not been evaluated.
20
+ "dc11:identifier": "CNE".freeze,
21
+ "dc:creator": "rightsstatements:irswg".freeze,
22
+ "dc:modified": "2015-10-16".freeze,
23
+ definition: %(The copyright and related rights status of this Item has not been evaluated.
28
24
 
29
25
  Please refer to the organization that has made the Item available for more information.
30
26
 
31
27
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
32
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
33
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
34
- :"skos:prefLabel" => %(Copyright Not Evaluated).freeze,
35
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk).freeze,
36
- :"skos:scopeNote" => %(This Rights Statement should be used for Items for which the copyright status is unknown and for which the organization that intends to make the Item available has not undertaken an effort to determine the copyright status of the underlying Work.).freeze,
28
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
29
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
30
+ "owl:versionInfo": "1.0".freeze,
31
+ prefLabel: "Copyright Not Evaluated".freeze,
32
+ "skos:closeMatch": "http://www.europeana.eu/rights/unknown/".freeze,
33
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk".freeze,
34
+ "skos:scopeNote": "This Rights Statement should be used for Items for which the copyright status is unknown and for which the organization that intends to make the Item available has not undertaken an effort to determine the copyright status of the underlying Work.".freeze,
37
35
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
38
36
  term :"InC-EDU/1.0/",
39
- :"dc11:identifier" => %(InC-EDU).freeze,
40
- :"dc:creator" => %(rightsstatements:irswg).freeze,
41
- :"dc:modified" => %(2015-10-16).freeze,
42
- label: "InC-EDU/1.0/".freeze,
43
- :"owl:versionInfo" => %(1.0).freeze,
44
- :"skos:definition" => %(This Item is protected by copyright and/or related rights.
37
+ "dc11:identifier": "InC-EDU".freeze,
38
+ "dc:creator": "rightsstatements:irswg".freeze,
39
+ "dc:modified": "2015-10-16".freeze,
40
+ definition: %(This Item is protected by copyright and/or related rights.
45
41
 
46
42
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. In addition, no permission is required from the rights-holder\(s\) for educational uses.
47
43
 
48
44
  For other uses, you need to obtain permission from the rights-holder\(s\).).freeze,
49
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
50
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
51
- :"skos:prefLabel" => %(In Copyright - Educational Use Permitted).freeze,
52
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr).freeze,
53
- :"skos:scopeNote" => %(This Rights Statement can be used only for copyrighted Items for which the organization making the Item available is the rights-holder or has been explicitly authorized by the rights-holder\(s\) to allow third parties to use their Work\(s\) for educational purposes without first obtaining permission.).freeze,
45
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
46
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
47
+ "owl:versionInfo": "1.0".freeze,
48
+ prefLabel: "In Copyright - Educational Use Permitted".freeze,
49
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
50
+ "skos:scopeNote": "This Rights Statement can be used only for copyrighted Items for which the organization making the Item available is the rights-holder or has been explicitly authorized by the rights-holder(s) to allow third parties to use their Work(s) for educational purposes without first obtaining permission.".freeze,
54
51
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
55
52
  term :"InC-NC/1.0/",
56
- :"cc:prohibits" => %(cc:CommercialUse).freeze,
57
- :"dc11:identifier" => %(InC-NC).freeze,
58
- :"dc:creator" => %(rightsstatements:irswg).freeze,
59
- :"dc:modified" => %(2016-05-09).freeze,
60
- label: "InC-NC/1.0/".freeze,
61
- :"owl:versionInfo" => %(1.0).freeze,
62
- :"skos:closeMatch" => %(http://creativecommons.org/licenses/by-nc/4.0/).freeze,
63
- :"skos:definition" => %(This Item is protected by copyright and/or related rights.
53
+ "cc:prohibits": "cc:CommercialUse".freeze,
54
+ "dc11:identifier": "InC-NC".freeze,
55
+ "dc:creator": "rightsstatements:irswg".freeze,
56
+ "dc:modified": "2016-05-09".freeze,
57
+ definition: %(This Item is protected by copyright and/or related rights.
64
58
 
65
59
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. In addition, no permission is required from the rights-holder\(s\) for non-commercial uses.
66
60
 
67
61
  For other uses you need to obtain permission from the rights-holder\(s\).).freeze,
68
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
69
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
70
- :"skos:prefLabel" => %(In Copyright - Non-Commercial Use Permitted).freeze,
71
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr).freeze,
72
- :"skos:scopeNote" => %(This Rights Statement can be used only for copyrighted Items for which the organization making the Item available is the rights-holder or has been explicitly authorized by the rights-holder\(s\) to allow third parties to use their Work\(s\) for non-commercial purposes without obtaining permission first.).freeze,
62
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
63
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
64
+ "owl:versionInfo": "1.0".freeze,
65
+ prefLabel: "In Copyright - Non-Commercial Use Permitted".freeze,
66
+ "skos:closeMatch": "http://creativecommons.org/licenses/by-nc/4.0/".freeze,
67
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
68
+ "skos:scopeNote": "This Rights Statement can be used only for copyrighted Items for which the organization making the Item available is the rights-holder or has been explicitly authorized by the rights-holder(s) to allow third parties to use their Work(s) for non-commercial purposes without obtaining permission first.".freeze,
73
69
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
74
70
  term :"InC-OW-EU/1.0/",
75
- :"dc11:identifier" => %(InC-OW-EU).freeze,
76
- :"dc:creator" => %(rightsstatements:irswg).freeze,
77
- :"dc:modified" => %(2015-10-15).freeze,
78
- label: "InC-OW-EU/1.0/".freeze,
79
- :"owl:versionInfo" => %(1.0).freeze,
80
- :"skos:closeMatch" => %(http://www.europeana.eu/rights/orphan-work-eu/).freeze,
81
- :"skos:definition" => %(This Item has been identified as an orphan work in the country of first publication and in line with Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of orphan works.
71
+ "dc11:identifier": "InC-OW-EU".freeze,
72
+ "dc:creator": "rightsstatements:irswg".freeze,
73
+ "dc:modified": "2015-10-15".freeze,
74
+ definition: %(This Item has been identified as an orphan work in the country of first publication and in line with Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of orphan works.
82
75
 
83
76
  For this Item, either \(a\) no rights-holder\(s\) have been identified or \(b\) one or more rights-holder\(s\) have been identified but none have been located even though a diligent search for the rights-holder\(s\) has been conducted. The results of the diligent search are available in the EU Orphan Works Database.
84
77
 
85
78
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
86
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
87
- :"skos:note" => [%(If you have any information that can contribute to identifying or locating the rights-holder\(s\), please notify the organization that has made the Item available.).freeze, %(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
88
- :"skos:prefLabel" => %(In Copyright - EU Orphan Work).freeze,
89
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr).freeze,
90
- :"skos:scopeNote" => %(This Rights Statement is intended for use with Items for which the underlying Work has been identified as an Orphan Work in accordance with Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of Orphan Works. It can only be applied to Items derived from Works that are covered by the Directive: Works published in the form of books, journals, newspapers, magazines or other writings as well as cinematographic or audiovisual works and phonograms \(note: this excludes photography and visual arts\). It can only be applied by organizations that are beneficiaries of the Directive: publicly accessible libraries, educational establishments and museums, archives, film or audio heritage institutions and public-service broadcasting organizations, established in one of the EU member states. The beneficiary is also expected to have registered the work in the EU Orphan Works Database maintained by EUIPO.).freeze,
79
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
80
+ note: [%(If you have any information that can contribute to identifying or locating the rights-holder\(s\), please notify the organization that has made the Item available.).freeze, %(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
81
+ "owl:versionInfo": "1.0".freeze,
82
+ prefLabel: "In Copyright - EU Orphan Work".freeze,
83
+ "skos:closeMatch": "http://www.europeana.eu/rights/orphan-work-eu/".freeze,
84
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
85
+ "skos:scopeNote": "This Rights Statement is intended for use with Items for which the underlying Work has been identified as an Orphan Work in accordance with Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of Orphan Works. It can only be applied to Items derived from Works that are covered by the Directive: Works published in the form of books, journals, newspapers, magazines or other writings as well as cinematographic or audiovisual works and phonograms (note: this excludes photography and visual arts). It can only be applied by organizations that are beneficiaries of the Directive: publicly accessible libraries, educational establishments and museums, archives, film or audio heritage institutions and public-service broadcasting organizations, established in one of the EU member states. The beneficiary is also expected to have registered the work in the EU Orphan Works Database maintained by EUIPO.".freeze,
91
86
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
92
87
  term :"InC-RUU/1.0/",
93
- :"dc11:identifier" => %(InC-RUU).freeze,
94
- :"dc:creator" => %(rightsstatements:irswg).freeze,
95
- :"dc:modified" => %(2016-02-24).freeze,
96
- label: "InC-RUU/1.0/".freeze,
97
- :"owl:versionInfo" => %(1.0).freeze,
98
- :"skos:definition" => %(This Item is protected by copyright and/or related rights. However, for this Item, either \(a\) no rights-holder\(s\) have been identified or \(b\) one or more rights-holder\(s\) have been identified but none have been located.
88
+ "dc11:identifier": "InC-RUU".freeze,
89
+ "dc:creator": "rightsstatements:irswg".freeze,
90
+ "dc:modified": "2016-02-24".freeze,
91
+ definition: %(This Item is protected by copyright and/or related rights. However, for this Item, either \(a\) no rights-holder\(s\) have been identified or \(b\) one or more rights-holder\(s\) have been identified but none have been located.
99
92
 
100
93
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
101
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
102
- :"skos:note" => [%(If you have any information that can contribute to identifying or locating the rights-holder\(s\) please notify the organization that has made the Item available.).freeze, %(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
103
- :"skos:prefLabel" => %(In Copyright - Rights-holder\(s\) Unlocatable or Unidentifiable).freeze,
104
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr).freeze,
105
- :"skos:scopeNote" => %(This Rights Statement is intended for use with an Item that has been identified as in copyright but for which no rights-holder\(s\) has been identified or located after some reasonable investigation. This Rights Statement should only be used if the organization that intends to make the Item available is reasonably sure that the underlying Work is in copyright. This Rights Statement is not intended for use by EU-based organizations who have identified works as Orphan Works in accordance with the EU Orphan Works Directive \(they must use InC-OW-EU instead\).).freeze,
94
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
95
+ note: [%(If you have any information that can contribute to identifying or locating the rights-holder\(s\) please notify the organization that has made the Item available.).freeze, %(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
96
+ "owl:versionInfo": "1.0".freeze,
97
+ prefLabel: "In Copyright - Rights-holder(s) Unlocatable or Unidentifiable".freeze,
98
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
99
+ "skos:scopeNote": "This Rights Statement is intended for use with an Item that has been identified as in copyright but for which no rights-holder(s) has been identified or located after some reasonable investigation. This Rights Statement should only be used if the organization that intends to make the Item available is reasonably sure that the underlying Work is in copyright. This Rights Statement is not intended for use by EU-based organizations who have identified works as Orphan Works in accordance with the EU Orphan Works Directive (they must use InC-OW-EU instead).".freeze,
106
100
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
107
101
  term :"InC/1.0/",
108
- :"dc11:identifier" => %(InC).freeze,
109
- :"dc:creator" => %(rightsstatements:irswg).freeze,
110
- :"dc:modified" => %(2016-05-09).freeze,
111
- label: "InC/1.0/".freeze,
112
- :"owl:versionInfo" => %(1.0).freeze,
113
- :"skos:closeMatch" => %(http://www.europeana.eu/rights/rr-f/).freeze,
114
- :"skos:definition" => %(This Item is protected by copyright and/or related rights.
102
+ "dc11:identifier": "InC".freeze,
103
+ "dc:creator": "rightsstatements:irswg".freeze,
104
+ "dc:modified": "2016-05-09".freeze,
105
+ definition: %(This Item is protected by copyright and/or related rights.
115
106
 
116
107
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.
117
108
 
118
109
  For other uses you need to obtain permission from the rights-holder\(s\).).freeze,
119
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
120
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
121
- :"skos:prefLabel" => %(In Copyright).freeze,
122
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr).freeze,
123
- :"skos:scopeNote" => %(This Rights Statement can be used for an Item that is in copyright. Using this statement implies that the organization making this Item available has determined that the Item is in copyright and either is the rights-holder, has obtained permission from the rights-holder\(s\) to make their Work\(s\) available, or makes the Item available under an exception or limitation to copyright \(including Fair Use\) that entitles it to make the Item available.).freeze,
110
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
111
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
112
+ "owl:versionInfo": "1.0".freeze,
113
+ prefLabel: "In Copyright".freeze,
114
+ "skos:closeMatch": "http://www.europeana.eu/rights/rr-f/".freeze,
115
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
116
+ "skos:scopeNote": "This Rights Statement can be used for an Item that is in copyright. Using this statement implies that the organization making this Item available has determined that the Item is in copyright and either is the rights-holder, has obtained permission from the rights-holder(s) to make their Work(s) available, or makes the Item available under an exception or limitation to copyright (including Fair Use) that entitles it to make the Item available.".freeze,
124
117
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
125
118
  term :"NKC/1.0/",
126
- :"dc11:identifier" => %(NKC).freeze,
127
- :"dc:creator" => %(rightsstatements:irswg).freeze,
128
- :"dc:modified" => %(2015-10-16).freeze,
129
- label: "NKC/1.0/".freeze,
130
- :"owl:versionInfo" => %(1.0).freeze,
131
- :"skos:definition" => %(The organization that has made the Item available reasonably believes that the Item is not restricted by copyright or related rights, but a conclusive determination could not be made.
119
+ "dc11:identifier": "NKC".freeze,
120
+ "dc:creator": "rightsstatements:irswg".freeze,
121
+ "dc:modified": "2015-10-16".freeze,
122
+ definition: %(The organization that has made the Item available reasonably believes that the Item is not restricted by copyright or related rights, but a conclusive determination could not be made.
132
123
 
133
124
  Please refer to the organization that has made the Item available for more information.
134
125
 
135
126
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
136
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
137
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
138
- :"skos:prefLabel" => %(No Known Copyright).freeze,
139
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk).freeze,
140
- :"skos:scopeNote" => %(This Rights Statement should be used for Items for which the copyright status has not been determined conclusively, but for which the organization that intends to make the Item available has reasonable cause to believe that the underlying Work is not covered by copyright or related rights anymore. This Rights Statement should not be used for Orphan Works \(which are assumed to be in-copyright\) or for Works where the organization that intends to make the Item available has not undertaken an effort to ascertain the copyright status of the underlying Work.).freeze,
127
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
128
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
129
+ "owl:versionInfo": "1.0".freeze,
130
+ prefLabel: "No Known Copyright".freeze,
131
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk".freeze,
132
+ "skos:scopeNote": "This Rights Statement should be used for Items for which the copyright status has not been determined conclusively, but for which the organization that intends to make the Item available has reasonable cause to believe that the underlying Work is not covered by copyright or related rights anymore. This Rights Statement should not be used for Orphan Works (which are assumed to be in-copyright) or for Works where the organization that intends to make the Item available has not undertaken an effort to ascertain the copyright status of the underlying Work.".freeze,
141
133
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
142
134
  term :"NoC-CR/1.0/",
143
- :"dc11:identifier" => %(NoC-CR).freeze,
144
- :"dc:creator" => %(rightsstatements:irswg).freeze,
145
- :"dc:modified" => %(2016-04-22).freeze,
146
- label: "NoC-CR/1.0/".freeze,
147
- :"owl:versionInfo" => %(1.0).freeze,
148
- :"skos:definition" => %(Use of this Item is not restricted by copyright and/or related rights.
135
+ "dc11:identifier": "NoC-CR".freeze,
136
+ "dc:creator": "rightsstatements:irswg".freeze,
137
+ "dc:modified": "2016-04-22".freeze,
138
+ definition: %(Use of this Item is not restricted by copyright and/or related rights.
149
139
 
150
140
  As part of the acquisition or digitization of this Item, the organization that has made the Item available is contractually required to limit the use of this Item. Limitations may include, but are not limited to, privacy issues, cultural protections, digitization agreements or donor agreements.
151
141
 
152
142
  Please refer to the organization that has made the Item available for more information.).freeze,
153
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
154
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
155
- :"skos:prefLabel" => %(No Copyright - Contractual Restrictions).freeze,
156
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub).freeze,
157
- :"skos:scopeNote" => %(This Rights Statement can only be used for Items that are in the Public Domain but for which the organization that intends to make the Item available has entered into contractual agreement that requires it to take steps to restrict third party uses of the Item. In order for this Rights Statement to be conclusive, the organization that intends to make the Item available should provide a link to a page detailing the contractual restrictions that apply to the use of the Item.).freeze,
143
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
144
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
145
+ "owl:versionInfo": "1.0".freeze,
146
+ prefLabel: "No Copyright - Contractual Restrictions".freeze,
147
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
148
+ "skos:scopeNote": "This Rights Statement can only be used for Items that are in the Public Domain but for which the organization that intends to make the Item available has entered into contractual agreement that requires it to take steps to restrict third party uses of the Item. In order for this Rights Statement to be conclusive, the organization that intends to make the Item available should provide a link to a page detailing the contractual restrictions that apply to the use of the Item.".freeze,
158
149
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
159
150
  term :"NoC-NC/1.0/",
160
- :"cc:prohibits" => %(cc:CommercialUse).freeze,
161
- :"dc11:identifier" => %(NoC-NC).freeze,
162
- :"dc:creator" => %(rightsstatements:irswg).freeze,
163
- :"dc:modified" => %(2016-04-22).freeze,
164
- label: "NoC-NC/1.0/".freeze,
165
- :"owl:versionInfo" => %(1.0).freeze,
166
- :"skos:definition" => %(This Work has been digitized in a public-private partnership. As part of this partnership, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties.
151
+ "cc:prohibits": "cc:CommercialUse".freeze,
152
+ "dc11:identifier": "NoC-NC".freeze,
153
+ "dc:creator": "rightsstatements:irswg".freeze,
154
+ "dc:modified": "2016-04-22".freeze,
155
+ definition: %(This Work has been digitized in a public-private partnership. As part of this partnership, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties.
167
156
 
168
157
  You can, without permission, copy, modify, distribute, display, or perform the Item, for non-commercial uses. For any other permissible uses, please review the terms and conditions of the organization that has made the Item available.).freeze,
169
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
170
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you may use the material.).freeze],
171
- :"skos:prefLabel" => %(No Copyright - Non-Commercial Use Only ).freeze,
172
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub).freeze,
173
- :"skos:scopeNote" => %(This Rights Statement can only be used for Works that are in the Public Domain and have been digitized in a public-private partnership as part of which, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties. It has been developed specifically to allow the inclusion of Works that have been digitized as part of the partnerships between European Libraries and Google, but can in theory be applied to Items that have been digitized in similar public-private partnerships.).freeze,
158
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
159
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you may use the material.).freeze],
160
+ "owl:versionInfo": "1.0".freeze,
161
+ prefLabel: "No Copyright - Non-Commercial Use Only ".freeze,
162
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
163
+ "skos:scopeNote": "This Rights Statement can only be used for Works that are in the Public Domain and have been digitized in a public-private partnership as part of which, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties. It has been developed specifically to allow the inclusion of Works that have been digitized as part of the partnerships between European Libraries and Google, but can in theory be applied to Items that have been digitized in similar public-private partnerships.".freeze,
174
164
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
175
165
  term :"NoC-OKLR/1.0/",
176
- :"dc11:identifier" => %(NoC-OKLR).freeze,
177
- :"dc:creator" => %(rightsstatements:irswg).freeze,
178
- :"dc:modified" => %(2016-04-22).freeze,
179
- label: "NoC-OKLR/1.0/".freeze,
180
- :"owl:versionInfo" => %(1.0).freeze,
181
- :"skos:definition" => %(Use of this Item is not restricted by copyright and/or related rights.
166
+ "dc11:identifier": "NoC-OKLR".freeze,
167
+ "dc:creator": "rightsstatements:irswg".freeze,
168
+ "dc:modified": "2016-04-22".freeze,
169
+ definition: %(Use of this Item is not restricted by copyright and/or related rights.
182
170
 
183
171
  In one or more jurisdictions, laws other than copyright are known to impose restrictions on the use of this Item.
184
172
 
185
173
  Please refer to the organization that has made the Item available for more information.).freeze,
186
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
187
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
188
- :"skos:prefLabel" => %(No Copyright - Other Known Legal Restrictions).freeze,
189
- :"skos:relatedMatch" => %(http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub).freeze,
190
- :"skos:scopeNote" => %(This Rights Statement should be used for Items that are in the Public Domain but that cannot be freely re-used as the consequence of known legal restrictions that prevent the organization that intends to make the Item available from allowing free re-use of the Work, such as cultural heritage or traditional cultural expression protections. In order for this Rights Statement to be conclusive, the organization that intends to make the Item available should provide a link to a page detailing the legal restrictions that limit re-use of the Item.).freeze,
174
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
175
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
176
+ "owl:versionInfo": "1.0".freeze,
177
+ prefLabel: "No Copyright - Other Known Legal Restrictions".freeze,
178
+ "skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
179
+ "skos:scopeNote": "This Rights Statement should be used for Items that are in the Public Domain but that cannot be freely re-used as the consequence of known legal restrictions that prevent the organization that intends to make the Item available from allowing free re-use of the Work, such as cultural heritage or traditional cultural expression protections. In order for this Rights Statement to be conclusive, the organization that intends to make the Item available should provide a link to a page detailing the legal restrictions that limit re-use of the Item.".freeze,
191
180
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
192
181
  term :"NoC-US/1.0/",
193
- :"dc11:identifier" => %(NoC-US).freeze,
194
- :"dc:creator" => %(rightsstatements:irswg).freeze,
195
- :"dc:modified" => %(2016-05-09).freeze,
196
- label: "NoC-US/1.0/".freeze,
197
- :"owl:versionInfo" => %(1.0).freeze,
198
- :"skos:definition" => %(The organization that has made the Item available believes that the Item is in the Public Domain under the laws of the United States, but a determination was not made as to its copyright status under the copyright laws of other countries. The Item may not be in the Public Domain under the laws of other countries.
182
+ "dc11:identifier": "NoC-US".freeze,
183
+ "dc:creator": "rightsstatements:irswg".freeze,
184
+ "dc:modified": "2016-05-09".freeze,
185
+ definition: %(The organization that has made the Item available believes that the Item is in the Public Domain under the laws of the United States, but a determination was not made as to its copyright status under the copyright laws of other countries. The Item may not be in the Public Domain under the laws of other countries.
199
186
 
200
187
  Please refer to the organization that has made the Item available for more information.).freeze,
201
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
202
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
203
- :"skos:prefLabel" => %(No Copyright - United States).freeze,
204
- :"skos:scopeNote" => %(This Rights Statement should be used for Items for which the organization that intends to make the Item available has determined are free of copyright under the laws of the United States. This Rights Statement should not be used for Orphan Works \(which are assumed to be in-copyright\) or for Items where the organization that intends to make the Item available has not undertaken an effort to ascertain the copyright status of the underlying Work.).freeze,
188
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
189
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
190
+ "owl:versionInfo": "1.0".freeze,
191
+ prefLabel: "No Copyright - United States".freeze,
192
+ "skos:scopeNote": "This Rights Statement should be used for Items for which the organization that intends to make the Item available has determined are free of copyright under the laws of the United States. This Rights Statement should not be used for Orphan Works (which are assumed to be in-copyright) or for Items where the organization that intends to make the Item available has not undertaken an effort to ascertain the copyright status of the underlying Work.".freeze,
205
193
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
206
194
  term :"UND/1.0/",
207
- :"dc11:identifier" => %(UND).freeze,
208
- :"dc:creator" => %(rightsstatements:irswg).freeze,
209
- :"dc:modified" => %(2016-06-01).freeze,
210
- label: "UND/1.0/".freeze,
211
- :"owl:versionInfo" => %(1.0).freeze,
212
- :"skos:definition" => %(The copyright and related rights status of this Item has been reviewed by the organization that has made the Item available, but the organization was unable to make a conclusive determination as to the copyright status of the Item.
195
+ "dc11:identifier": "UND".freeze,
196
+ "dc:creator": "rightsstatements:irswg".freeze,
197
+ "dc:modified": "2016-06-01".freeze,
198
+ definition: %(The copyright and related rights status of this Item has been reviewed by the organization that has made the Item available, but the organization was unable to make a conclusive determination as to the copyright status of the Item.
213
199
 
214
200
  Please refer to the organization that has made the Item available for more information.
215
201
 
216
202
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
217
- :"skos:inScheme" => %(http://rightsstatements.org/vocab/1.0/).freeze,
218
- :"skos:note" => [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
219
- :"skos:prefLabel" => %(Copyright Undetermined).freeze,
220
- :"skos:scopeNote" => %(This Rights Statement should be used for Items for which the copyright status is unknown and for which the organization that has made the Item available has undertaken an effort to determine the copyright status of the underlying Work. Typically, this Rights Statement is used when the organization is missing key facts essential to making an accurate copyright status determination.).freeze,
203
+ inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
204
+ note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
205
+ "owl:versionInfo": "1.0".freeze,
206
+ prefLabel: "Copyright Undetermined".freeze,
207
+ "skos:scopeNote": "This Rights Statement should be used for Items for which the copyright status is unknown and for which the organization that has made the Item available has undertaken an effort to determine the copyright status of the underlying Work. Typically, this Rights Statement is used when the organization is missing key facts essential to making an accurate copyright status determination.".freeze,
221
208
  type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
222
209
  term :"collection-ic/1.0/",
223
- label: "collection-ic/1.0/".freeze,
224
- :"owl:versionInfo" => %(1.0).freeze,
225
- :"skos:member" => [%(http://rightsstatements.org/vocab/InC-EDU/1.0/).freeze, %(http://rightsstatements.org/vocab/InC-NC/1.0/).freeze, %(http://rightsstatements.org/vocab/InC-OW-EU/1.0/).freeze, %(http://rightsstatements.org/vocab/InC-RUU/1.0/).freeze, %(http://rightsstatements.org/vocab/InC/1.0/).freeze],
226
- :"skos:prefLabel" => %(Rights Statements for works that are in copyright).freeze,
210
+ member: ["http://rightsstatements.org/vocab/InC-EDU/1.0/".freeze, "http://rightsstatements.org/vocab/InC-NC/1.0/".freeze, "http://rightsstatements.org/vocab/InC-OW-EU/1.0/".freeze, "http://rightsstatements.org/vocab/InC-RUU/1.0/".freeze, "http://rightsstatements.org/vocab/InC/1.0/".freeze],
211
+ "owl:versionInfo": "1.0".freeze,
212
+ prefLabel: "Rights Statements for works that are in copyright".freeze,
227
213
  type: "skos:Collection".freeze
228
214
  term :"collection-nc/1.0/",
229
- label: "collection-nc/1.0/".freeze,
230
- :"owl:versionInfo" => %(1.0).freeze,
231
- :"skos:member" => [%(http://rightsstatements.org/vocab/NoC-CR/1.0/).freeze, %(http://rightsstatements.org/vocab/NoC-NC/1.0/).freeze, %(http://rightsstatements.org/vocab/NoC-OKLR/1.0/).freeze, %(http://rightsstatements.org/vocab/NoC-US/1.0/).freeze],
232
- :"skos:prefLabel" => %(Rights Statements for works that are not in copyright).freeze,
215
+ member: ["http://rightsstatements.org/vocab/NoC-CR/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-NC/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-OKLR/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-US/1.0/".freeze],
216
+ "owl:versionInfo": "1.0".freeze,
217
+ prefLabel: "Rights Statements for works that are not in copyright".freeze,
233
218
  type: "skos:Collection".freeze
234
219
  term :"collection-other/1.0/",
235
- label: "collection-other/1.0/".freeze,
236
- :"owl:versionInfo" => %(1.0).freeze,
237
- :"skos:member" => [%(http://rightsstatements.org/vocab/CNE/1.0/).freeze, %(http://rightsstatements.org/vocab/NKC/1.0/).freeze, %(http://rightsstatements.org/vocab/UND/1.0/).freeze],
238
- :"skos:prefLabel" => %(other Rights Statements).freeze,
220
+ member: ["http://rightsstatements.org/vocab/CNE/1.0/".freeze, "http://rightsstatements.org/vocab/NKC/1.0/".freeze, "http://rightsstatements.org/vocab/UND/1.0/".freeze],
221
+ "owl:versionInfo": "1.0".freeze,
222
+ prefLabel: "other Rights Statements".freeze,
239
223
  type: "skos:Collection".freeze
240
224
  term :irswg,
241
- :"foaf:homepage" => %(http://rightsstatements.org/).freeze,
242
- :"foaf:name" => %(International Rights Statements Working Group).freeze,
243
- label: "irswg".freeze,
244
- :"skos:prefLabel" => %(International Rights Statements Working Group).freeze,
225
+ "foaf:homepage": "http://rightsstatements.org/".freeze,
226
+ "foaf:name": "International Rights Statements Working Group".freeze,
227
+ prefLabel: "International Rights Statements Working Group".freeze,
245
228
  type: ["edm:Agent".freeze, "foaf:Group".freeze]
246
229
  end
247
230
  end
data/lib/rdf/vocab/rsa.rb CHANGED
@@ -10,13 +10,16 @@ module RDF::Vocab
10
10
  class RSA < RDF::StrictVocabulary("http://www.w3.org/ns/auth/rsa#")
11
11
 
12
12
  # Ontology definition
13
- ontology :"http://www.w3.org/ns/auth/rsa",
13
+ ontology :"http://www.w3.org/ns/auth/rsa#",
14
14
  comment: %(ontology for the RSA public private keys ).freeze,
15
- :"dc:created" => %(2008-11-13).freeze,
16
- :"foaf:maker" => %(http://bblfish.net/people/henry/card#me).freeze,
17
- :"rdfs:seeAlso" => [%(http://en.wikipedia.org/wiki/RSA).freeze, %(http://lists.foaf-project.org/mailman/listinfo/foaf-protocols).freeze, %(http://www.w3.org/ns/auth/X509Uml.svg).freeze],
15
+ "dc:contributor": term(
16
+ "foaf:homepage": "http://ii.uwb.edu.pl/~dtomaszuk/card".freeze
17
+ ),
18
+ "dc:created": "2008-11-13".freeze,
19
+ "foaf:maker": "http://bblfish.net/people/henry/card#me".freeze,
20
+ "rdfs:seeAlso": ["http://en.wikipedia.org/wiki/RSA".freeze, "http://lists.foaf-project.org/mailman/listinfo/foaf-protocols".freeze, "http://www.w3.org/ns/auth/X509Uml.svg".freeze],
18
21
  type: "owl:Ontology".freeze,
19
- :"vs:term_status" => %(unstable).freeze
22
+ "vs:term_status": "unstable".freeze
20
23
 
21
24
  # Class definitions
22
25
  term :RSAKey,
@@ -27,26 +30,26 @@ module RDF::Vocab
27
30
  label: "RSA Key".freeze,
28
31
  subClassOf: "cert:Key".freeze,
29
32
  type: "owl:Class".freeze,
30
- :"vs:term_status" => %(unstable).freeze
33
+ "vs:term_status": "unstable".freeze
31
34
  term :RSAPrivateKey,
32
35
  comment: %(
33
36
  A Private Key in the RSA framework
34
37
  ).freeze,
35
38
  label: "RSA Private Key".freeze,
36
- :"rdfs:seeAlso" => %(http://en.wikipedia.org/wiki/RSA).freeze,
39
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/RSA".freeze,
37
40
  subClassOf: ["cert:PrivateKey".freeze, "rsa:RSAKey".freeze],
38
41
  type: "owl:Class".freeze,
39
- :"vs:term_status" => %(unstable).freeze
42
+ "vs:term_status": "unstable".freeze
40
43
  term :RSAPublicKey,
41
44
  comment: %(
42
45
  The RSA public key. Padded message m are encrypted by applying the function
43
46
  modulus\(power\(m,exponent\),modulus\)
44
47
  ).freeze,
45
48
  label: "RSA Public Key".freeze,
46
- :"rdfs:seeAlso" => %(http://en.wikipedia.org/wiki/RSA).freeze,
49
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/RSA".freeze,
47
50
  subClassOf: ["cert:PublicKey".freeze, "rsa:RSAKey".freeze],
48
51
  type: "owl:Class".freeze,
49
- :"vs:term_status" => %(unstable).freeze
52
+ "vs:term_status": "unstable".freeze
50
53
 
51
54
  # Property definitions
52
55
  property :modulus,
@@ -58,7 +61,7 @@ module RDF::Vocab
58
61
  label: "modulus".freeze,
59
62
  range: ["xsd:base64Binary".freeze, "xsd:hexBinary".freeze],
60
63
  type: "owl:DatatypeProperty".freeze,
61
- :"vs:term_status" => %(unstable).freeze
64
+ "vs:term_status": "unstable".freeze
62
65
  property :private_exponent,
63
66
  comment: %(
64
67
  The exponent used to decrypt the message
@@ -70,7 +73,7 @@ module RDF::Vocab
70
73
  label: "private".freeze,
71
74
  range: "xsd:nonNegativeInteger".freeze,
72
75
  type: "owl:DatatypeProperty".freeze,
73
- :"vs:term_status" => %(unstable).freeze
76
+ "vs:term_status": "unstable".freeze
74
77
  property :public_exponent,
75
78
  comment: %(
76
79
  The exponent used to encrypt the message. Number chosen between
@@ -80,6 +83,6 @@ module RDF::Vocab
80
83
  label: "public_exponent".freeze,
81
84
  range: "xsd:nonNegativeInteger".freeze,
82
85
  type: "owl:DatatypeProperty".freeze,
83
- :"vs:term_status" => %(unstable).freeze
86
+ "vs:term_status": "unstable".freeze
84
87
  end
85
88
  end