rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/iana.rb
CHANGED
@@ -3,525 +3,292 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.iana.org/assignments/relation/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.iana.org/assignments/relation/>
|
8
|
-
# #
|
9
|
-
# class IANA < RDF::StrictVocabulary
|
10
|
-
# # Refers to a resource that is the subject of the link's context.
|
11
|
-
# # @return [RDF::Vocabulary::Term]
|
12
|
-
# attr_reader :about
|
13
|
-
#
|
14
|
-
# # Refers to a substitute for this context
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :alternate
|
17
|
-
#
|
18
|
-
# # Refers to an appendix.
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :appendix
|
21
|
-
#
|
22
|
-
# # Refers to a collection of records, documents, or other materials of historical interest.
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :archives
|
25
|
-
#
|
26
|
-
# # Refers to the context's author.
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :author
|
29
|
-
#
|
30
|
-
# # Gives a permanent link to use for bookmarking purposes.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :bookmark
|
33
|
-
#
|
34
|
-
# # Designates the preferred version of a resource (the IRI and its contents).
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :canonical
|
37
|
-
#
|
38
|
-
# # Refers to a chapter in a collection of resources.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :chapter
|
41
|
-
#
|
42
|
-
# # The target IRI points to a resource which represents the collection resource for the context IRI.
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :collection
|
45
|
-
#
|
46
|
-
# # Refers to a table of contents.
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :contents
|
49
|
-
#
|
50
|
-
# # Refers to a copyright statement that applies to the link's context.
|
51
|
-
# # @return [RDF::Vocabulary::Term]
|
52
|
-
# attr_reader :copyright
|
53
|
-
#
|
54
|
-
# # Refers to a resource containing the most recent item(s) in a collection of resources.
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :current
|
57
|
-
#
|
58
|
-
# # The target IRI points to a resource from which this material was derived.
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :derivedfrom
|
61
|
-
#
|
62
|
-
# # Refers to a resource providing information about the link's context.
|
63
|
-
# # @return [RDF::Vocabulary::Term]
|
64
|
-
# attr_reader :describedby
|
65
|
-
#
|
66
|
-
# # The relationship A 'describes' B asserts that resource A provides a description of resource B. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource.
|
67
|
-
# # @return [RDF::Vocabulary::Term]
|
68
|
-
# attr_reader :describes
|
69
|
-
#
|
70
|
-
# # Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
|
-
# attr_reader :disclosure
|
73
|
-
#
|
74
|
-
# # Refers to a resource whose available representations are byte-for-byte identical with the corresponding representations of the context IRI.
|
75
|
-
# # @return [RDF::Vocabulary::Term]
|
76
|
-
# attr_reader :duplicate
|
77
|
-
#
|
78
|
-
# # Refers to a resource that can be used to edit the link's context.
|
79
|
-
# # @return [RDF::Vocabulary::Term]
|
80
|
-
# attr_reader :edit
|
81
|
-
#
|
82
|
-
# # Identifies a related resource that is potentially large and might require special handling.
|
83
|
-
# # @return [RDF::Vocabulary::Term]
|
84
|
-
# attr_reader :enclosure
|
85
|
-
#
|
86
|
-
# # An IRI that refers to the furthest preceding resource in a series of resources.
|
87
|
-
# # @return [RDF::Vocabulary::Term]
|
88
|
-
# attr_reader :first
|
89
|
-
#
|
90
|
-
# # Refers to a glossary of terms.
|
91
|
-
# # @return [RDF::Vocabulary::Term]
|
92
|
-
# attr_reader :glossary
|
93
|
-
#
|
94
|
-
# # Refers to context-sensitive help.
|
95
|
-
# # @return [RDF::Vocabulary::Term]
|
96
|
-
# attr_reader :help
|
97
|
-
#
|
98
|
-
# # Refers to a resource hosted by the server indicated by the link context.
|
99
|
-
# # @return [RDF::Vocabulary::Term]
|
100
|
-
# attr_reader :hosts
|
101
|
-
#
|
102
|
-
# # Refers to a hub that enables registration for notification of updates to the context.
|
103
|
-
# # @return [RDF::Vocabulary::Term]
|
104
|
-
# attr_reader :hub
|
105
|
-
#
|
106
|
-
# # Refers to an icon representing the link's context.
|
107
|
-
# # @return [RDF::Vocabulary::Term]
|
108
|
-
# attr_reader :icon
|
109
|
-
#
|
110
|
-
# # Refers to an index.
|
111
|
-
# # @return [RDF::Vocabulary::Term]
|
112
|
-
# attr_reader :index
|
113
|
-
#
|
114
|
-
# # The target IRI points to a resource that is a member of the collection represented by the context IRI.
|
115
|
-
# # @return [RDF::Vocabulary::Term]
|
116
|
-
# attr_reader :item
|
117
|
-
#
|
118
|
-
# # An IRI that refers to the furthest following resource in a series of resources.
|
119
|
-
# # @return [RDF::Vocabulary::Term]
|
120
|
-
# attr_reader :last
|
121
|
-
#
|
122
|
-
# # Refers to a license associated with this context.
|
123
|
-
# # @return [RDF::Vocabulary::Term]
|
124
|
-
# attr_reader :license
|
125
|
-
#
|
126
|
-
# # Refers to further information about the link's context, expressed as a LRDD ("Link-based Resource Descriptor Document") resource. See [RFC6415] for information about processing this relation type in host-meta documents. When used elsewhere, it refers to additional links and other metadata. Multiple instances indicate additional LRDD resources. LRDD resources MUST have an "application/xrd+xml" representation, and MAY have others.
|
127
|
-
# # @return [RDF::Vocabulary::Term]
|
128
|
-
# attr_reader :lrdd
|
129
|
-
#
|
130
|
-
# # The Target IRI points to a Memento, a fixed resource that will not change state anymore.
|
131
|
-
# # @return [RDF::Vocabulary::Term]
|
132
|
-
# attr_reader :memento
|
133
|
-
#
|
134
|
-
# # Refers to a resource that can be used to monitor changes in an HTTP resource.
|
135
|
-
# # @return [RDF::Vocabulary::Term]
|
136
|
-
# attr_reader :monitor
|
137
|
-
#
|
138
|
-
# # Indicates that the link's context is a part of a series, and that the next in the series is the link target.
|
139
|
-
# # @return [RDF::Vocabulary::Term]
|
140
|
-
# attr_reader :next
|
141
|
-
#
|
142
|
-
# # Indicates that the context’s original author or publisher does not endorse the link target.
|
143
|
-
# # @return [RDF::Vocabulary::Term]
|
144
|
-
# attr_reader :nofollow
|
145
|
-
#
|
146
|
-
# # Indicates that no referrer information is to be leaked when following the link.
|
147
|
-
# # @return [RDF::Vocabulary::Term]
|
148
|
-
# attr_reader :noreferrer
|
149
|
-
#
|
150
|
-
# # The Target IRI points to an Original Resource.
|
151
|
-
# # @return [RDF::Vocabulary::Term]
|
152
|
-
# attr_reader :original
|
153
|
-
#
|
154
|
-
# # Indicates a resource where payment is accepted.
|
155
|
-
# # @return [RDF::Vocabulary::Term]
|
156
|
-
# attr_reader :payment
|
157
|
-
#
|
158
|
-
# # Indicates that the link target should be preemptively cached.
|
159
|
-
# # @return [RDF::Vocabulary::Term]
|
160
|
-
# attr_reader :prefetch
|
161
|
-
#
|
162
|
-
# # Indicates that the link's context is a part of a series, and that the previous in the series is the link target.
|
163
|
-
# # @return [RDF::Vocabulary::Term]
|
164
|
-
# attr_reader :prev
|
165
|
-
#
|
166
|
-
# # Refers to a resource that provides a preview of the link's context.
|
167
|
-
# # @return [RDF::Vocabulary::Term]
|
168
|
-
# attr_reader :preview
|
169
|
-
#
|
170
|
-
# # Refers to the previous resource in an ordered series of resources. Synonym for "prev".
|
171
|
-
# # @return [RDF::Vocabulary::Term]
|
172
|
-
# attr_reader :previous
|
173
|
-
#
|
174
|
-
# # Identifying that a resource representation conforms to a certain profile, without affecting the non-profile semantics of the resource representation.
|
175
|
-
# # @return [RDF::Vocabulary::Term]
|
176
|
-
# attr_reader :profile
|
177
|
-
#
|
178
|
-
# # Identifies a related resource.
|
179
|
-
# # @return [RDF::Vocabulary::Term]
|
180
|
-
# attr_reader :related
|
181
|
-
#
|
182
|
-
# # Identifies a resource that is a reply to the context of the link.
|
183
|
-
# # @return [RDF::Vocabulary::Term]
|
184
|
-
# attr_reader :replies
|
185
|
-
#
|
186
|
-
# # Refers to a resource that can be used to search through the link's context and related resources.
|
187
|
-
# # @return [RDF::Vocabulary::Term]
|
188
|
-
# attr_reader :search
|
189
|
-
#
|
190
|
-
# # Refers to a section in a collection of resources.
|
191
|
-
# # @return [RDF::Vocabulary::Term]
|
192
|
-
# attr_reader :section
|
193
|
-
#
|
194
|
-
# # Conveys an identifier for the link's context.
|
195
|
-
# # @return [RDF::Vocabulary::Term]
|
196
|
-
# attr_reader :self
|
197
|
-
#
|
198
|
-
# # Indicates a URI that can be used to retrieve a service document.
|
199
|
-
# # @return [RDF::Vocabulary::Term]
|
200
|
-
# attr_reader :service
|
201
|
-
#
|
202
|
-
# # Refers to the first resource in a collection of resources.
|
203
|
-
# # @return [RDF::Vocabulary::Term]
|
204
|
-
# attr_reader :start
|
205
|
-
#
|
206
|
-
# # Refers to a stylesheet.
|
207
|
-
# # @return [RDF::Vocabulary::Term]
|
208
|
-
# attr_reader :stylesheet
|
209
|
-
#
|
210
|
-
# # Refers to a resource serving as a subsection in a collection of resources.
|
211
|
-
# # @return [RDF::Vocabulary::Term]
|
212
|
-
# attr_reader :subsection
|
213
|
-
#
|
214
|
-
# # Gives a tag (identified by the given address) that applies to the current document.
|
215
|
-
# # @return [RDF::Vocabulary::Term]
|
216
|
-
# attr_reader :tag
|
217
|
-
#
|
218
|
-
# # The Target IRI points to a TimeGate for an Original Resource.
|
219
|
-
# # @return [RDF::Vocabulary::Term]
|
220
|
-
# attr_reader :timegate
|
221
|
-
#
|
222
|
-
# # The Target IRI points to a TimeMap for an Original Resource.
|
223
|
-
# # @return [RDF::Vocabulary::Term]
|
224
|
-
# attr_reader :timemap
|
225
|
-
#
|
226
|
-
# # Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.
|
227
|
-
# # @return [RDF::Vocabulary::Term]
|
228
|
-
# attr_reader :type
|
229
|
-
#
|
230
|
-
# # Refers to a parent document in a hierarchy of documents.
|
231
|
-
# # @return [RDF::Vocabulary::Term]
|
232
|
-
# attr_reader :up
|
233
|
-
#
|
234
|
-
# # Identifies a resource that is the source of the information in the link's context.
|
235
|
-
# # @return [RDF::Vocabulary::Term]
|
236
|
-
# attr_reader :via
|
237
|
-
#
|
238
|
-
# end
|
239
6
|
IANA = Class.new(RDF::StrictVocabulary("http://www.iana.org/assignments/relation/")) do
|
240
7
|
|
241
8
|
# Property definitions
|
242
9
|
property :about,
|
243
10
|
comment: "Refers to a resource that is the subject of the link's context.".freeze,
|
244
11
|
label: "about".freeze,
|
245
|
-
type: "rdf
|
12
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
246
13
|
property :alternate,
|
247
14
|
comment: "Refers to a substitute for this context".freeze,
|
248
15
|
label: "alternate".freeze,
|
249
|
-
type: "rdf
|
16
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
250
17
|
property :appendix,
|
251
18
|
comment: "Refers to an appendix.".freeze,
|
252
19
|
label: "appendix".freeze,
|
253
|
-
type: "rdf
|
20
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
254
21
|
property :archives,
|
255
22
|
comment: "Refers to a collection of records, documents, or other\n materials of historical interest.".freeze,
|
256
23
|
label: "archives".freeze,
|
257
|
-
type: "rdf
|
24
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
258
25
|
property :author,
|
259
26
|
comment: "Refers to the context's author.".freeze,
|
260
27
|
label: "author".freeze,
|
261
|
-
type: "rdf
|
28
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
262
29
|
property :bookmark,
|
263
30
|
comment: "Gives a permanent link to use for bookmarking purposes.".freeze,
|
264
31
|
label: "bookmark".freeze,
|
265
|
-
type: "rdf
|
32
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
266
33
|
property :canonical,
|
267
34
|
comment: "Designates the preferred version of a resource (the IRI and its contents).".freeze,
|
268
35
|
label: "canonical".freeze,
|
269
|
-
type: "rdf
|
36
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
270
37
|
property :chapter,
|
271
38
|
comment: "Refers to a chapter in a collection of resources.".freeze,
|
272
39
|
label: "chapter".freeze,
|
273
|
-
type: "rdf
|
40
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
274
41
|
property :collection,
|
275
42
|
comment: "The target IRI points to a resource which represents the collection resource for the context IRI.".freeze,
|
276
43
|
label: "collection".freeze,
|
277
|
-
type: "rdf
|
44
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
278
45
|
property :contents,
|
279
46
|
comment: "Refers to a table of contents.".freeze,
|
280
47
|
label: "contents".freeze,
|
281
|
-
type: "rdf
|
48
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
282
49
|
property :copyright,
|
283
50
|
comment: "Refers to a copyright statement that applies to the\n link's context.".freeze,
|
284
51
|
label: "copyright".freeze,
|
285
|
-
type: "rdf
|
52
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
286
53
|
property :"create-form",
|
287
54
|
comment: "The target IRI points to a resource where a submission form can be obtained.".freeze,
|
288
55
|
label: "create-form".freeze,
|
289
|
-
type: "rdf
|
56
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
290
57
|
property :current,
|
291
58
|
comment: "Refers to a resource containing the most recent\n item(s) in a collection of resources.".freeze,
|
292
59
|
label: "current".freeze,
|
293
|
-
type: "rdf
|
60
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
294
61
|
property :derivedfrom,
|
295
62
|
comment: "The target IRI points to a resource from which this material was derived.".freeze,
|
296
63
|
label: "derivedfrom".freeze,
|
297
|
-
type: "rdf
|
64
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
298
65
|
property :describedby,
|
299
66
|
comment: "Refers to a resource providing information about the\n link's context.".freeze,
|
300
67
|
label: "describedby".freeze,
|
301
|
-
type: "rdf
|
68
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
302
69
|
property :describes,
|
303
70
|
comment: "The relationship A 'describes' B asserts that\n resource A provides a description of resource B. There are no\n constraints on the format or representation of either A or B,\n neither are there any further constraints on either resource.".freeze,
|
304
71
|
label: "describes".freeze,
|
305
|
-
type: "rdf
|
72
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
306
73
|
property :disclosure,
|
307
74
|
comment: "Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.".freeze,
|
308
75
|
label: "disclosure".freeze,
|
309
|
-
type: "rdf
|
76
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
310
77
|
property :duplicate,
|
311
78
|
comment: "Refers to a resource whose available representations\n are byte-for-byte identical with the corresponding representations of\n the context IRI.".freeze,
|
312
79
|
label: "duplicate".freeze,
|
313
|
-
type: "rdf
|
80
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
314
81
|
property :edit,
|
315
82
|
comment: "Refers to a resource that can be used to edit the\n link's context.".freeze,
|
316
83
|
label: "edit".freeze,
|
317
|
-
type: "rdf
|
84
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
318
85
|
property :"edit-form",
|
319
86
|
comment: "The target IRI points to a resource where a submission form for\n editing associated resource can be obtained.".freeze,
|
320
87
|
label: "edit-form".freeze,
|
321
|
-
type: "rdf
|
88
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
322
89
|
property :"edit-media",
|
323
90
|
comment: "Refers to a resource that can be used to edit media\n associated with the link's context.".freeze,
|
324
91
|
label: "edit-media".freeze,
|
325
|
-
type: "rdf
|
92
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
326
93
|
property :enclosure,
|
327
94
|
comment: "Identifies a related resource that is potentially\n large and might require special handling.".freeze,
|
328
95
|
label: "enclosure".freeze,
|
329
|
-
type: "rdf
|
96
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
330
97
|
property :first,
|
331
98
|
comment: "An IRI that refers to the furthest preceding resource\n in a series of resources.".freeze,
|
332
99
|
label: "first".freeze,
|
333
|
-
type: "rdf
|
100
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
334
101
|
property :glossary,
|
335
102
|
comment: "Refers to a glossary of terms.".freeze,
|
336
103
|
label: "glossary".freeze,
|
337
|
-
type: "rdf
|
104
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
338
105
|
property :help,
|
339
106
|
comment: "Refers to context-sensitive help.".freeze,
|
340
107
|
label: "help".freeze,
|
341
|
-
type: "rdf
|
108
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
342
109
|
property :hosts,
|
343
110
|
comment: "Refers to a resource hosted by the server indicated by\n the link context.".freeze,
|
344
111
|
label: "hosts".freeze,
|
345
|
-
type: "rdf
|
112
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
346
113
|
property :hub,
|
347
114
|
comment: "Refers to a hub that enables registration for\n notification of updates to the context.".freeze,
|
348
115
|
label: "hub".freeze,
|
349
|
-
type: "rdf
|
116
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
350
117
|
property :icon,
|
351
118
|
comment: "Refers to an icon representing the link's context.".freeze,
|
352
119
|
label: "icon".freeze,
|
353
|
-
type: "rdf
|
120
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
354
121
|
property :index,
|
355
122
|
comment: "Refers to an index.".freeze,
|
356
123
|
label: "index".freeze,
|
357
|
-
type: "rdf
|
124
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
358
125
|
property :item,
|
359
126
|
comment: "The target IRI points to a resource that is a member of the collection represented by the context IRI.".freeze,
|
360
127
|
label: "item".freeze,
|
361
|
-
type: "rdf
|
128
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
362
129
|
property :last,
|
363
130
|
comment: "An IRI that refers to the furthest following resource\n in a series of resources.".freeze,
|
364
131
|
label: "last".freeze,
|
365
|
-
type: "rdf
|
132
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
366
133
|
property :"latest-version",
|
367
134
|
comment: "Points to a resource containing the latest (e.g.,\n current) version of the context.".freeze,
|
368
135
|
label: "latest-version".freeze,
|
369
|
-
type: "rdf
|
136
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
370
137
|
property :license,
|
371
138
|
comment: "Refers to a license associated with this context.".freeze,
|
372
139
|
label: "license".freeze,
|
373
|
-
type: "rdf
|
140
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
374
141
|
property :lrdd,
|
375
142
|
comment: "Refers to further information about the link's context,\n expressed as a LRDD (\"Link-based Resource Descriptor Document\")\n resource. See [RFC6415] for information about\n processing this relation type in host-meta documents. When used\n elsewhere, it refers to additional links and other metadata.\n Multiple instances indicate additional LRDD resources. LRDD\n resources MUST have an \"application/xrd+xml\" representation, and\n MAY have others.".freeze,
|
376
143
|
label: "lrdd".freeze,
|
377
|
-
type: "rdf
|
144
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
378
145
|
property :memento,
|
379
146
|
comment: "The Target IRI points to a Memento, a fixed resource that will not change state anymore.".freeze,
|
380
147
|
label: "memento".freeze,
|
381
|
-
type: "rdf
|
148
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
382
149
|
property :monitor,
|
383
150
|
comment: "Refers to a resource that can be used to monitor changes in an HTTP resource.".freeze,
|
384
151
|
label: "monitor".freeze,
|
385
|
-
type: "rdf
|
152
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
386
153
|
property :"monitor-group",
|
387
154
|
comment: "Refers to a resource that can be used to monitor changes in a specified group of HTTP resources.".freeze,
|
388
155
|
label: "monitor-group".freeze,
|
389
|
-
type: "rdf
|
156
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
390
157
|
property :next,
|
391
158
|
comment: "Indicates that the link's context is a part of a series, and\n that the next in the series is the link target.".freeze,
|
392
159
|
label: "next".freeze,
|
393
|
-
type: "rdf
|
160
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
394
161
|
property :"next-archive",
|
395
162
|
comment: "Refers to the immediately following archive resource.".freeze,
|
396
163
|
label: "next-archive".freeze,
|
397
|
-
type: "rdf
|
164
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
398
165
|
property :nofollow,
|
399
166
|
comment: "Indicates that the context’s original author or publisher does not endorse the link target.".freeze,
|
400
167
|
label: "nofollow".freeze,
|
401
|
-
type: "rdf
|
168
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
402
169
|
property :noreferrer,
|
403
170
|
comment: "Indicates that no referrer information is to be leaked when following the link.".freeze,
|
404
171
|
label: "noreferrer".freeze,
|
405
|
-
type: "rdf
|
172
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
406
173
|
property :original,
|
407
174
|
comment: "The Target IRI points to an Original Resource.".freeze,
|
408
175
|
label: "original".freeze,
|
409
|
-
type: "rdf
|
176
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
410
177
|
property :payment,
|
411
178
|
comment: "Indicates a resource where payment is accepted.".freeze,
|
412
179
|
label: "payment".freeze,
|
413
|
-
type: "rdf
|
180
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
414
181
|
property :"predecessor-version",
|
415
182
|
comment: "Points to a resource containing the predecessor\n version in the version history.".freeze,
|
416
183
|
label: "predecessor-version".freeze,
|
417
|
-
type: "rdf
|
184
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
418
185
|
property :prefetch,
|
419
186
|
comment: "Indicates that the link target should be preemptively cached.".freeze,
|
420
187
|
label: "prefetch".freeze,
|
421
|
-
type: "rdf
|
188
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
422
189
|
property :prev,
|
423
190
|
comment: "Indicates that the link's context is a part of a series, and\n that the previous in the series is the link target.".freeze,
|
424
191
|
label: "prev".freeze,
|
425
|
-
type: "rdf
|
192
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
426
193
|
property :"prev-archive",
|
427
194
|
comment: "Refers to the immediately preceding archive resource.".freeze,
|
428
195
|
label: "prev-archive".freeze,
|
429
|
-
type: "rdf
|
196
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
430
197
|
property :preview,
|
431
198
|
comment: "Refers to a resource that provides a preview of the link's context.".freeze,
|
432
199
|
label: "preview".freeze,
|
433
|
-
type: "rdf
|
200
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
434
201
|
property :previous,
|
435
202
|
comment: "Refers to the previous resource in an ordered series\n of resources. Synonym for \"prev\".".freeze,
|
436
203
|
label: "previous".freeze,
|
437
|
-
type: "rdf
|
204
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
438
205
|
property :"privacy-policy",
|
439
206
|
comment: "Refers to a privacy policy associated with the link's context.".freeze,
|
440
207
|
label: "privacy-policy".freeze,
|
441
|
-
type: "rdf
|
208
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
442
209
|
property :profile,
|
443
210
|
comment: "Identifying that a resource representation conforms\nto a certain profile, without affecting the non-profile semantics\nof the resource representation.".freeze,
|
444
211
|
label: "profile".freeze,
|
445
|
-
type: "rdf
|
212
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
446
213
|
property :related,
|
447
214
|
comment: "Identifies a related resource.".freeze,
|
448
215
|
label: "related".freeze,
|
449
|
-
type: "rdf
|
216
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
450
217
|
property :replies,
|
451
218
|
comment: "Identifies a resource that is a reply to the context\n of the link.".freeze,
|
452
219
|
label: "replies".freeze,
|
453
|
-
type: "rdf
|
220
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
454
221
|
property :search,
|
455
222
|
comment: "Refers to a resource that can be used to search through\n the link's context and related resources.".freeze,
|
456
223
|
label: "search".freeze,
|
457
|
-
type: "rdf
|
224
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
458
225
|
property :section,
|
459
226
|
comment: "Refers to a section in a collection of resources.".freeze,
|
460
227
|
label: "section".freeze,
|
461
|
-
type: "rdf
|
228
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
462
229
|
property :self,
|
463
230
|
comment: "Conveys an identifier for the link's context.".freeze,
|
464
231
|
label: "self".freeze,
|
465
|
-
type: "rdf
|
232
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
466
233
|
property :service,
|
467
234
|
comment: "Indicates a URI that can be used to retrieve a\n service document.".freeze,
|
468
235
|
label: "service".freeze,
|
469
|
-
type: "rdf
|
236
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
470
237
|
property :start,
|
471
238
|
comment: "Refers to the first resource in a collection of\n resources.".freeze,
|
472
239
|
label: "start".freeze,
|
473
|
-
type: "rdf
|
240
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
474
241
|
property :stylesheet,
|
475
242
|
comment: "Refers to a stylesheet.".freeze,
|
476
243
|
label: "stylesheet".freeze,
|
477
|
-
type: "rdf
|
244
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
478
245
|
property :subsection,
|
479
246
|
comment: "Refers to a resource serving as a subsection in a\n collection of resources.".freeze,
|
480
247
|
label: "subsection".freeze,
|
481
|
-
type: "rdf
|
248
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
482
249
|
property :"successor-version",
|
483
250
|
comment: "Points to a resource containing the successor version\n in the version history.".freeze,
|
484
251
|
label: "successor-version".freeze,
|
485
|
-
type: "rdf
|
252
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
486
253
|
property :tag,
|
487
254
|
comment: "Gives a tag (identified by the given address) that applies to\n the current document.".freeze,
|
488
255
|
label: "tag".freeze,
|
489
|
-
type: "rdf
|
256
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
490
257
|
property :"terms-of-service",
|
491
258
|
comment: "Refers to the terms of service associated with the link's context.".freeze,
|
492
259
|
label: "terms-of-service".freeze,
|
493
|
-
type: "rdf
|
260
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
494
261
|
property :timegate,
|
495
262
|
comment: "The Target IRI points to a TimeGate for an Original Resource.".freeze,
|
496
263
|
label: "timegate".freeze,
|
497
|
-
type: "rdf
|
264
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
498
265
|
property :timemap,
|
499
266
|
comment: "The Target IRI points to a TimeMap for an Original Resource.".freeze,
|
500
267
|
label: "timemap".freeze,
|
501
|
-
type: "rdf
|
268
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
502
269
|
property :type,
|
503
270
|
comment: "Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.".freeze,
|
504
271
|
label: "type".freeze,
|
505
|
-
type: "rdf
|
272
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
506
273
|
property :up,
|
507
274
|
comment: "Refers to a parent document in a hierarchy of\n documents.".freeze,
|
508
275
|
label: "up".freeze,
|
509
|
-
type: "rdf
|
276
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
510
277
|
property :"version-history",
|
511
278
|
comment: "Points to a resource containing the version history\n for the context.".freeze,
|
512
279
|
label: "version-history".freeze,
|
513
|
-
type: "rdf
|
280
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
514
281
|
property :via,
|
515
282
|
comment: "Identifies a resource that is the source of the\n information in the link's context.".freeze,
|
516
283
|
label: "via".freeze,
|
517
|
-
type: "rdf
|
284
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
518
285
|
property :"working-copy",
|
519
286
|
comment: "Points to a working copy for this resource.".freeze,
|
520
287
|
label: "working-copy".freeze,
|
521
|
-
type: "rdf
|
288
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
522
289
|
property :"working-copy-of",
|
523
290
|
comment: "Points to the versioned resource from which this\n working copy was obtained.".freeze,
|
524
291
|
label: "working-copy-of".freeze,
|
525
|
-
type: "rdf
|
292
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
526
293
|
end
|
527
294
|
end
|