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