rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
data/lib/rdf/vocab/dc.rb CHANGED
@@ -3,778 +3,780 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://purl.org/dc/terms/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://purl.org/dc/terms/>
7
+ # @!visibility private
6
8
  DC = Class.new(RDF::StrictVocabulary("http://purl.org/dc/terms/")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://purl.org/dc/terms/",
10
- "http://purl.org/dc/terms/modified": "2012-06-14".freeze,
11
- "http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI".freeze,
12
- "http://purl.org/dc/terms/title": "DCMI Metadata Terms - other".freeze
12
+ "http://purl.org/dc/terms/modified": "2012-06-14",
13
+ "http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI",
14
+ "http://purl.org/dc/terms/title": {en: "DCMI Metadata Terms - other"}
13
15
 
14
16
  # Class definitions
15
17
  term :Agent,
16
- comment: "A resource that acts or has the power to act.".freeze,
17
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
18
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
19
- label: "Agent".freeze,
20
- type: ["http://purl.org/dc/terms/AgentClass".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
18
+ comment: {en: "A resource that acts or has the power to act."},
19
+ "http://purl.org/dc/terms/issued": "2008-01-14",
20
+ isDefinedBy: "http://purl.org/dc/terms/",
21
+ label: {en: "Agent"},
22
+ type: ["http://purl.org/dc/terms/AgentClass", "http://www.w3.org/2000/01/rdf-schema#Class"]
21
23
  term :AgentClass,
22
- comment: "A group of agents.".freeze,
23
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
24
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
25
- label: "Agent Class".freeze,
26
- subClassOf: "http://www.w3.org/2000/01/rdf-schema#Class".freeze,
27
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
24
+ comment: {en: "A group of agents."},
25
+ "http://purl.org/dc/terms/issued": "2008-01-14",
26
+ isDefinedBy: "http://purl.org/dc/terms/",
27
+ label: {en: "Agent Class"},
28
+ subClassOf: "http://www.w3.org/2000/01/rdf-schema#Class",
29
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
28
30
  term :BibliographicResource,
29
- comment: "A book, article, or other documentary resource.".freeze,
30
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
31
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
32
- label: "Bibliographic Resource".freeze,
33
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
31
+ comment: {en: "A book, article, or other documentary resource."},
32
+ "http://purl.org/dc/terms/issued": "2008-01-14",
33
+ isDefinedBy: "http://purl.org/dc/terms/",
34
+ label: {en: "Bibliographic Resource"},
35
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
34
36
  term :FileFormat,
35
- comment: "A digital resource format.".freeze,
36
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
37
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
38
- label: "File Format".freeze,
39
- subClassOf: "http://purl.org/dc/terms/MediaType".freeze,
40
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
37
+ comment: {en: "A digital resource format."},
38
+ "http://purl.org/dc/terms/issued": "2008-01-14",
39
+ isDefinedBy: "http://purl.org/dc/terms/",
40
+ label: {en: "File Format"},
41
+ subClassOf: "http://purl.org/dc/terms/MediaType",
42
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
41
43
  term :Frequency,
42
- comment: "A rate at which something recurs.".freeze,
43
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
44
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
45
- label: "Frequency".freeze,
46
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
44
+ comment: {en: "A rate at which something recurs."},
45
+ "http://purl.org/dc/terms/issued": "2008-01-14",
46
+ isDefinedBy: "http://purl.org/dc/terms/",
47
+ label: {en: "Frequency"},
48
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
47
49
  term :Jurisdiction,
48
- comment: "The extent or range of judicial, law enforcement, or other authority.".freeze,
49
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
50
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
51
- label: "Jurisdiction".freeze,
52
- subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction".freeze,
53
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
50
+ comment: {en: "The extent or range of judicial, law enforcement, or other authority."},
51
+ "http://purl.org/dc/terms/issued": "2008-01-14",
52
+ isDefinedBy: "http://purl.org/dc/terms/",
53
+ label: {en: "Jurisdiction"},
54
+ subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction",
55
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
54
56
  term :LicenseDocument,
55
- comment: "A legal document giving official permission to do something with a resource.".freeze,
56
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
57
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
58
- label: "License Document".freeze,
59
- subClassOf: "http://purl.org/dc/terms/RightsStatement".freeze,
60
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
57
+ comment: {en: "A legal document giving official permission to do something with a resource."},
58
+ "http://purl.org/dc/terms/issued": "2008-01-14",
59
+ isDefinedBy: "http://purl.org/dc/terms/",
60
+ label: {en: "License Document"},
61
+ subClassOf: "http://purl.org/dc/terms/RightsStatement",
62
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
61
63
  term :LinguisticSystem,
62
- comment: "A system of signs, symbols, sounds, gestures, or rules used in communication.".freeze,
63
- "http://purl.org/dc/terms/description": "Written, spoken, sign, and computer languages are linguistic systems.".freeze,
64
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
65
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
66
- label: "Linguistic System".freeze,
67
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
64
+ comment: {en: "A system of signs, symbols, sounds, gestures, or rules used in communication."},
65
+ "http://purl.org/dc/terms/description": {en: "Written, spoken, sign, and computer languages are linguistic systems."},
66
+ "http://purl.org/dc/terms/issued": "2008-01-14",
67
+ isDefinedBy: "http://purl.org/dc/terms/",
68
+ label: {en: "Linguistic System"},
69
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
68
70
  term :Location,
69
- comment: "A spatial region or named place.".freeze,
70
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
71
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
72
- label: "Location".freeze,
73
- subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction".freeze,
74
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
71
+ comment: {en: "A spatial region or named place."},
72
+ "http://purl.org/dc/terms/issued": "2008-01-14",
73
+ isDefinedBy: "http://purl.org/dc/terms/",
74
+ label: {en: "Location"},
75
+ subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction",
76
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
75
77
  term :LocationPeriodOrJurisdiction,
76
- comment: "A location, period of time, or jurisdiction.".freeze,
77
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
78
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
79
- label: "Location, Period, or Jurisdiction".freeze,
80
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
78
+ comment: {en: "A location, period of time, or jurisdiction."},
79
+ "http://purl.org/dc/terms/issued": "2008-01-14",
80
+ isDefinedBy: "http://purl.org/dc/terms/",
81
+ label: {en: "Location, Period, or Jurisdiction"},
82
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
81
83
  term :MediaType,
82
- comment: "A file format or physical medium.".freeze,
83
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
84
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
85
- label: "Media Type".freeze,
86
- subClassOf: "http://purl.org/dc/terms/MediaTypeOrExtent".freeze,
87
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
84
+ comment: {en: "A file format or physical medium."},
85
+ "http://purl.org/dc/terms/issued": "2008-01-14",
86
+ isDefinedBy: "http://purl.org/dc/terms/",
87
+ label: {en: "Media Type"},
88
+ subClassOf: "http://purl.org/dc/terms/MediaTypeOrExtent",
89
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
88
90
  term :MediaTypeOrExtent,
89
- comment: "A media type or extent.".freeze,
90
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
91
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
92
- label: "Media Type or Extent".freeze,
93
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
91
+ comment: {en: "A media type or extent."},
92
+ "http://purl.org/dc/terms/issued": "2008-01-14",
93
+ isDefinedBy: "http://purl.org/dc/terms/",
94
+ label: {en: "Media Type or Extent"},
95
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
94
96
  term :MethodOfAccrual,
95
- comment: "A method by which resources are added to a collection.".freeze,
96
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
97
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
98
- label: "Method of Accrual".freeze,
99
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
97
+ comment: {en: "A method by which resources are added to a collection."},
98
+ "http://purl.org/dc/terms/issued": "2008-01-14",
99
+ isDefinedBy: "http://purl.org/dc/terms/",
100
+ label: {en: "Method of Accrual"},
101
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
100
102
  term :MethodOfInstruction,
101
- comment: "A process that is used to engender knowledge, attitudes, and skills.".freeze,
102
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
103
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
104
- label: "Method of Instruction".freeze,
105
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
103
+ comment: {en: "A process that is used to engender knowledge, attitudes, and skills."},
104
+ "http://purl.org/dc/terms/issued": "2008-01-14",
105
+ isDefinedBy: "http://purl.org/dc/terms/",
106
+ label: {en: "Method of Instruction"},
107
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
106
108
  term :PeriodOfTime,
107
- comment: "An interval of time that is named or defined by its start and end dates.".freeze,
108
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
109
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
110
- label: "Period of Time".freeze,
111
- subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction".freeze,
112
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
109
+ comment: {en: "An interval of time that is named or defined by its start and end dates."},
110
+ "http://purl.org/dc/terms/issued": "2008-01-14",
111
+ isDefinedBy: "http://purl.org/dc/terms/",
112
+ label: {en: "Period of Time"},
113
+ subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction",
114
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
113
115
  term :PhysicalMedium,
114
- comment: "A physical material or carrier.".freeze,
115
- "http://purl.org/dc/terms/description": "Examples include paper, canvas, or DVD.".freeze,
116
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
117
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
118
- label: "Physical Medium".freeze,
119
- subClassOf: "http://purl.org/dc/terms/MediaType".freeze,
120
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
116
+ comment: {en: "A physical material or carrier."},
117
+ "http://purl.org/dc/terms/description": {en: "Examples include paper, canvas, or DVD."},
118
+ "http://purl.org/dc/terms/issued": "2008-01-14",
119
+ isDefinedBy: "http://purl.org/dc/terms/",
120
+ label: {en: "Physical Medium"},
121
+ subClassOf: "http://purl.org/dc/terms/MediaType",
122
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
121
123
  term :PhysicalResource,
122
- comment: "A material thing.".freeze,
123
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
124
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
125
- label: "Physical Resource".freeze,
126
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
124
+ comment: {en: "A material thing."},
125
+ "http://purl.org/dc/terms/issued": "2008-01-14",
126
+ isDefinedBy: "http://purl.org/dc/terms/",
127
+ label: {en: "Physical Resource"},
128
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
127
129
  term :Policy,
128
- comment: "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.".freeze,
129
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
130
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
131
- label: "Policy".freeze,
132
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
130
+ comment: {en: "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters."},
131
+ "http://purl.org/dc/terms/issued": "2008-01-14",
132
+ isDefinedBy: "http://purl.org/dc/terms/",
133
+ label: {en: "Policy"},
134
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
133
135
  term :ProvenanceStatement,
134
- comment: "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.".freeze,
135
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
136
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
137
- label: "Provenance Statement".freeze,
138
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
136
+ comment: {en: "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."},
137
+ "http://purl.org/dc/terms/issued": "2008-01-14",
138
+ isDefinedBy: "http://purl.org/dc/terms/",
139
+ label: {en: "Provenance Statement"},
140
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
139
141
  term :RightsStatement,
140
- comment: "A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights.".freeze,
141
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
142
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
143
- label: "Rights Statement".freeze,
144
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
142
+ comment: {en: "A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights."},
143
+ "http://purl.org/dc/terms/issued": "2008-01-14",
144
+ isDefinedBy: "http://purl.org/dc/terms/",
145
+ label: {en: "Rights Statement"},
146
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
145
147
  term :SizeOrDuration,
146
- comment: "A dimension or extent, or a time taken to play or execute.".freeze,
147
- "http://purl.org/dc/terms/description": "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds.".freeze,
148
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
149
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
150
- label: "Size or Duration".freeze,
151
- subClassOf: "http://purl.org/dc/terms/MediaTypeOrExtent".freeze,
152
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
148
+ comment: {en: "A dimension or extent, or a time taken to play or execute."},
149
+ "http://purl.org/dc/terms/description": {en: "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds."},
150
+ "http://purl.org/dc/terms/issued": "2008-01-14",
151
+ isDefinedBy: "http://purl.org/dc/terms/",
152
+ label: {en: "Size or Duration"},
153
+ subClassOf: "http://purl.org/dc/terms/MediaTypeOrExtent",
154
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
153
155
  term :Standard,
154
- comment: "A reference point against which other things can be evaluated or compared.".freeze,
155
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
156
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
157
- label: "Standard".freeze,
158
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
156
+ comment: {en: "A reference point against which other things can be evaluated or compared."},
157
+ "http://purl.org/dc/terms/issued": "2008-01-14",
158
+ isDefinedBy: "http://purl.org/dc/terms/",
159
+ label: {en: "Standard"},
160
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
159
161
 
160
162
  # Property definitions
161
163
  property :abstract,
162
- comment: "A summary of the resource.".freeze,
163
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
164
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
165
- label: "Abstract".freeze,
166
- subPropertyOf: ["http://purl.org/dc/elements/1.1/description".freeze, "http://purl.org/dc/terms/description".freeze],
167
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
164
+ comment: {en: "A summary of the resource."},
165
+ "http://purl.org/dc/terms/issued": "2000-07-11",
166
+ isDefinedBy: "http://purl.org/dc/terms/",
167
+ label: {en: "Abstract"},
168
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/description", "http://purl.org/dc/terms/description"],
169
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
168
170
  property :accessRights,
169
- comment: "Information about who access the resource or an indication of its security status.".freeze,
170
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/RightsStatement".freeze,
171
- "http://purl.org/dc/terms/description": "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.".freeze,
172
- "http://purl.org/dc/terms/issued": "2003-02-15".freeze,
173
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
174
- label: "Access Rights".freeze,
175
- subPropertyOf: ["http://purl.org/dc/elements/1.1/rights".freeze, "http://purl.org/dc/terms/rights".freeze],
176
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
171
+ comment: {en: "Information about who access the resource or an indication of its security status."},
172
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/RightsStatement",
173
+ "http://purl.org/dc/terms/description": {en: "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies."},
174
+ "http://purl.org/dc/terms/issued": "2003-02-15",
175
+ isDefinedBy: "http://purl.org/dc/terms/",
176
+ label: {en: "Access Rights"},
177
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/rights", "http://purl.org/dc/terms/rights"],
178
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
177
179
  property :accrualMethod,
178
- comment: "The method by which items are added to a collection.".freeze,
179
- domain: "http://purl.org/dc/dcmitype/Collection".freeze,
180
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/MethodOfAccrual".freeze,
181
- "http://purl.org/dc/terms/description": "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)].".freeze,
182
- "http://purl.org/dc/terms/issued": "2005-06-13".freeze,
183
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
184
- label: "Accrual Method".freeze,
185
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
180
+ comment: {en: "The method by which items are added to a collection."},
181
+ domain: "http://purl.org/dc/dcmitype/Collection",
182
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/MethodOfAccrual",
183
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)]."},
184
+ "http://purl.org/dc/terms/issued": "2005-06-13",
185
+ isDefinedBy: "http://purl.org/dc/terms/",
186
+ label: {en: "Accrual Method"},
187
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
186
188
  property :accrualPeriodicity,
187
- comment: "The frequency with which items are added to a collection.".freeze,
188
- domain: "http://purl.org/dc/dcmitype/Collection".freeze,
189
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Frequency".freeze,
190
- "http://purl.org/dc/terms/description": "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)].".freeze,
191
- "http://purl.org/dc/terms/issued": "2005-06-13".freeze,
192
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
193
- label: "Accrual Periodicity".freeze,
194
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
189
+ comment: {en: "The frequency with which items are added to a collection."},
190
+ domain: "http://purl.org/dc/dcmitype/Collection",
191
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Frequency",
192
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)]."},
193
+ "http://purl.org/dc/terms/issued": "2005-06-13",
194
+ isDefinedBy: "http://purl.org/dc/terms/",
195
+ label: {en: "Accrual Periodicity"},
196
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
195
197
  property :accrualPolicy,
196
- comment: "The policy governing the addition of items to a collection.".freeze,
197
- domain: "http://purl.org/dc/dcmitype/Collection".freeze,
198
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Policy".freeze,
199
- "http://purl.org/dc/terms/description": "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)].".freeze,
200
- "http://purl.org/dc/terms/issued": "2005-06-13".freeze,
201
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
202
- label: "Accrual Policy".freeze,
203
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
198
+ comment: {en: "The policy governing the addition of items to a collection."},
199
+ domain: "http://purl.org/dc/dcmitype/Collection",
200
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Policy",
201
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)]."},
202
+ "http://purl.org/dc/terms/issued": "2005-06-13",
203
+ isDefinedBy: "http://purl.org/dc/terms/",
204
+ label: {en: "Accrual Policy"},
205
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
204
206
  property :alternative,
205
- comment: "An alternative name for the resource.".freeze,
206
- "http://purl.org/dc/terms/description": "The distinction between titles and alternative titles is application-specific.".freeze,
207
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
208
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
209
- label: "Alternative Title".freeze,
210
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
211
- subPropertyOf: ["http://purl.org/dc/elements/1.1/title".freeze, "http://purl.org/dc/terms/title".freeze],
212
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
207
+ comment: {en: "An alternative name for the resource."},
208
+ "http://purl.org/dc/terms/description": {en: "The distinction between titles and alternative titles is application-specific."},
209
+ "http://purl.org/dc/terms/issued": "2000-07-11",
210
+ isDefinedBy: "http://purl.org/dc/terms/",
211
+ label: {en: "Alternative Title"},
212
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
213
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/title", "http://purl.org/dc/terms/title"],
214
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
213
215
  property :audience,
214
- comment: "A class of agents for whom the resource is intended or useful.".freeze,
215
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass".freeze,
216
- "http://purl.org/dc/terms/description": "Recommended practice is to use this property with non-literal values from a vocabulary of audience types.".freeze,
217
- "http://purl.org/dc/terms/issued": "2001-05-21".freeze,
218
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
219
- label: "Audience".freeze,
220
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
216
+ comment: {en: "A class of agents for whom the resource is intended or useful."},
217
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass",
218
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to use this property with non-literal values from a vocabulary of audience types."},
219
+ "http://purl.org/dc/terms/issued": "2001-05-21",
220
+ isDefinedBy: "http://purl.org/dc/terms/",
221
+ label: {en: "Audience"},
222
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
221
223
  property :available,
222
- comment: "Date that the resource became or will become available.".freeze,
223
- "http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
224
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
225
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
226
- label: "Date Available".freeze,
227
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
228
- subPropertyOf: ["http://purl.org/dc/elements/1.1/date".freeze, "http://purl.org/dc/terms/date".freeze],
229
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
224
+ comment: {en: "Date that the resource became or will become available."},
225
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
226
+ "http://purl.org/dc/terms/issued": "2000-07-11",
227
+ isDefinedBy: "http://purl.org/dc/terms/",
228
+ label: {en: "Date Available"},
229
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
230
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
231
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
230
232
  property :bibliographicCitation,
231
- comment: "A bibliographic reference for the resource.".freeze,
232
- "http://purl.org/dc/terms/description": "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.".freeze,
233
- "http://purl.org/dc/terms/issued": "2003-02-15".freeze,
234
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
235
- label: "Bibliographic Citation".freeze,
236
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
237
- subPropertyOf: ["http://purl.org/dc/elements/1.1/identifier".freeze, "http://purl.org/dc/terms/identifier".freeze],
238
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
233
+ comment: {en: "A bibliographic reference for the resource."},
234
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."},
235
+ "http://purl.org/dc/terms/issued": "2003-02-15",
236
+ isDefinedBy: "http://purl.org/dc/terms/",
237
+ label: {en: "Bibliographic Citation"},
238
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
239
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/identifier", "http://purl.org/dc/terms/identifier"],
240
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
239
241
  property :conformsTo,
240
- comment: "An established standard to which the described resource conforms.".freeze,
241
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Standard".freeze,
242
- "http://purl.org/dc/terms/issued": "2001-05-21".freeze,
243
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
244
- label: "Conforms To".freeze,
245
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
246
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
242
+ comment: {en: "An established standard to which the described resource conforms."},
243
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Standard",
244
+ "http://purl.org/dc/terms/issued": "2001-05-21",
245
+ isDefinedBy: "http://purl.org/dc/terms/",
246
+ label: {en: "Conforms To"},
247
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
248
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
247
249
  property :contributor,
248
- comment: "An entity responsible for making contributions to the resource.".freeze,
249
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent".freeze,
250
- "http://purl.org/dc/terms/description": "The guidelines for using names of persons or organizations as creators apply to contributors.".freeze,
251
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
252
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
253
- label: "Contributor".freeze,
254
- subPropertyOf: "http://purl.org/dc/elements/1.1/contributor".freeze,
255
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
250
+ comment: {en: "An entity responsible for making contributions to the resource."},
251
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent",
252
+ "http://purl.org/dc/terms/description": {en: "The guidelines for using names of persons or organizations as creators apply to contributors."},
253
+ "http://purl.org/dc/terms/issued": "2008-01-14",
254
+ isDefinedBy: "http://purl.org/dc/terms/",
255
+ label: {en: "Contributor"},
256
+ subPropertyOf: "http://purl.org/dc/elements/1.1/contributor",
257
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
256
258
  property :coverage,
257
- comment: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.".freeze,
258
- "http://purl.org/dc/dcam/rangeIncludes": ["http://purl.org/dc/terms/Jurisdiction".freeze, "http://purl.org/dc/terms/Location".freeze, "http://purl.org/dc/terms/Period".freeze],
259
- "http://purl.org/dc/terms/description": "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage.".freeze,
260
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
261
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
262
- label: "Coverage".freeze,
263
- subPropertyOf: "http://purl.org/dc/elements/1.1/coverage".freeze,
264
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
259
+ comment: {en: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."},
260
+ "http://purl.org/dc/dcam/rangeIncludes": ["http://purl.org/dc/terms/Jurisdiction", "http://purl.org/dc/terms/Location", "http://purl.org/dc/terms/Period"],
261
+ "http://purl.org/dc/terms/description": {en: "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage."},
262
+ "http://purl.org/dc/terms/issued": "2008-01-14",
263
+ isDefinedBy: "http://purl.org/dc/terms/",
264
+ label: {en: "Coverage"},
265
+ subPropertyOf: "http://purl.org/dc/elements/1.1/coverage",
266
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
265
267
  property :created,
266
- comment: "Date of creation of the resource.".freeze,
267
- "http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
268
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
269
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
270
- label: "Date Created".freeze,
271
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
272
- subPropertyOf: ["http://purl.org/dc/elements/1.1/date".freeze, "http://purl.org/dc/terms/date".freeze],
273
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
268
+ comment: {en: "Date of creation of the resource."},
269
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
270
+ "http://purl.org/dc/terms/issued": "2000-07-11",
271
+ isDefinedBy: "http://purl.org/dc/terms/",
272
+ label: {en: "Date Created"},
273
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
274
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
275
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
274
276
  property :creator,
275
- comment: "An entity responsible for making the resource.".freeze,
276
- equivalentProperty: "http://xmlns.com/foaf/0.1/maker".freeze,
277
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent".freeze,
278
- "http://purl.org/dc/terms/description": "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided.".freeze,
279
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
280
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
281
- label: "Creator".freeze,
282
- subPropertyOf: ["http://purl.org/dc/elements/1.1/creator".freeze, "http://purl.org/dc/terms/contributor".freeze],
283
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
277
+ comment: {en: "An entity responsible for making the resource."},
278
+ equivalentProperty: "http://xmlns.com/foaf/0.1/maker",
279
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent",
280
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided."},
281
+ "http://purl.org/dc/terms/issued": "2008-01-14",
282
+ isDefinedBy: "http://purl.org/dc/terms/",
283
+ label: {en: "Creator"},
284
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/creator", "http://purl.org/dc/terms/contributor"],
285
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
284
286
  property :date,
285
- comment: "A point or period of time associated with an event in the lifecycle of the resource.".freeze,
286
- "http://purl.org/dc/terms/description": "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing.".freeze,
287
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
288
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
289
- label: "Date".freeze,
290
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
291
- subPropertyOf: "http://purl.org/dc/elements/1.1/date".freeze,
292
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
287
+ comment: {en: "A point or period of time associated with an event in the lifecycle of the resource."},
288
+ "http://purl.org/dc/terms/description": {en: "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."},
289
+ "http://purl.org/dc/terms/issued": "2008-01-14",
290
+ isDefinedBy: "http://purl.org/dc/terms/",
291
+ label: {en: "Date"},
292
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
293
+ subPropertyOf: "http://purl.org/dc/elements/1.1/date",
294
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
293
295
  property :dateAccepted,
294
- comment: "Date of acceptance of the resource.".freeze,
295
- "http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal).".freeze,
296
- "http://purl.org/dc/terms/issued": "2002-07-13".freeze,
297
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
298
- label: "Date Accepted".freeze,
299
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
300
- subPropertyOf: ["http://purl.org/dc/elements/1.1/date".freeze, "http://purl.org/dc/terms/date".freeze],
301
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
296
+ comment: {en: "Date of acceptance of the resource."},
297
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal)."},
298
+ "http://purl.org/dc/terms/issued": "2002-07-13",
299
+ isDefinedBy: "http://purl.org/dc/terms/",
300
+ label: {en: "Date Accepted"},
301
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
302
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
303
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
302
304
  property :dateCopyrighted,
303
- comment: "Date of copyright of the resource.".freeze,
304
- "http://purl.org/dc/terms/description": "Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
305
- "http://purl.org/dc/terms/issued": "2002-07-13".freeze,
306
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
307
- label: "Date Copyrighted".freeze,
308
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
309
- subPropertyOf: ["http://purl.org/dc/elements/1.1/date".freeze, "http://purl.org/dc/terms/date".freeze],
310
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
305
+ comment: {en: "Date of copyright of the resource."},
306
+ "http://purl.org/dc/terms/description": {en: "Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
307
+ "http://purl.org/dc/terms/issued": "2002-07-13",
308
+ isDefinedBy: "http://purl.org/dc/terms/",
309
+ label: {en: "Date Copyrighted"},
310
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
311
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
312
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
311
313
  property :dateSubmitted,
312
- comment: "Date of submission of the resource.".freeze,
313
- "http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal).".freeze,
314
- "http://purl.org/dc/terms/issued": "2002-07-13".freeze,
315
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
316
- label: "Date Submitted".freeze,
317
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
318
- subPropertyOf: ["http://purl.org/dc/elements/1.1/date".freeze, "http://purl.org/dc/terms/date".freeze],
319
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
314
+ comment: {en: "Date of submission of the resource."},
315
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal)."},
316
+ "http://purl.org/dc/terms/issued": "2002-07-13",
317
+ isDefinedBy: "http://purl.org/dc/terms/",
318
+ label: {en: "Date Submitted"},
319
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
320
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
321
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
320
322
  property :description,
321
- comment: "An account of the resource.".freeze,
322
- "http://purl.org/dc/terms/description": "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.".freeze,
323
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
324
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
325
- label: "Description".freeze,
326
- subPropertyOf: "http://purl.org/dc/elements/1.1/description".freeze,
327
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
323
+ comment: {en: "An account of the resource."},
324
+ "http://purl.org/dc/terms/description": {en: "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."},
325
+ "http://purl.org/dc/terms/issued": "2008-01-14",
326
+ isDefinedBy: "http://purl.org/dc/terms/",
327
+ label: {en: "Description"},
328
+ subPropertyOf: "http://purl.org/dc/elements/1.1/description",
329
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
328
330
  property :educationLevel,
329
- comment: "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended.".freeze,
330
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass".freeze,
331
- "http://purl.org/dc/terms/issued": "2002-07-13".freeze,
332
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
333
- label: "Audience Education Level".freeze,
334
- subPropertyOf: "http://purl.org/dc/terms/audience".freeze,
335
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
331
+ comment: {en: "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended."},
332
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass",
333
+ "http://purl.org/dc/terms/issued": "2002-07-13",
334
+ isDefinedBy: "http://purl.org/dc/terms/",
335
+ label: {en: "Audience Education Level"},
336
+ subPropertyOf: "http://purl.org/dc/terms/audience",
337
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
336
338
  property :extent,
337
- comment: "The size or duration of the resource.".freeze,
338
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/SizeOrDuration".freeze,
339
- "http://purl.org/dc/terms/description": "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format.".freeze,
340
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
341
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
342
- label: "Extent".freeze,
343
- subPropertyOf: ["http://purl.org/dc/elements/1.1/format".freeze, "http://purl.org/dc/terms/format".freeze],
344
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
339
+ comment: {en: "The size or duration of the resource."},
340
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/SizeOrDuration",
341
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format."},
342
+ "http://purl.org/dc/terms/issued": "2000-07-11",
343
+ isDefinedBy: "http://purl.org/dc/terms/",
344
+ label: {en: "Extent"},
345
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/format", "http://purl.org/dc/terms/format"],
346
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
345
347
  property :format,
346
- comment: "The file format, physical medium, or dimensions of the resource.".freeze,
347
- "http://purl.org/dc/dcam/rangeIncludes": ["http://purl.org/dc/terms/Extent".freeze, "http://purl.org/dc/terms/MediaType".freeze],
348
- "http://purl.org/dc/terms/description": "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)]. Examples of dimensions include size and duration.".freeze,
349
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
350
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
351
- label: "Format".freeze,
352
- subPropertyOf: "http://purl.org/dc/elements/1.1/format".freeze,
353
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
348
+ comment: {en: "The file format, physical medium, or dimensions of the resource."},
349
+ "http://purl.org/dc/dcam/rangeIncludes": ["http://purl.org/dc/terms/Extent", "http://purl.org/dc/terms/MediaType"],
350
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)]. Examples of dimensions include size and duration."},
351
+ "http://purl.org/dc/terms/issued": "2008-01-14",
352
+ isDefinedBy: "http://purl.org/dc/terms/",
353
+ label: {en: "Format"},
354
+ subPropertyOf: "http://purl.org/dc/elements/1.1/format",
355
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
354
356
  property :hasFormat,
355
- comment: "A related resource that is substantially the same as the pre-existing described resource, but in another format.".freeze,
356
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of.".freeze,
357
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
358
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
359
- label: "Has Format".freeze,
360
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
361
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
357
+ comment: {en: "A related resource that is substantially the same as the pre-existing described resource, but in another format."},
358
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of."},
359
+ "http://purl.org/dc/terms/issued": "2000-07-11",
360
+ isDefinedBy: "http://purl.org/dc/terms/",
361
+ label: {en: "Has Format"},
362
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
363
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
362
364
  property :hasPart,
363
- comment: "A related resource that is included either physically or logically in the described resource.".freeze,
364
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of.".freeze,
365
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
366
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
367
- label: "Has Part".freeze,
368
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
369
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
365
+ comment: {en: "A related resource that is included either physically or logically in the described resource."},
366
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of."},
367
+ "http://purl.org/dc/terms/issued": "2000-07-11",
368
+ isDefinedBy: "http://purl.org/dc/terms/",
369
+ label: {en: "Has Part"},
370
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
371
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
370
372
  property :hasVersion,
371
- comment: "A related resource that is a version, edition, or adaptation of the described resource.".freeze,
372
- "http://purl.org/dc/terms/description": "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of.".freeze,
373
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
374
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
375
- label: "Has Version".freeze,
376
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
377
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
373
+ comment: {en: "A related resource that is a version, edition, or adaptation of the described resource."},
374
+ "http://purl.org/dc/terms/description": {en: "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of."},
375
+ "http://purl.org/dc/terms/issued": "2000-07-11",
376
+ isDefinedBy: "http://purl.org/dc/terms/",
377
+ label: {en: "Has Version"},
378
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
379
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
378
380
  property :identifier,
379
- comment: "An unambiguous reference to the resource within a given context.".freeze,
380
- "http://purl.org/dc/terms/description": "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs.".freeze,
381
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
382
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
383
- label: "Identifier".freeze,
384
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
385
- subPropertyOf: "http://purl.org/dc/elements/1.1/identifier".freeze,
386
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
381
+ comment: {en: "An unambiguous reference to the resource within a given context."},
382
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs."},
383
+ "http://purl.org/dc/terms/issued": "2008-01-14",
384
+ isDefinedBy: "http://purl.org/dc/terms/",
385
+ label: {en: "Identifier"},
386
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
387
+ subPropertyOf: "http://purl.org/dc/elements/1.1/identifier",
388
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
387
389
  property :instructionalMethod,
388
- comment: "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.".freeze,
389
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/MethodOfInstruction".freeze,
390
- "http://purl.org/dc/terms/description": "Instructional Method typically includes ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback.".freeze,
391
- "http://purl.org/dc/terms/issued": "2005-06-13".freeze,
392
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
393
- label: "Instructional Method".freeze,
394
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
390
+ comment: {en: "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support."},
391
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/MethodOfInstruction",
392
+ "http://purl.org/dc/terms/description": {en: "Instructional Method typically includes ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback."},
393
+ "http://purl.org/dc/terms/issued": "2005-06-13",
394
+ isDefinedBy: "http://purl.org/dc/terms/",
395
+ label: {en: "Instructional Method"},
396
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
395
397
  property :isFormatOf,
396
- comment: "A pre-existing related resource that is substantially the same as the described resource, but in another format.".freeze,
397
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Has Format.".freeze,
398
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
399
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
400
- label: "Is Format Of".freeze,
401
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
402
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
398
+ comment: {en: "A pre-existing related resource that is substantially the same as the described resource, but in another format."},
399
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Has Format."},
400
+ "http://purl.org/dc/terms/issued": "2000-07-11",
401
+ isDefinedBy: "http://purl.org/dc/terms/",
402
+ label: {en: "Is Format Of"},
403
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
404
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
403
405
  property :isPartOf,
404
- comment: "A related resource in which the described resource is physically or logically included.".freeze,
405
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Has Part.".freeze,
406
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
407
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
408
- label: "Is Part Of".freeze,
409
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
410
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
406
+ comment: {en: "A related resource in which the described resource is physically or logically included."},
407
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."},
408
+ "http://purl.org/dc/terms/issued": "2000-07-11",
409
+ isDefinedBy: "http://purl.org/dc/terms/",
410
+ label: {en: "Is Part Of"},
411
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
412
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
411
413
  property :isReferencedBy,
412
- comment: "A related resource that references, cites, or otherwise points to the described resource.".freeze,
413
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of References.".freeze,
414
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
415
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
416
- label: "Is Referenced By".freeze,
417
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
418
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
414
+ comment: {en: "A related resource that references, cites, or otherwise points to the described resource."},
415
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of References."},
416
+ "http://purl.org/dc/terms/issued": "2000-07-11",
417
+ isDefinedBy: "http://purl.org/dc/terms/",
418
+ label: {en: "Is Referenced By"},
419
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
420
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
419
421
  property :isReplacedBy,
420
- comment: "A related resource that supplants, displaces, or supersedes the described resource.".freeze,
421
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Replaces.".freeze,
422
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
423
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
424
- label: "Is Replaced By".freeze,
425
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
426
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
422
+ comment: {en: "A related resource that supplants, displaces, or supersedes the described resource."},
423
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Replaces."},
424
+ "http://purl.org/dc/terms/issued": "2000-07-11",
425
+ isDefinedBy: "http://purl.org/dc/terms/",
426
+ label: {en: "Is Replaced By"},
427
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
428
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
427
429
  property :isRequiredBy,
428
- comment: "A related resource that requires the described resource to support its function, delivery, or coherence.".freeze,
429
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Requires.".freeze,
430
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
431
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
432
- label: "Is Required By".freeze,
433
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
434
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
430
+ comment: {en: "A related resource that requires the described resource to support its function, delivery, or coherence."},
431
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Requires."},
432
+ "http://purl.org/dc/terms/issued": "2000-07-11",
433
+ isDefinedBy: "http://purl.org/dc/terms/",
434
+ label: {en: "Is Required By"},
435
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
436
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
435
437
  property :isVersionOf,
436
- comment: "A related resource of which the described resource is a version, edition, or adaptation.".freeze,
437
- "http://purl.org/dc/terms/description": "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version.".freeze,
438
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
439
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
440
- label: "Is Version Of".freeze,
441
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
442
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
438
+ comment: {en: "A related resource of which the described resource is a version, edition, or adaptation."},
439
+ "http://purl.org/dc/terms/description": {en: "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version."},
440
+ "http://purl.org/dc/terms/issued": "2000-07-11",
441
+ isDefinedBy: "http://purl.org/dc/terms/",
442
+ label: {en: "Is Version Of"},
443
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
444
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
443
445
  property :issued,
444
- comment: "Date of formal issuance of the resource.".freeze,
445
- "http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
446
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
447
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
448
- label: "Date Issued".freeze,
449
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
450
- subPropertyOf: ["http://purl.org/dc/elements/1.1/date".freeze, "http://purl.org/dc/terms/date".freeze],
451
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
446
+ comment: {en: "Date of formal issuance of the resource."},
447
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
448
+ "http://purl.org/dc/terms/issued": "2000-07-11",
449
+ isDefinedBy: "http://purl.org/dc/terms/",
450
+ label: {en: "Date Issued"},
451
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
452
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
453
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
452
454
  property :language,
453
- comment: "A language of the resource.".freeze,
454
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/LinguisticSystem".freeze,
455
- "http://purl.org/dc/terms/description": "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag.".freeze,
456
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
457
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
458
- label: "Language".freeze,
459
- subPropertyOf: "http://purl.org/dc/elements/1.1/language".freeze,
460
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
455
+ comment: {en: "A language of the resource."},
456
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/LinguisticSystem",
457
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag."},
458
+ "http://purl.org/dc/terms/issued": "2008-01-14",
459
+ isDefinedBy: "http://purl.org/dc/terms/",
460
+ label: {en: "Language"},
461
+ subPropertyOf: "http://purl.org/dc/elements/1.1/language",
462
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
461
463
  property :license,
462
- comment: "A legal document giving official permission to do something with the resource.".freeze,
463
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/LicenseDocument".freeze,
464
- "http://purl.org/dc/terms/description": "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided.".freeze,
465
- "http://purl.org/dc/terms/issued": "2004-06-14".freeze,
466
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
467
- label: "License".freeze,
468
- subPropertyOf: ["http://purl.org/dc/elements/1.1/rights".freeze, "http://purl.org/dc/terms/rights".freeze],
469
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
464
+ comment: {en: "A legal document giving official permission to do something with the resource."},
465
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/LicenseDocument",
466
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided."},
467
+ "http://purl.org/dc/terms/issued": "2004-06-14",
468
+ isDefinedBy: "http://purl.org/dc/terms/",
469
+ label: {en: "License"},
470
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/rights", "http://purl.org/dc/terms/rights"],
471
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
470
472
  property :mediator,
471
- comment: "An entity that mediates access to the resource.".freeze,
472
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass".freeze,
473
- "http://purl.org/dc/terms/description": "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver.".freeze,
474
- "http://purl.org/dc/terms/issued": "2001-05-21".freeze,
475
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
476
- label: "Mediator".freeze,
477
- subPropertyOf: "http://purl.org/dc/terms/audience".freeze,
478
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
473
+ comment: {en: "An entity that mediates access to the resource."},
474
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass",
475
+ "http://purl.org/dc/terms/description": {en: "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver."},
476
+ "http://purl.org/dc/terms/issued": "2001-05-21",
477
+ isDefinedBy: "http://purl.org/dc/terms/",
478
+ label: {en: "Mediator"},
479
+ subPropertyOf: "http://purl.org/dc/terms/audience",
480
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
479
481
  property :medium,
480
- comment: "The material or physical carrier of the resource.".freeze,
481
- "http://purl.org/dc/dcam/domainIncludes": "http://purl.org/dc/terms/PhysicalResource".freeze,
482
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/PhysicalMedium".freeze,
483
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
484
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
485
- label: "Medium".freeze,
486
- subPropertyOf: ["http://purl.org/dc/elements/1.1/format".freeze, "http://purl.org/dc/terms/format".freeze],
487
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
482
+ comment: {en: "The material or physical carrier of the resource."},
483
+ "http://purl.org/dc/dcam/domainIncludes": "http://purl.org/dc/terms/PhysicalResource",
484
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/PhysicalMedium",
485
+ "http://purl.org/dc/terms/issued": "2000-07-11",
486
+ isDefinedBy: "http://purl.org/dc/terms/",
487
+ label: {en: "Medium"},
488
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/format", "http://purl.org/dc/terms/format"],
489
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
488
490
  property :modified,
489
- comment: "Date on which the resource was changed.".freeze,
490
- "http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
491
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
492
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
493
- label: "Date Modified".freeze,
494
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
495
- subPropertyOf: ["http://purl.org/dc/elements/1.1/date".freeze, "http://purl.org/dc/terms/date".freeze],
496
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
491
+ comment: {en: "Date on which the resource was changed."},
492
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
493
+ "http://purl.org/dc/terms/issued": "2000-07-11",
494
+ isDefinedBy: "http://purl.org/dc/terms/",
495
+ label: {en: "Date Modified"},
496
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
497
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
498
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
497
499
  property :provenance,
498
- comment: "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.".freeze,
499
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/ProvenanceStatement".freeze,
500
- "http://purl.org/dc/terms/description": "The statement may include a description of any changes successive custodians made to the resource.".freeze,
501
- "http://purl.org/dc/terms/issued": "2004-09-20".freeze,
502
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
503
- label: "Provenance".freeze,
504
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
500
+ comment: {en: "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation."},
501
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/ProvenanceStatement",
502
+ "http://purl.org/dc/terms/description": {en: "The statement may include a description of any changes successive custodians made to the resource."},
503
+ "http://purl.org/dc/terms/issued": "2004-09-20",
504
+ isDefinedBy: "http://purl.org/dc/terms/",
505
+ label: {en: "Provenance"},
506
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
505
507
  property :publisher,
506
- comment: "An entity responsible for making the resource available.".freeze,
507
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent".freeze,
508
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
509
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
510
- label: "Publisher".freeze,
511
- subPropertyOf: "http://purl.org/dc/elements/1.1/publisher".freeze,
512
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
508
+ comment: {en: "An entity responsible for making the resource available."},
509
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent",
510
+ "http://purl.org/dc/terms/issued": "2008-01-14",
511
+ isDefinedBy: "http://purl.org/dc/terms/",
512
+ label: {en: "Publisher"},
513
+ subPropertyOf: "http://purl.org/dc/elements/1.1/publisher",
514
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
513
515
  property :references,
514
- comment: "A related resource that is referenced, cited, or otherwise pointed to by the described resource.".freeze,
515
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By.".freeze,
516
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
517
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
518
- label: "References".freeze,
519
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
520
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
516
+ comment: {en: "A related resource that is referenced, cited, or otherwise pointed to by the described resource."},
517
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By."},
518
+ "http://purl.org/dc/terms/issued": "2000-07-11",
519
+ isDefinedBy: "http://purl.org/dc/terms/",
520
+ label: {en: "References"},
521
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
522
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
521
523
  property :relation,
522
- comment: "A related resource.".freeze,
523
- "http://purl.org/dc/terms/description": "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided.".freeze,
524
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
525
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
526
- label: "Relation".freeze,
527
- subPropertyOf: "http://purl.org/dc/elements/1.1/relation".freeze,
528
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
524
+ comment: {en: "A related resource."},
525
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided."},
526
+ "http://purl.org/dc/terms/issued": "2008-01-14",
527
+ isDefinedBy: "http://purl.org/dc/terms/",
528
+ label: {en: "Relation"},
529
+ subPropertyOf: "http://purl.org/dc/elements/1.1/relation",
530
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
529
531
  property :replaces,
530
- comment: "A related resource that is supplanted, displaced, or superseded by the described resource.".freeze,
531
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By.".freeze,
532
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
533
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
534
- label: "Replaces".freeze,
535
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
536
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
532
+ comment: {en: "A related resource that is supplanted, displaced, or superseded by the described resource."},
533
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By."},
534
+ "http://purl.org/dc/terms/issued": "2000-07-11",
535
+ isDefinedBy: "http://purl.org/dc/terms/",
536
+ label: {en: "Replaces"},
537
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
538
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
537
539
  property :requires,
538
- comment: "A related resource that is required by the described resource to support its function, delivery, or coherence.".freeze,
539
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By.".freeze,
540
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
541
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
542
- label: "Requires".freeze,
543
- subPropertyOf: ["http://purl.org/dc/elements/1.1/relation".freeze, "http://purl.org/dc/terms/relation".freeze],
544
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
540
+ comment: {en: "A related resource that is required by the described resource to support its function, delivery, or coherence."},
541
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By."},
542
+ "http://purl.org/dc/terms/issued": "2000-07-11",
543
+ isDefinedBy: "http://purl.org/dc/terms/",
544
+ label: {en: "Requires"},
545
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
546
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
545
547
  property :rights,
546
- comment: "Information about rights held in and over the resource.".freeze,
547
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/RightsStatement".freeze,
548
- "http://purl.org/dc/terms/description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.".freeze,
549
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
550
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
551
- label: "Rights".freeze,
552
- subPropertyOf: "http://purl.org/dc/elements/1.1/rights".freeze,
553
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
548
+ comment: {en: "Information about rights held in and over the resource."},
549
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/RightsStatement",
550
+ "http://purl.org/dc/terms/description": {en: "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."},
551
+ "http://purl.org/dc/terms/issued": "2008-01-14",
552
+ isDefinedBy: "http://purl.org/dc/terms/",
553
+ label: {en: "Rights"},
554
+ subPropertyOf: "http://purl.org/dc/elements/1.1/rights",
555
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
554
556
  property :rightsHolder,
555
- comment: "A person or organization owning or managing rights over the resource.".freeze,
556
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent".freeze,
557
- "http://purl.org/dc/terms/description": "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided.".freeze,
558
- "http://purl.org/dc/terms/issued": "2004-06-14".freeze,
559
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
560
- label: "Rights Holder".freeze,
561
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
557
+ comment: {en: "A person or organization owning or managing rights over the resource."},
558
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent",
559
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided."},
560
+ "http://purl.org/dc/terms/issued": "2004-06-14",
561
+ isDefinedBy: "http://purl.org/dc/terms/",
562
+ label: {en: "Rights Holder"},
563
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
562
564
  property :source,
563
- comment: "A related resource from which the described resource is derived.".freeze,
564
- "http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system.".freeze,
565
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
566
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
567
- label: "Source".freeze,
568
- subPropertyOf: ["http://purl.org/dc/elements/1.1/source".freeze, "http://purl.org/dc/terms/relation".freeze],
569
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
565
+ comment: {en: "A related resource from which the described resource is derived."},
566
+ "http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."},
567
+ "http://purl.org/dc/terms/issued": "2008-01-14",
568
+ isDefinedBy: "http://purl.org/dc/terms/",
569
+ label: {en: "Source"},
570
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/source", "http://purl.org/dc/terms/relation"],
571
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
570
572
  property :spatial,
571
- comment: "Spatial characteristics of the resource.".freeze,
572
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Location".freeze,
573
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
574
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
575
- label: "Spatial Coverage".freeze,
576
- subPropertyOf: ["http://purl.org/dc/elements/1.1/coverage".freeze, "http://purl.org/dc/terms/coverage".freeze],
577
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
573
+ comment: {en: "Spatial characteristics of the resource."},
574
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Location",
575
+ "http://purl.org/dc/terms/issued": "2000-07-11",
576
+ isDefinedBy: "http://purl.org/dc/terms/",
577
+ label: {en: "Spatial Coverage"},
578
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/coverage", "http://purl.org/dc/terms/coverage"],
579
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
578
580
  property :subject,
579
- comment: "A topic of the resource.".freeze,
580
- "http://purl.org/dc/terms/description": "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary.".freeze,
581
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
582
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
583
- label: "Subject".freeze,
584
- subPropertyOf: "http://purl.org/dc/elements/1.1/subject".freeze,
585
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
581
+ comment: {en: "A topic of the resource."},
582
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."},
583
+ "http://purl.org/dc/terms/issued": "2008-01-14",
584
+ isDefinedBy: "http://purl.org/dc/terms/",
585
+ label: {en: "Subject"},
586
+ subPropertyOf: "http://purl.org/dc/elements/1.1/subject",
587
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
586
588
  property :tableOfContents,
587
- comment: "A list of subunits of the resource.".freeze,
588
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
589
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
590
- label: "Table Of Contents".freeze,
591
- subPropertyOf: ["http://purl.org/dc/elements/1.1/description".freeze, "http://purl.org/dc/terms/description".freeze],
592
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
589
+ comment: {en: "A list of subunits of the resource."},
590
+ "http://purl.org/dc/terms/issued": "2000-07-11",
591
+ isDefinedBy: "http://purl.org/dc/terms/",
592
+ label: {en: "Table Of Contents"},
593
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/description", "http://purl.org/dc/terms/description"],
594
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
593
595
  property :temporal,
594
- comment: "Temporal characteristics of the resource.".freeze,
595
- "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/PeriodOfTime".freeze,
596
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
597
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
598
- label: "Temporal Coverage".freeze,
599
- subPropertyOf: ["http://purl.org/dc/elements/1.1/coverage".freeze, "http://purl.org/dc/terms/coverage".freeze],
600
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
596
+ comment: {en: "Temporal characteristics of the resource."},
597
+ "http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/PeriodOfTime",
598
+ "http://purl.org/dc/terms/issued": "2000-07-11",
599
+ isDefinedBy: "http://purl.org/dc/terms/",
600
+ label: {en: "Temporal Coverage"},
601
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/coverage", "http://purl.org/dc/terms/coverage"],
602
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
601
603
  property :title,
602
- comment: "A name given to the resource.".freeze,
603
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
604
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
605
- label: "Title".freeze,
606
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
607
- subPropertyOf: "http://purl.org/dc/elements/1.1/title".freeze,
608
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
604
+ comment: {en: "A name given to the resource."},
605
+ "http://purl.org/dc/terms/issued": "2008-01-14",
606
+ isDefinedBy: "http://purl.org/dc/terms/",
607
+ label: {en: "Title"},
608
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
609
+ subPropertyOf: "http://purl.org/dc/elements/1.1/title",
610
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
609
611
  property :type,
610
- comment: "The nature or genre of the resource.".freeze,
611
- "http://purl.org/dc/terms/description": "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format.".freeze,
612
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
613
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
614
- label: "Type".freeze,
615
- subPropertyOf: "http://purl.org/dc/elements/1.1/type".freeze,
616
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
612
+ comment: {en: "The nature or genre of the resource."},
613
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."},
614
+ "http://purl.org/dc/terms/issued": "2008-01-14",
615
+ isDefinedBy: "http://purl.org/dc/terms/",
616
+ label: {en: "Type"},
617
+ subPropertyOf: "http://purl.org/dc/elements/1.1/type",
618
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
617
619
  property :valid,
618
- comment: "Date (often a range) of validity of a resource.".freeze,
619
- "http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
620
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
621
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
622
- label: "Date Valid".freeze,
623
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
624
- subPropertyOf: ["http://purl.org/dc/elements/1.1/date".freeze, "http://purl.org/dc/terms/date".freeze],
625
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
620
+ comment: {en: "Date (often a range) of validity of a resource."},
621
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
622
+ "http://purl.org/dc/terms/issued": "2000-07-11",
623
+ isDefinedBy: "http://purl.org/dc/terms/",
624
+ label: {en: "Date Valid"},
625
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
626
+ subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
627
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
626
628
 
627
629
  # Datatype definitions
628
630
  term :Box,
629
- comment: "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.".freeze,
630
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
631
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-box/".freeze,
632
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
633
- label: "DCMI Box".freeze,
634
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
631
+ comment: {en: "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme."},
632
+ "http://purl.org/dc/terms/issued": "2000-07-11",
633
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-box/",
634
+ isDefinedBy: "http://purl.org/dc/terms/",
635
+ label: {en: "DCMI Box"},
636
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
635
637
  term :ISO3166,
636
- comment: "The set of codes listed in ISO 3166-1 for the representation of names of countries.".freeze,
637
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
638
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.iso.org/obp/ui/#search".freeze,
639
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
640
- label: "ISO 3166".freeze,
641
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
638
+ comment: {en: "The set of codes listed in ISO 3166-1 for the representation of names of countries."},
639
+ "http://purl.org/dc/terms/issued": "2000-07-11",
640
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.iso.org/obp/ui/#search",
641
+ isDefinedBy: "http://purl.org/dc/terms/",
642
+ label: {en: "ISO 3166"},
643
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
642
644
  term :"ISO639-2",
643
- comment: "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages.".freeze,
644
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
645
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://lcweb.loc.gov/standards/iso639-2/langhome.html".freeze,
646
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
647
- label: "ISO 639-2".freeze,
648
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
645
+ comment: {en: "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages."},
646
+ "http://purl.org/dc/terms/issued": "2000-07-11",
647
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://lcweb.loc.gov/standards/iso639-2/langhome.html",
648
+ isDefinedBy: "http://purl.org/dc/terms/",
649
+ label: {en: "ISO 639-2"},
650
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
649
651
  term :"ISO639-3",
650
- comment: "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages.".freeze,
651
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
652
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.sil.org/iso639-3/".freeze,
653
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
654
- label: "ISO 639-3".freeze,
655
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
652
+ comment: {en: "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages."},
653
+ "http://purl.org/dc/terms/issued": "2008-01-14",
654
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.sil.org/iso639-3/",
655
+ isDefinedBy: "http://purl.org/dc/terms/",
656
+ label: {en: "ISO 639-3"},
657
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
656
658
  term :Period,
657
- comment: "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.".freeze,
658
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
659
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-period/".freeze,
660
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
661
- label: "DCMI Period".freeze,
662
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
659
+ comment: {en: "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme."},
660
+ "http://purl.org/dc/terms/issued": "2000-07-11",
661
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-period/",
662
+ isDefinedBy: "http://purl.org/dc/terms/",
663
+ label: {en: "DCMI Period"},
664
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
663
665
  term :Point,
664
- comment: "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.".freeze,
665
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
666
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-point/".freeze,
667
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
668
- label: "DCMI Point".freeze,
669
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
666
+ comment: {en: "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme."},
667
+ "http://purl.org/dc/terms/issued": "2000-07-11",
668
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-point/",
669
+ isDefinedBy: "http://purl.org/dc/terms/",
670
+ label: {en: "DCMI Point"},
671
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
670
672
  term :RFC1766,
671
- comment: "The set of tags, constructed according to RFC 1766, for the identification of languages.".freeze,
672
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
673
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc1766.txt".freeze,
674
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
675
- label: "RFC 1766".freeze,
676
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
673
+ comment: {en: "The set of tags, constructed according to RFC 1766, for the identification of languages."},
674
+ "http://purl.org/dc/terms/issued": "2000-07-11",
675
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc1766.txt",
676
+ isDefinedBy: "http://purl.org/dc/terms/",
677
+ label: {en: "RFC 1766"},
678
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
677
679
  term :RFC3066,
678
- comment: "The set of tags constructed according to RFC 3066 for the identification of languages.".freeze,
679
- "http://purl.org/dc/terms/description": "RFC 3066 has been obsoleted by RFC 4646.".freeze,
680
- "http://purl.org/dc/terms/issued": "2002-07-13".freeze,
681
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc3066.txt".freeze,
682
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
683
- label: "RFC 3066".freeze,
684
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
680
+ comment: {en: "The set of tags constructed according to RFC 3066 for the identification of languages."},
681
+ "http://purl.org/dc/terms/description": {en: "RFC 3066 has been obsoleted by RFC 4646."},
682
+ "http://purl.org/dc/terms/issued": "2002-07-13",
683
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc3066.txt",
684
+ isDefinedBy: "http://purl.org/dc/terms/",
685
+ label: {en: "RFC 3066"},
686
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
685
687
  term :RFC4646,
686
- comment: "The set of tags constructed according to RFC 4646 for the identification of languages.".freeze,
687
- "http://purl.org/dc/terms/description": "RFC 4646 obsoletes RFC 3066.".freeze,
688
- "http://purl.org/dc/terms/issued": "2008-01-14".freeze,
689
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc4646.txt".freeze,
690
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
691
- label: "RFC 4646".freeze,
692
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
688
+ comment: {en: "The set of tags constructed according to RFC 4646 for the identification of languages."},
689
+ "http://purl.org/dc/terms/description": {en: "RFC 4646 obsoletes RFC 3066."},
690
+ "http://purl.org/dc/terms/issued": "2008-01-14",
691
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc4646.txt",
692
+ isDefinedBy: "http://purl.org/dc/terms/",
693
+ label: {en: "RFC 4646"},
694
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
693
695
  term :RFC5646,
694
- comment: "The set of tags constructed according to RFC 5646 for the identification of languages.".freeze,
695
- "http://purl.org/dc/terms/description": "RFC 5646 obsoletes RFC 4646.".freeze,
696
- "http://purl.org/dc/terms/issued": "2010-10-11".freeze,
697
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc5646.txt".freeze,
698
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
699
- label: "RFC 5646".freeze,
700
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
696
+ comment: {en: "The set of tags constructed according to RFC 5646 for the identification of languages."},
697
+ "http://purl.org/dc/terms/description": {en: "RFC 5646 obsoletes RFC 4646."},
698
+ "http://purl.org/dc/terms/issued": "2010-10-11",
699
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc5646.txt",
700
+ isDefinedBy: "http://purl.org/dc/terms/",
701
+ label: {en: "RFC 5646"},
702
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
701
703
  term :URI,
702
- comment: "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.".freeze,
703
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
704
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc3986.txt".freeze,
705
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
706
- label: "URI".freeze,
707
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
704
+ comment: {en: "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force."},
705
+ "http://purl.org/dc/terms/issued": "2000-07-11",
706
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc3986.txt",
707
+ isDefinedBy: "http://purl.org/dc/terms/",
708
+ label: {en: "URI"},
709
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
708
710
  term :W3CDTF,
709
- comment: "The set of dates and times constructed according to the W3C Date and Time Formats Specification.".freeze,
710
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
711
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/NOTE-datetime".freeze,
712
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
713
- label: "W3C-DTF".freeze,
714
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
711
+ comment: {en: "The set of dates and times constructed according to the W3C Date and Time Formats Specification."},
712
+ "http://purl.org/dc/terms/issued": "2000-07-11",
713
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/NOTE-datetime",
714
+ isDefinedBy: "http://purl.org/dc/terms/",
715
+ label: {en: "W3C-DTF"},
716
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
715
717
 
716
718
  # Extra definitions
717
719
  term :DCMIType,
718
- comment: "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.".freeze,
719
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
720
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/".freeze,
721
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
722
- label: "DCMI Type Vocabulary".freeze,
723
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
720
+ comment: {en: "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource."},
721
+ "http://purl.org/dc/terms/issued": "2000-07-11",
722
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/",
723
+ isDefinedBy: "http://purl.org/dc/terms/",
724
+ label: {en: "DCMI Type Vocabulary"},
725
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
724
726
  term :DDC,
725
- comment: "The set of conceptual resources specified by the Dewey Decimal Classification.".freeze,
726
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
727
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.oclc.org/dewey/".freeze,
728
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
729
- label: "DDC".freeze,
730
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
727
+ comment: {en: "The set of conceptual resources specified by the Dewey Decimal Classification."},
728
+ "http://purl.org/dc/terms/issued": "2000-07-11",
729
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.oclc.org/dewey/",
730
+ isDefinedBy: "http://purl.org/dc/terms/",
731
+ label: {en: "DDC"},
732
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
731
733
  term :IMT,
732
- comment: "The set of media types specified by the Internet Assigned Numbers Authority.".freeze,
733
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
734
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.iana.org/assignments/media-types/".freeze,
735
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
736
- label: "IMT".freeze,
737
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
734
+ comment: {en: "The set of media types specified by the Internet Assigned Numbers Authority."},
735
+ "http://purl.org/dc/terms/issued": "2000-07-11",
736
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.iana.org/assignments/media-types/",
737
+ isDefinedBy: "http://purl.org/dc/terms/",
738
+ label: {en: "IMT"},
739
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
738
740
  term :LCC,
739
- comment: "The set of conceptual resources specified by the Library of Congress Classification.".freeze,
740
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
741
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html".freeze,
742
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
743
- label: "LCC".freeze,
744
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
741
+ comment: {en: "The set of conceptual resources specified by the Library of Congress Classification."},
742
+ "http://purl.org/dc/terms/issued": "2000-07-11",
743
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html",
744
+ isDefinedBy: "http://purl.org/dc/terms/",
745
+ label: {en: "LCC"},
746
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
745
747
  term :LCSH,
746
- comment: "The set of labeled concepts specified by the Library of Congress Subject Headings.".freeze,
747
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
748
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
749
- label: "LCSH".freeze,
750
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
748
+ comment: {en: "The set of labeled concepts specified by the Library of Congress Subject Headings."},
749
+ "http://purl.org/dc/terms/issued": "2000-07-11",
750
+ isDefinedBy: "http://purl.org/dc/terms/",
751
+ label: {en: "LCSH"},
752
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
751
753
  term :MESH,
752
- comment: "The set of labeled concepts specified by the Medical Subject Headings.".freeze,
753
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
754
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.nlm.nih.gov/mesh/meshhome.html".freeze,
755
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
756
- label: "MeSH".freeze,
757
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
754
+ comment: {en: "The set of labeled concepts specified by the Medical Subject Headings."},
755
+ "http://purl.org/dc/terms/issued": "2000-07-11",
756
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.nlm.nih.gov/mesh/meshhome.html",
757
+ isDefinedBy: "http://purl.org/dc/terms/",
758
+ label: {en: "MeSH"},
759
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
758
760
  term :NLM,
759
- comment: "The set of conceptual resources specified by the National Library of Medicine Classification.".freeze,
760
- "http://purl.org/dc/terms/issued": "2005-06-13".freeze,
761
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://wwwcf.nlm.nih.gov/class/".freeze,
762
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
763
- label: "NLM".freeze,
764
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
761
+ comment: {en: "The set of conceptual resources specified by the National Library of Medicine Classification."},
762
+ "http://purl.org/dc/terms/issued": "2005-06-13",
763
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://wwwcf.nlm.nih.gov/class/",
764
+ isDefinedBy: "http://purl.org/dc/terms/",
765
+ label: {en: "NLM"},
766
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
765
767
  term :TGN,
766
- comment: "The set of places specified by the Getty Thesaurus of Geographic Names.".freeze,
767
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
768
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.getty.edu/research/tools/vocabulary/tgn/index.html".freeze,
769
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
770
- label: "TGN".freeze,
771
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
768
+ comment: {en: "The set of places specified by the Getty Thesaurus of Geographic Names."},
769
+ "http://purl.org/dc/terms/issued": "2000-07-11",
770
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.getty.edu/research/tools/vocabulary/tgn/index.html",
771
+ isDefinedBy: "http://purl.org/dc/terms/",
772
+ label: {en: "TGN"},
773
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
772
774
  term :UDC,
773
- comment: "The set of conceptual resources specified by the Universal Decimal Classification.".freeze,
774
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
775
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.udcc.org/".freeze,
776
- isDefinedBy: "http://purl.org/dc/terms/".freeze,
777
- label: "UDC".freeze,
778
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
775
+ comment: {en: "The set of conceptual resources specified by the Universal Decimal Classification."},
776
+ "http://purl.org/dc/terms/issued": "2000-07-11",
777
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.udcc.org/",
778
+ isDefinedBy: "http://purl.org/dc/terms/",
779
+ label: {en: "UDC"},
780
+ type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
779
781
  end
780
782
  end