rdf-vocab 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +24 -200
  3. data/README.md +88 -33
  4. data/lib/{rdf-vocab → rdf}/vocab/acl.rb +19 -13
  5. data/lib/{rdf-vocab → rdf}/vocab/bibframe.rb +513 -510
  6. data/lib/rdf/vocab/cnt.rb +112 -0
  7. data/lib/{rdf-vocab → rdf}/vocab/crm.rb +799 -799
  8. data/lib/{rdf-vocab → rdf}/vocab/datacite.rb +53 -53
  9. data/lib/{rdf-vocab → rdf}/vocab/dwc.rb +459 -459
  10. data/lib/{rdf-vocab → rdf}/vocab/edm.rb +41 -41
  11. data/lib/rdf/vocab/extensions.rb +29 -0
  12. data/lib/{rdf-vocab → rdf}/vocab/fcrepo4.rb +38 -38
  13. data/lib/{rdf-vocab → rdf}/vocab/iana.rb +89 -166
  14. data/lib/{rdf-vocab → rdf}/vocab/identifiers.rb +58 -38
  15. data/lib/rdf/vocab/ldp.rb +218 -0
  16. data/lib/{rdf-vocab → rdf}/vocab/mads.rb +147 -147
  17. data/lib/{rdf-vocab → rdf}/vocab/marc_relators.rb +273 -269
  18. data/lib/{rdf-vocab → rdf}/vocab/mods.rb +178 -178
  19. data/lib/{rdf-vocab → rdf}/vocab/oa.rb +102 -102
  20. data/lib/{rdf-vocab → rdf}/vocab/ore.rb +32 -32
  21. data/lib/{rdf-vocab/vocab/premis/v1.rb → rdf/vocab/premis.rb} +147 -147
  22. data/lib/{rdf-vocab → rdf}/vocab/premis_event_type.rb +0 -0
  23. data/lib/rdf/vocab/version.rb +18 -0
  24. data/lib/rdf/vocab.rb +153 -0
  25. data/spec/spec_helper.rb +3 -84
  26. data/spec/vocab_spec.rb +64 -0
  27. metadata +109 -58
  28. data/.gitignore +0 -17
  29. data/.rspec +0 -2
  30. data/.travis.yml +0 -6
  31. data/CONTRIBUTING.md +0 -116
  32. data/CONTRIBUTORS.md +0 -6
  33. data/Gemfile +0 -4
  34. data/Rakefile +0 -8
  35. data/lib/rdf-vocab/config/vocab.yml +0 -109
  36. data/lib/rdf-vocab/tasks/vocab.rake +0 -44
  37. data/lib/rdf-vocab/version.rb +0 -5
  38. data/lib/rdf-vocab/vocab/fcrepo3.rb +0 -326
  39. data/lib/rdf-vocab/vocab/ldp.rb +0 -140
  40. data/lib/rdf-vocab/vocab/prov.rb +0 -1549
  41. data/lib/rdf-vocab.rb +0 -34
  42. data/rdf-vocab.gemspec +0 -26
  43. data/sources/dwcterms.rdf +0 -2679
  44. data/sources/iana-relation.rdf +0 -475
  45. data/sources/iana-relation.xsl +0 -65
  46. data/spec/fixtures/dcterms.rdf +0 -1077
  47. data/spec/unit/rdf_vocab_spec.rb +0 -27
@@ -1,412 +1,335 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # This file generated automatically using vocab-fetch from /Users/acoburn/Projects/rdf-vocab/sources/iana-relation.rdf
2
+ # This file generated automatically using vocab-fetch from /Users/gregg/Projects/rdf-vocab/etc/iana.ttl
3
3
  require 'rdf'
4
4
  module RDF::Vocab
5
- class IANA < RDF::StrictVocabulary("http://www.iana.org/assignments/relation/")
5
+ class IANA < RDF::StrictVocabulary("http://www.iana.org/assignments/link-relations/")
6
6
 
7
7
  # Property definitions
8
8
  property :about,
9
9
  comment: %(Refers to a resource that is the subject of the link's context.).freeze,
10
10
  label: "about".freeze,
11
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
12
11
  type: "rdf:Property".freeze
13
12
  property :alternate,
14
13
  comment: %(Refers to a substitute for this context).freeze,
15
14
  label: "alternate".freeze,
16
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
17
15
  type: "rdf:Property".freeze
18
16
  property :appendix,
19
17
  comment: %(Refers to an appendix.).freeze,
20
18
  label: "appendix".freeze,
21
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
22
19
  type: "rdf:Property".freeze
23
20
  property :archives,
24
- comment: %(Refers to a collection of records, documents, or other materials of historical
25
- interest.).freeze,
21
+ comment: %(Refers to a collection of records, documents, or other
22
+ materials of historical interest.).freeze,
26
23
  label: "archives".freeze,
27
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
28
24
  type: "rdf:Property".freeze
29
25
  property :author,
30
26
  comment: %(Refers to the context's author.).freeze,
31
27
  label: "author".freeze,
32
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
33
28
  type: "rdf:Property".freeze
34
29
  property :bookmark,
35
30
  comment: %(Gives a permanent link to use for bookmarking purposes.).freeze,
36
31
  label: "bookmark".freeze,
37
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
38
32
  type: "rdf:Property".freeze
39
33
  property :canonical,
40
- comment: %(Designates the preferred version of a resource \(the IRI and its
41
- contents\).).freeze,
34
+ comment: %(Designates the preferred version of a resource \(the IRI and its contents\).).freeze,
42
35
  label: "canonical".freeze,
43
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
44
36
  type: "rdf:Property".freeze
45
37
  property :chapter,
46
38
  comment: %(Refers to a chapter in a collection of resources.).freeze,
47
39
  label: "chapter".freeze,
48
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
49
40
  type: "rdf:Property".freeze
50
41
  property :collection,
51
- comment: %(The target IRI points to a resource which represents the collection resource for
52
- the context IRI.).freeze,
42
+ comment: %(The target IRI points to a resource which represents the collection resource for the context IRI.).freeze,
53
43
  label: "collection".freeze,
54
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
55
44
  type: "rdf:Property".freeze
56
45
  property :contents,
57
46
  comment: %(Refers to a table of contents.).freeze,
58
47
  label: "contents".freeze,
59
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
60
48
  type: "rdf:Property".freeze
61
49
  property :copyright,
62
- comment: %(Refers to a copyright statement that applies to the link's context.).freeze,
50
+ comment: %(Refers to a copyright statement that applies to the
51
+ link's context.).freeze,
63
52
  label: "copyright".freeze,
64
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
65
53
  type: "rdf:Property".freeze
66
54
  property :"create-form",
67
- comment: %(The target IRI points to a resource where a submission form can be
68
- obtained.).freeze,
55
+ comment: %(The target IRI points to a resource where a submission form can be obtained.).freeze,
69
56
  label: "create-form".freeze,
70
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
71
57
  type: "rdf:Property".freeze
72
58
  property :current,
73
- comment: %(Refers to a resource containing the most recent item\(s\) in a collection of
74
- resources.).freeze,
59
+ comment: %(Refers to a resource containing the most recent
60
+ item\(s\) in a collection of resources.).freeze,
75
61
  label: "current".freeze,
76
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
77
62
  type: "rdf:Property".freeze
78
63
  property :derivedfrom,
79
- comment: %(The target IRI points to a resource from which this material was
80
- derived.).freeze,
64
+ comment: %(The target IRI points to a resource from which this material was derived.).freeze,
81
65
  label: "derivedfrom".freeze,
82
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
83
66
  type: "rdf:Property".freeze
84
67
  property :describedby,
85
- comment: %(Refers to a resource providing information about the link's
86
- context.).freeze,
68
+ comment: %(Refers to a resource providing information about the
69
+ link's context.).freeze,
87
70
  label: "describedby".freeze,
88
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
89
71
  type: "rdf:Property".freeze
90
72
  property :describes,
91
- comment: %(The relationship A 'describes' B asserts that resource A provides a description
92
- of resource B. There are no constraints on the format or representation of either A or B,
93
- neither are there any further constraints on either resource.).freeze,
73
+ comment: %(The relationship A 'describes' B asserts that
74
+ resource A provides a description of resource B. There are no
75
+ constraints on the format or representation of either A or B,
76
+ neither are there any further constraints on either resource.).freeze,
94
77
  label: "describes".freeze,
95
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
96
78
  type: "rdf:Property".freeze
97
79
  property :disclosure,
98
- comment: %(Refers to a list of patent disclosures made with respect to material for which
99
- 'disclosure' relation is specified.).freeze,
80
+ comment: %(Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.).freeze,
100
81
  label: "disclosure".freeze,
101
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
102
82
  type: "rdf:Property".freeze
103
83
  property :duplicate,
104
- comment: %(Refers to a resource whose available representations are byte-for-byte identical
105
- with the corresponding representations of the context IRI.).freeze,
84
+ comment: %(Refers to a resource whose available representations
85
+ are byte-for-byte identical with the corresponding representations of
86
+ the context IRI.).freeze,
106
87
  label: "duplicate".freeze,
107
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
108
88
  type: "rdf:Property".freeze
109
89
  property :edit,
110
- comment: %(Refers to a resource that can be used to edit the link's context.).freeze,
90
+ comment: %(Refers to a resource that can be used to edit the
91
+ link's context.).freeze,
111
92
  label: "edit".freeze,
112
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
113
93
  type: "rdf:Property".freeze
114
94
  property :"edit-form",
115
- comment: %(The target IRI points to a resource where a submission form for editing
116
- associated resource can be obtained.).freeze,
95
+ comment: %(The target IRI points to a resource where a submission form for
96
+ editing associated resource can be obtained.).freeze,
117
97
  label: "edit-form".freeze,
118
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
119
98
  type: "rdf:Property".freeze
120
99
  property :"edit-media",
121
- comment: %(Refers to a resource that can be used to edit media associated with the link's
122
- context.).freeze,
100
+ comment: %(Refers to a resource that can be used to edit media
101
+ associated with the link's context.).freeze,
123
102
  label: "edit-media".freeze,
124
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
125
103
  type: "rdf:Property".freeze
126
104
  property :enclosure,
127
- comment: %(Identifies a related resource that is potentially large and might require special
128
- handling.).freeze,
105
+ comment: %(Identifies a related resource that is potentially
106
+ large and might require special handling.).freeze,
129
107
  label: "enclosure".freeze,
130
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
131
108
  type: "rdf:Property".freeze
132
109
  property :first,
133
- comment: %(An IRI that refers to the furthest preceding resource in a series of
134
- resources.).freeze,
110
+ comment: %(An IRI that refers to the furthest preceding resource
111
+ in a series of resources.).freeze,
135
112
  label: "first".freeze,
136
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
137
113
  type: "rdf:Property".freeze
138
114
  property :glossary,
139
115
  comment: %(Refers to a glossary of terms.).freeze,
140
116
  label: "glossary".freeze,
141
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
142
117
  type: "rdf:Property".freeze
143
118
  property :help,
144
119
  comment: %(Refers to context-sensitive help.).freeze,
145
120
  label: "help".freeze,
146
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
147
121
  type: "rdf:Property".freeze
148
122
  property :hosts,
149
- comment: %(Refers to a resource hosted by the server indicated by the link
150
- context.).freeze,
123
+ comment: %(Refers to a resource hosted by the server indicated by
124
+ the link context.).freeze,
151
125
  label: "hosts".freeze,
152
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
153
126
  type: "rdf:Property".freeze
154
127
  property :hub,
155
- comment: %(Refers to a hub that enables registration for notification of updates to the
156
- context.).freeze,
128
+ comment: %(Refers to a hub that enables registration for
129
+ notification of updates to the context.).freeze,
157
130
  label: "hub".freeze,
158
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
159
131
  type: "rdf:Property".freeze
160
132
  property :icon,
161
133
  comment: %(Refers to an icon representing the link's context.).freeze,
162
134
  label: "icon".freeze,
163
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
164
135
  type: "rdf:Property".freeze
165
136
  property :index,
166
137
  comment: %(Refers to an index.).freeze,
167
138
  label: "index".freeze,
168
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
169
139
  type: "rdf:Property".freeze
170
140
  property :item,
171
- comment: %(The target IRI points to a resource that is a member of the collection
172
- represented by the context IRI.).freeze,
141
+ comment: %(The target IRI points to a resource that is a member of the collection represented by the context IRI.).freeze,
173
142
  label: "item".freeze,
174
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
175
143
  type: "rdf:Property".freeze
176
144
  property :last,
177
- comment: %(An IRI that refers to the furthest following resource in a series of
178
- resources.).freeze,
145
+ comment: %(An IRI that refers to the furthest following resource
146
+ in a series of resources.).freeze,
179
147
  label: "last".freeze,
180
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
181
148
  type: "rdf:Property".freeze
182
149
  property :"latest-version",
183
- comment: %(Points to a resource containing the latest \(e.g., current\) version of the
184
- context.).freeze,
150
+ comment: %(Points to a resource containing the latest \(e.g.,
151
+ current\) version of the context.).freeze,
185
152
  label: "latest-version".freeze,
186
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
187
153
  type: "rdf:Property".freeze
188
154
  property :license,
189
155
  comment: %(Refers to a license associated with this context.).freeze,
190
156
  label: "license".freeze,
191
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
192
157
  type: "rdf:Property".freeze
193
158
  property :lrdd,
194
- comment: %(Refers to further information about the link's context, expressed as a LRDD
195
- \("Link-based Resource Descriptor Document"\) resource. See
196
- for information about processing this relation type in host-meta documents. When used
197
- elsewhere, it refers to additional links and other metadata. Multiple instances indicate
198
- additional LRDD resources. LRDD resources MUST have an "application/xrd+xml" representation,
199
- and MAY have others.).freeze,
159
+ comment: %(Refers to further information about the link's context,
160
+ expressed as a LRDD \("Link-based Resource Descriptor Document"\)
161
+ resource. See [RFC6415] for information about
162
+ processing this relation type in host-meta documents. When used
163
+ elsewhere, it refers to additional links and other metadata.
164
+ Multiple instances indicate additional LRDD resources. LRDD
165
+ resources MUST have an "application/xrd+xml" representation, and
166
+ MAY have others.).freeze,
200
167
  label: "lrdd".freeze,
201
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
202
168
  type: "rdf:Property".freeze
203
169
  property :memento,
204
- comment: %(The Target IRI points to a Memento, a fixed resource that will not change state
205
- anymore.).freeze,
170
+ comment: %(The Target IRI points to a Memento, a fixed resource that will not change state anymore.).freeze,
206
171
  label: "memento".freeze,
207
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
208
172
  type: "rdf:Property".freeze
209
173
  property :monitor,
210
- comment: %(Refers to a resource that can be used to monitor changes in an HTTP resource. ).freeze,
174
+ comment: %(Refers to a resource that can be used to monitor changes in an HTTP resource.).freeze,
211
175
  label: "monitor".freeze,
212
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
213
176
  type: "rdf:Property".freeze
214
177
  property :"monitor-group",
215
- comment: %(Refers to a resource that can be used to monitor changes in a specified group of
216
- HTTP resources. ).freeze,
178
+ comment: %(Refers to a resource that can be used to monitor changes in a specified group of HTTP resources.).freeze,
217
179
  label: "monitor-group".freeze,
218
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
219
180
  type: "rdf:Property".freeze
220
181
  property :next,
221
- comment: %(Indicates that the link's context is a part of a series, and that the next in the
222
- series is the link target. ).freeze,
182
+ comment: %(Indicates that the link's context is a part of a series, and
183
+ that the next in the series is the link target.).freeze,
223
184
  label: "next".freeze,
224
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
225
185
  type: "rdf:Property".freeze
226
186
  property :"next-archive",
227
187
  comment: %(Refers to the immediately following archive resource.).freeze,
228
188
  label: "next-archive".freeze,
229
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
230
189
  type: "rdf:Property".freeze
231
190
  property :nofollow,
232
- comment: %(Indicates that the context’s original author or publisher does not endorse the
233
- link target.).freeze,
191
+ comment: %(Indicates that the context’s original author or publisher does not endorse the link target.).freeze,
234
192
  label: "nofollow".freeze,
235
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
236
193
  type: "rdf:Property".freeze
237
194
  property :noreferrer,
238
- comment: %(Indicates that no referrer information is to be leaked when following the
239
- link.).freeze,
195
+ comment: %(Indicates that no referrer information is to be leaked when following the link.).freeze,
240
196
  label: "noreferrer".freeze,
241
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
242
197
  type: "rdf:Property".freeze
243
198
  property :original,
244
199
  comment: %(The Target IRI points to an Original Resource.).freeze,
245
200
  label: "original".freeze,
246
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
247
201
  type: "rdf:Property".freeze
248
202
  property :payment,
249
203
  comment: %(Indicates a resource where payment is accepted.).freeze,
250
204
  label: "payment".freeze,
251
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
252
205
  type: "rdf:Property".freeze
253
206
  property :"predecessor-version",
254
- comment: %(Points to a resource containing the predecessor version in the version history. ).freeze,
207
+ comment: %(Points to a resource containing the predecessor
208
+ version in the version history.).freeze,
255
209
  label: "predecessor-version".freeze,
256
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
257
210
  type: "rdf:Property".freeze
258
211
  property :prefetch,
259
212
  comment: %(Indicates that the link target should be preemptively cached.).freeze,
260
213
  label: "prefetch".freeze,
261
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
262
214
  type: "rdf:Property".freeze
263
215
  property :prev,
264
- comment: %(Indicates that the link's context is a part of a series, and that the previous in
265
- the series is the link target. ).freeze,
216
+ comment: %(Indicates that the link's context is a part of a series, and
217
+ that the previous in the series is the link target.).freeze,
266
218
  label: "prev".freeze,
267
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
268
219
  type: "rdf:Property".freeze
269
220
  property :"prev-archive",
270
221
  comment: %(Refers to the immediately preceding archive resource.).freeze,
271
222
  label: "prev-archive".freeze,
272
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
273
223
  type: "rdf:Property".freeze
274
224
  property :preview,
275
225
  comment: %(Refers to a resource that provides a preview of the link's context.).freeze,
276
226
  label: "preview".freeze,
277
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
278
227
  type: "rdf:Property".freeze
279
228
  property :previous,
280
- comment: %(Refers to the previous resource in an ordered series of resources. Synonym for
281
- "prev".).freeze,
229
+ comment: %(Refers to the previous resource in an ordered series
230
+ of resources. Synonym for "prev".).freeze,
282
231
  label: "previous".freeze,
283
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
284
232
  type: "rdf:Property".freeze
285
233
  property :"privacy-policy",
286
234
  comment: %(Refers to a privacy policy associated with the link's context.).freeze,
287
235
  label: "privacy-policy".freeze,
288
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
289
236
  type: "rdf:Property".freeze
290
237
  property :profile,
291
- comment: %(Identifying that a resource representation conforms to a certain profile, without
292
- affecting the non-profile semantics of the resource representation.).freeze,
238
+ comment: %(Identifying that a resource representation conforms
239
+ to a certain profile, without affecting the non-profile semantics
240
+ of the resource representation.).freeze,
293
241
  label: "profile".freeze,
294
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
295
242
  type: "rdf:Property".freeze
296
243
  property :related,
297
244
  comment: %(Identifies a related resource.).freeze,
298
245
  label: "related".freeze,
299
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
300
246
  type: "rdf:Property".freeze
301
247
  property :replies,
302
- comment: %(Identifies a resource that is a reply to the context of the link. ).freeze,
248
+ comment: %(Identifies a resource that is a reply to the context
249
+ of the link.).freeze,
303
250
  label: "replies".freeze,
304
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
305
251
  type: "rdf:Property".freeze
306
252
  property :search,
307
- comment: %(Refers to a resource that can be used to search through the link's context and
308
- related resources.).freeze,
253
+ comment: %(Refers to a resource that can be used to search through
254
+ the link's context and related resources.).freeze,
309
255
  label: "search".freeze,
310
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
311
256
  type: "rdf:Property".freeze
312
257
  property :section,
313
258
  comment: %(Refers to a section in a collection of resources.).freeze,
314
259
  label: "section".freeze,
315
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
316
260
  type: "rdf:Property".freeze
317
261
  property :self,
318
- comment: %(Conveys an identifier for the link's context. ).freeze,
262
+ comment: %(Conveys an identifier for the link's context.).freeze,
319
263
  label: "self".freeze,
320
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
321
264
  type: "rdf:Property".freeze
322
265
  property :service,
323
- comment: %(Indicates a URI that can be used to retrieve a service document.).freeze,
266
+ comment: %(Indicates a URI that can be used to retrieve a
267
+ service document.).freeze,
324
268
  label: "service".freeze,
325
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
326
269
  type: "rdf:Property".freeze
327
270
  property :start,
328
- comment: %(Refers to the first resource in a collection of resources.).freeze,
271
+ comment: %(Refers to the first resource in a collection of
272
+ resources.).freeze,
329
273
  label: "start".freeze,
330
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
331
274
  type: "rdf:Property".freeze
332
275
  property :stylesheet,
333
276
  comment: %(Refers to a stylesheet.).freeze,
334
277
  label: "stylesheet".freeze,
335
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
336
278
  type: "rdf:Property".freeze
337
279
  property :subsection,
338
- comment: %(Refers to a resource serving as a subsection in a collection of
339
- resources.).freeze,
280
+ comment: %(Refers to a resource serving as a subsection in a
281
+ collection of resources.).freeze,
340
282
  label: "subsection".freeze,
341
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
342
283
  type: "rdf:Property".freeze
343
284
  property :"successor-version",
344
- comment: %(Points to a resource containing the successor version in the version history. ).freeze,
285
+ comment: %(Points to a resource containing the successor version
286
+ in the version history.).freeze,
345
287
  label: "successor-version".freeze,
346
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
347
288
  type: "rdf:Property".freeze
348
289
  property :tag,
349
- comment: %(Gives a tag \(identified by the given address\) that applies to the current
350
- document. ).freeze,
290
+ comment: %(Gives a tag \(identified by the given address\) that applies to
291
+ the current document.).freeze,
351
292
  label: "tag".freeze,
352
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
353
293
  type: "rdf:Property".freeze
354
294
  property :"terms-of-service",
355
295
  comment: %(Refers to the terms of service associated with the link's context.).freeze,
356
296
  label: "terms-of-service".freeze,
357
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
358
297
  type: "rdf:Property".freeze
359
298
  property :timegate,
360
299
  comment: %(The Target IRI points to a TimeGate for an Original Resource.).freeze,
361
300
  label: "timegate".freeze,
362
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
363
301
  type: "rdf:Property".freeze
364
302
  property :timemap,
365
303
  comment: %(The Target IRI points to a TimeMap for an Original Resource.).freeze,
366
304
  label: "timemap".freeze,
367
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
368
305
  type: "rdf:Property".freeze
369
306
  property :type,
370
- comment: %(Refers to a resource identifying the abstract semantic type of which the link's
371
- context is considered to be an instance.).freeze,
307
+ comment: %(Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.).freeze,
372
308
  label: "type".freeze,
373
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
374
309
  type: "rdf:Property".freeze
375
310
  property :up,
376
- comment: %(Refers to a parent document in a hierarchy of documents. ).freeze,
311
+ comment: %(Refers to a parent document in a hierarchy of
312
+ documents.).freeze,
377
313
  label: "up".freeze,
378
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
379
314
  type: "rdf:Property".freeze
380
315
  property :"version-history",
381
- comment: %(Points to a resource containing the version history for the context. ).freeze,
316
+ comment: %(Points to a resource containing the version history
317
+ for the context.).freeze,
382
318
  label: "version-history".freeze,
383
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
384
319
  type: "rdf:Property".freeze
385
320
  property :via,
386
- comment: %(Identifies a resource that is the source of the information in the link's
387
- context. ).freeze,
321
+ comment: %(Identifies a resource that is the source of the
322
+ information in the link's context.).freeze,
388
323
  label: "via".freeze,
389
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
390
324
  type: "rdf:Property".freeze
391
325
  property :"working-copy",
392
326
  comment: %(Points to a working copy for this resource.).freeze,
393
327
  label: "working-copy".freeze,
394
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
395
328
  type: "rdf:Property".freeze
396
329
  property :"working-copy-of",
397
- comment: %(Points to the versioned resource from which this working copy was obtained. ).freeze,
330
+ comment: %(Points to the versioned resource from which this
331
+ working copy was obtained.).freeze,
398
332
  label: "working-copy-of".freeze,
399
- "rdfs:isDefinedBy" => %(http://www.iana.org/assignments/relation/).freeze,
400
333
  type: "rdf:Property".freeze
401
-
402
- # Extra definitions
403
- term :"",
404
- "dc:contributor" => %(Mark Nottingham, Julian Reschke, Jan Algermissen).freeze,
405
- "dc:created" => %(2005-08-26).freeze,
406
- "dc:modified" => %(2015-01-21).freeze,
407
- "dc:publisher" => %(http://www.iana.org/).freeze,
408
- "dc:title" => %(Link Relations).freeze,
409
- label: "".freeze,
410
- "rdfs:seeAlso" => %(http://www.iana.org/assignments/link-relations/link-relations.xhtml).freeze
411
334
  end
412
335
  end