rdf-vocab 3.1.9 → 3.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +6 -5
- data/lib/rdf/vocab/bf2.rb +14 -14
- data/lib/rdf/vocab/bibframe.rb +3456 -1706
- data/lib/rdf/vocab/cert.rb +19 -126
- data/lib/rdf/vocab/cnt.rb +19 -19
- data/lib/rdf/vocab/dbo.rb +1 -6
- data/lib/rdf/vocab/dcat.rb +12 -11
- data/lib/rdf/vocab/doap.rb +53 -55
- data/lib/rdf/vocab/earl.rb +2 -2
- data/lib/rdf/vocab/ebucore.rb +295 -295
- data/lib/rdf/vocab/exif.rb +161 -162
- data/lib/rdf/vocab/gs1.rb +956 -956
- data/lib/rdf/vocab/ical.rb +39 -39
- data/lib/rdf/vocab/ldp.rb +33 -33
- data/lib/rdf/vocab/mods.rb +2 -2
- data/lib/rdf/vocab/og.rb +38 -38
- data/lib/rdf/vocab/premis.rb +201 -201
- data/lib/rdf/vocab/prov.rb +14 -14
- data/lib/rdf/vocab/rdau.rb +10511 -0
- data/lib/rdf/vocab/rsa.rb +7 -26
- data/lib/rdf/vocab/skos.rb +4 -4
- data/lib/rdf/vocab/skosxl.rb +2 -2
- data/lib/rdf/vocab/xkos.rb +4 -4
- data/spec/spec_helper.rb +13 -0
- metadata +37 -10
data/lib/rdf/vocab/ical.rb
CHANGED
@@ -8,8 +8,8 @@ module RDF::Vocab
|
|
8
8
|
# #
|
9
9
|
# # @version $Id: icaltzd.rdf,v 1.6 2007/06/28 18:22:09 connolly Exp $
|
10
10
|
# # @version subject to change with notice to www-rdf-calendar@w3.org
|
11
|
-
# # @see http://lists.w3.org/Archives/Public/www-rdf-calendar/
|
12
11
|
# # @see http://esw.w3.org/topic/RdfCalendar
|
12
|
+
# # @see http://lists.w3.org/Archives/Public/www-rdf-calendar/
|
13
13
|
# # @see http://www.w3.org/2002/12/cal/
|
14
14
|
# class ICAL < RDF::StrictVocabulary
|
15
15
|
# # @return [RDF::Vocabulary::Term]
|
@@ -106,9 +106,9 @@ module RDF::Vocab
|
|
106
106
|
# # @return [RDF::Vocabulary::Term]
|
107
107
|
# attr_reader :calAddress
|
108
108
|
#
|
109
|
-
# # value type: TEXT
|
110
|
-
# #
|
111
109
|
# # This property defines the calendar scale used for the calendar information specified in the iCalendar object.
|
110
|
+
# #
|
111
|
+
# # value type: TEXT
|
112
112
|
# # @return [RDF::Vocabulary::Term]
|
113
113
|
# attr_reader :calscale
|
114
114
|
#
|
@@ -134,9 +134,9 @@ module RDF::Vocab
|
|
134
134
|
# # @return [RDF::Vocabulary::Term]
|
135
135
|
# attr_reader :comment
|
136
136
|
#
|
137
|
-
# # This property defines the date and time that a to-do was actually completed.
|
138
|
-
# #
|
139
137
|
# # value type: DATE-TIME
|
138
|
+
# #
|
139
|
+
# # This property defines the date and time that a to-do was actually completed.
|
140
140
|
# # @return [RDF::Vocabulary::Term]
|
141
141
|
# attr_reader :completed
|
142
142
|
#
|
@@ -173,9 +173,9 @@ module RDF::Vocab
|
|
173
173
|
# # @return [RDF::Vocabulary::Term]
|
174
174
|
# attr_reader :delegatedTo
|
175
175
|
#
|
176
|
-
# # This property provides a more complete description of the calendar component, than that provided by the "SUMMARY" property.
|
177
|
-
# #
|
178
176
|
# # value type: TEXT
|
177
|
+
# #
|
178
|
+
# # This property provides a more complete description of the calendar component, than that provided by the "SUMMARY" property.
|
179
179
|
# # @return [RDF::Vocabulary::Term]
|
180
180
|
# attr_reader :description
|
181
181
|
#
|
@@ -189,9 +189,9 @@ module RDF::Vocab
|
|
189
189
|
# # @return [RDF::Vocabulary::Term]
|
190
190
|
# attr_reader :dtend
|
191
191
|
#
|
192
|
-
# # The property indicates the date/time that the instance of the iCalendar object was created.
|
193
|
-
# #
|
194
192
|
# # value type: DATE-TIME
|
193
|
+
# #
|
194
|
+
# # The property indicates the date/time that the instance of the iCalendar object was created.
|
195
195
|
# # @return [RDF::Vocabulary::Term]
|
196
196
|
# attr_reader :dtstamp
|
197
197
|
#
|
@@ -201,9 +201,9 @@ module RDF::Vocab
|
|
201
201
|
# # @return [RDF::Vocabulary::Term]
|
202
202
|
# attr_reader :dtstart
|
203
203
|
#
|
204
|
-
# # default value type: DATE-TIME
|
205
|
-
# #
|
206
204
|
# # This property defines the date and time that a to-do is expected to be completed.
|
205
|
+
# #
|
206
|
+
# # default value type: DATE-TIME
|
207
207
|
# # @return [RDF::Vocabulary::Term]
|
208
208
|
# attr_reader :due
|
209
209
|
#
|
@@ -217,9 +217,9 @@ module RDF::Vocab
|
|
217
217
|
# # @return [RDF::Vocabulary::Term]
|
218
218
|
# attr_reader :encoding
|
219
219
|
#
|
220
|
-
# # default value type: DATE-TIME
|
221
|
-
# #
|
222
220
|
# # This property defines the list of date/time exceptions for a recurring calendar component.
|
221
|
+
# #
|
222
|
+
# # default value type: DATE-TIME
|
223
223
|
# # @return [RDF::Vocabulary::Term]
|
224
224
|
# attr_reader :exdate
|
225
225
|
#
|
@@ -237,9 +237,9 @@ module RDF::Vocab
|
|
237
237
|
# # @return [RDF::Vocabulary::Term]
|
238
238
|
# attr_reader :fmttype
|
239
239
|
#
|
240
|
-
# # value type: PERIOD
|
241
|
-
# #
|
242
240
|
# # The property defines one or more free or busy time intervals.
|
241
|
+
# #
|
242
|
+
# # value type: PERIOD
|
243
243
|
# # @return [RDF::Vocabulary::Term]
|
244
244
|
# attr_reader :freebusy
|
245
245
|
#
|
@@ -259,9 +259,9 @@ module RDF::Vocab
|
|
259
259
|
# # @return [RDF::Vocabulary::Term]
|
260
260
|
# attr_reader :language
|
261
261
|
#
|
262
|
-
# # value type: DATE-TIME
|
263
|
-
# #
|
264
262
|
# # The property specifies the date and time that the information associated with the calendar component was last revised in the calendar store. Note: This is analogous to the modification date and time for a file in the file system.
|
263
|
+
# #
|
264
|
+
# # value type: DATE-TIME
|
265
265
|
# # @return [RDF::Vocabulary::Term]
|
266
266
|
# attr_reader :lastModified
|
267
267
|
#
|
@@ -281,9 +281,9 @@ module RDF::Vocab
|
|
281
281
|
# # @return [RDF::Vocabulary::Term]
|
282
282
|
# attr_reader :method
|
283
283
|
#
|
284
|
-
# # value type: CAL-ADDRESS
|
285
|
-
# #
|
286
284
|
# # The property defines the organizer for a calendar component.
|
285
|
+
# #
|
286
|
+
# # value type: CAL-ADDRESS
|
287
287
|
# # @return [RDF::Vocabulary::Term]
|
288
288
|
# attr_reader :organizer
|
289
289
|
#
|
@@ -303,9 +303,9 @@ module RDF::Vocab
|
|
303
303
|
# # @return [RDF::Vocabulary::Term]
|
304
304
|
# attr_reader :priority
|
305
305
|
#
|
306
|
-
# # This property specifies the identifier for the product that created the iCalendar object.
|
307
|
-
# #
|
308
306
|
# # value type: TEXT
|
307
|
+
# #
|
308
|
+
# # This property specifies the identifier for the product that created the iCalendar object.
|
309
309
|
# # @return [RDF::Vocabulary::Term]
|
310
310
|
# attr_reader :prodid
|
311
311
|
#
|
@@ -313,15 +313,15 @@ module RDF::Vocab
|
|
313
313
|
# # @return [RDF::Vocabulary::Term]
|
314
314
|
# attr_reader :range
|
315
315
|
#
|
316
|
-
# # default value type: DATE-TIME
|
317
|
-
# #
|
318
316
|
# # This property defines the list of date/times for a recurrence set.
|
317
|
+
# #
|
318
|
+
# # default value type: DATE-TIME
|
319
319
|
# # @return [RDF::Vocabulary::Term]
|
320
320
|
# attr_reader :rdate
|
321
321
|
#
|
322
|
-
# # default value type: DATE-TIME
|
323
|
-
# #
|
324
322
|
# # This property is used in conjunction with the "UID" and "SEQUENCE" property to identify a specific instance of a recurring "VEVENT", "VTODO" or "VJOURNAL" calendar component. The property value is the effective value of the "DTSTART" property of the recurrence instance.
|
323
|
+
# #
|
324
|
+
# # default value type: DATE-TIME
|
325
325
|
# # @return [RDF::Vocabulary::Term]
|
326
326
|
# attr_reader :recurrenceId
|
327
327
|
#
|
@@ -402,23 +402,23 @@ module RDF::Vocab
|
|
402
402
|
# # @return [RDF::Vocabulary::Term]
|
403
403
|
# attr_reader :transp
|
404
404
|
#
|
405
|
-
# # default value type: DURATION
|
406
|
-
# #
|
407
405
|
# # This property specifies when an alarm will trigger.
|
406
|
+
# #
|
407
|
+
# # default value type: DURATION
|
408
408
|
# # @return [RDF::Vocabulary::Term]
|
409
409
|
# attr_reader :trigger
|
410
410
|
#
|
411
|
-
# #
|
411
|
+
# # This property specifies the text value that uniquely identifies the "VTIMEZONE" calendar component.
|
412
412
|
# #
|
413
413
|
# # value type: TEXT
|
414
414
|
# #
|
415
|
-
# #
|
415
|
+
# # To specify the identifier for the time zone definition for a time component in the property value.
|
416
416
|
# # @return [RDF::Vocabulary::Term]
|
417
417
|
# attr_reader :tzid
|
418
418
|
#
|
419
|
-
# # This property specifies the customary designation for a time zone description.
|
420
|
-
# #
|
421
419
|
# # value type: TEXT
|
420
|
+
# #
|
421
|
+
# # This property specifies the customary designation for a time zone description.
|
422
422
|
# # @return [RDF::Vocabulary::Term]
|
423
423
|
# attr_reader :tzname
|
424
424
|
#
|
@@ -434,30 +434,30 @@ module RDF::Vocab
|
|
434
434
|
# # @return [RDF::Vocabulary::Term]
|
435
435
|
# attr_reader :tzoffsetto
|
436
436
|
#
|
437
|
-
# # value type: URI
|
438
|
-
# #
|
439
437
|
# # The TZURL provides a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to- date version of itself.
|
438
|
+
# #
|
439
|
+
# # value type: URI
|
440
440
|
# # @return [RDF::Vocabulary::Term]
|
441
441
|
# attr_reader :tzurl
|
442
442
|
#
|
443
|
-
# # This property defines the persistent, globally unique identifier for the calendar component.
|
444
|
-
# #
|
445
443
|
# # value type: TEXT
|
444
|
+
# #
|
445
|
+
# # This property defines the persistent, globally unique identifier for the calendar component.
|
446
446
|
# # @return [RDF::Vocabulary::Term]
|
447
447
|
# attr_reader :uid
|
448
448
|
#
|
449
449
|
# # @return [RDF::Vocabulary::Term]
|
450
450
|
# attr_reader :until
|
451
451
|
#
|
452
|
-
# # value type: URI
|
453
|
-
# #
|
454
452
|
# # This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.
|
453
|
+
# #
|
454
|
+
# # value type: URI
|
455
455
|
# # @return [RDF::Vocabulary::Term]
|
456
456
|
# attr_reader :url
|
457
457
|
#
|
458
|
-
# # This property specifies the identifier corresponding to the highest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object.
|
459
|
-
# #
|
460
458
|
# # value type: TEXT
|
459
|
+
# #
|
460
|
+
# # This property specifies the identifier corresponding to the highest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object.
|
461
461
|
# # @return [RDF::Vocabulary::Term]
|
462
462
|
# attr_reader :version
|
463
463
|
#
|
data/lib/rdf/vocab/ldp.rb
CHANGED
@@ -13,11 +13,11 @@ module RDF::Vocab
|
|
13
13
|
# # This ontology provides an informal representation of the concepts and terms as defined in the LDP specification. Consult the LDP specification for normative reference.
|
14
14
|
# #
|
15
15
|
# # Vocabulary URIs defined in the Linked Data Platform (LDP) namespace.
|
16
|
-
# # @see http://www.w3.org/
|
17
|
-
# # @see http://www.w3.org/TR/ldp-paging/
|
16
|
+
# # @see http://www.w3.org/TR/ldp/
|
18
17
|
# # @see http://www.w3.org/TR/ldp-ucr/
|
19
18
|
# # @see http://www.w3.org/2012/ldp
|
20
|
-
# # @see http://www.w3.org/TR/ldp/
|
19
|
+
# # @see http://www.w3.org/TR/ldp-paging/
|
20
|
+
# # @see http://www.w3.org/2011/09/LinkedData/
|
21
21
|
# class LDP < RDF::Vocabulary
|
22
22
|
# # An LDPC that uses a predefined predicate to simply link to its contained resources.
|
23
23
|
# # @return [RDF::Vocabulary::Term]
|
@@ -140,7 +140,7 @@ module RDF::Vocab
|
|
140
140
|
|
141
141
|
# Ontology definition
|
142
142
|
ontology :"http://www.w3.org/ns/ldp#",
|
143
|
-
comment:
|
143
|
+
comment: "This ontology provides an informal representation of the concepts and terms as defined in the LDP specification. Consult the LDP specification for normative reference.".freeze,
|
144
144
|
"dc:created": "2015-02-26".freeze,
|
145
145
|
"dc:creator": [term(
|
146
146
|
"foaf:name": "Ashok Malhotra".freeze
|
@@ -163,61 +163,61 @@ module RDF::Vocab
|
|
163
163
|
|
164
164
|
# Class definitions
|
165
165
|
term :BasicContainer,
|
166
|
-
comment:
|
166
|
+
comment: "An LDPC that uses a predefined predicate to simply link to its contained resources.".freeze,
|
167
167
|
isDefinedBy: "ldp:".freeze,
|
168
168
|
label: "BasicContainer".freeze,
|
169
169
|
subClassOf: "ldp:Container".freeze,
|
170
170
|
type: "rdfs:Class".freeze,
|
171
171
|
"vs:term_status": "stable".freeze
|
172
172
|
term :Container,
|
173
|
-
comment:
|
173
|
+
comment: "A Linked Data Platform RDF Source (LDP-RS) that also conforms to additional patterns and conventions for managing membership. Readers should refer to the specification defining this ontology for the list of behaviors associated with it.".freeze,
|
174
174
|
isDefinedBy: "ldp:".freeze,
|
175
175
|
label: "Container".freeze,
|
176
176
|
subClassOf: "ldp:RDFSource".freeze,
|
177
177
|
type: "rdfs:Class".freeze,
|
178
178
|
"vs:term_status": "stable".freeze
|
179
179
|
term :DirectContainer,
|
180
|
-
comment:
|
180
|
+
comment: "An LDPC that is similar to a LDP-DC but it allows an indirection with the ability to list as member a resource, such as a URI representing a real-world object, that is different from the resource that is created.".freeze,
|
181
181
|
isDefinedBy: "ldp:".freeze,
|
182
182
|
label: "DirectContainer".freeze,
|
183
183
|
subClassOf: "ldp:Container".freeze,
|
184
184
|
type: "rdfs:Class".freeze,
|
185
185
|
"vs:term_status": "stable".freeze
|
186
186
|
term :IndirectContainer,
|
187
|
-
comment:
|
187
|
+
comment: "An LDPC that has the flexibility of choosing what form the membership triples take.".freeze,
|
188
188
|
isDefinedBy: "ldp:".freeze,
|
189
189
|
label: "IndirectContainer".freeze,
|
190
190
|
subClassOf: "ldp:Container".freeze,
|
191
191
|
type: "rdfs:Class".freeze,
|
192
192
|
"vs:term_status": "stable".freeze
|
193
193
|
term :NonRDFSource,
|
194
|
-
comment:
|
194
|
+
comment: "A Linked Data Platform Resource (LDPR) whose state is NOT represented as RDF.".freeze,
|
195
195
|
isDefinedBy: "ldp:".freeze,
|
196
196
|
label: "NonRDFSource".freeze,
|
197
197
|
subClassOf: "ldp:Resource".freeze,
|
198
198
|
type: "rdfs:Class".freeze,
|
199
199
|
"vs:term_status": "stable".freeze
|
200
200
|
term :Page,
|
201
|
-
comment:
|
201
|
+
comment: "URI signifying that the resource is an in-sequence page resource, as defined by LDP Paging. Typically used on Link rel='type' response headers.".freeze,
|
202
202
|
isDefinedBy: "ldp:".freeze,
|
203
203
|
label: "Page".freeze,
|
204
204
|
type: "rdfs:Class".freeze,
|
205
205
|
"vs:term_status": "testing".freeze
|
206
206
|
term :PageSortCriterion,
|
207
|
-
comment:
|
207
|
+
comment: "Element in the list of sorting criteria used by the server to assign container members to pages.".freeze,
|
208
208
|
isDefinedBy: "ldp:".freeze,
|
209
209
|
label: "PageSortCriterion".freeze,
|
210
210
|
type: "rdfs:Class".freeze,
|
211
211
|
"vs:term_status": "testing".freeze
|
212
212
|
term :RDFSource,
|
213
|
-
comment:
|
213
|
+
comment: "A Linked Data Platform Resource (LDPR) whose state is represented as RDF.".freeze,
|
214
214
|
isDefinedBy: "ldp:".freeze,
|
215
215
|
label: "RDFSource".freeze,
|
216
216
|
subClassOf: "ldp:Resource".freeze,
|
217
217
|
type: "rdfs:Class".freeze,
|
218
218
|
"vs:term_status": "stable".freeze
|
219
219
|
term :Resource,
|
220
|
-
comment:
|
220
|
+
comment: "A HTTP-addressable resource whose lifecycle is managed by a LDP server.".freeze,
|
221
221
|
isDefinedBy: "ldp:".freeze,
|
222
222
|
label: "Resource".freeze,
|
223
223
|
type: "rdfs:Class".freeze,
|
@@ -225,7 +225,7 @@ module RDF::Vocab
|
|
225
225
|
|
226
226
|
# Property definitions
|
227
227
|
property :constrainedBy,
|
228
|
-
comment:
|
228
|
+
comment: "Links a resource with constraints that the server requires requests like creation and update to conform to.".freeze,
|
229
229
|
domain: "ldp:Resource".freeze,
|
230
230
|
isDefinedBy: "ldp:".freeze,
|
231
231
|
label: "constrainedBy".freeze,
|
@@ -233,7 +233,7 @@ module RDF::Vocab
|
|
233
233
|
type: "rdf:Property".freeze,
|
234
234
|
"vs:term_status": "stable".freeze
|
235
235
|
property :contains,
|
236
|
-
comment:
|
236
|
+
comment: "Links a container with resources created through the container.".freeze,
|
237
237
|
domain: "ldp:Container".freeze,
|
238
238
|
isDefinedBy: "ldp:".freeze,
|
239
239
|
label: "contains".freeze,
|
@@ -241,7 +241,7 @@ module RDF::Vocab
|
|
241
241
|
type: "rdf:Property".freeze,
|
242
242
|
"vs:term_status": "stable".freeze
|
243
243
|
property :hasMemberRelation,
|
244
|
-
comment:
|
244
|
+
comment: "Indicates which predicate is used in membership triples, and that the membership triple pattern is < membership-constant-URI , object-of-hasMemberRelation, member-URI >.".freeze,
|
245
245
|
domain: "ldp:Container".freeze,
|
246
246
|
isDefinedBy: "ldp:".freeze,
|
247
247
|
label: "hasMemberRelation".freeze,
|
@@ -249,7 +249,7 @@ module RDF::Vocab
|
|
249
249
|
type: "rdf:Property".freeze,
|
250
250
|
"vs:term_status": "stable".freeze
|
251
251
|
property :inbox,
|
252
|
-
comment:
|
252
|
+
comment: "Links a resource to a container where notifications for the resource can be created and discovered.".freeze,
|
253
253
|
"dc:creator": ["http://csarven.ca/#i".freeze, "https://rhiaro.co.uk/#me".freeze],
|
254
254
|
"dc:issued": "2016-09-29".freeze,
|
255
255
|
isDefinedBy: "https://www.w3.org/TR/ldn/".freeze,
|
@@ -257,7 +257,7 @@ module RDF::Vocab
|
|
257
257
|
type: "rdf:Property".freeze,
|
258
258
|
"vs:term_status": "stable".freeze
|
259
259
|
property :insertedContentRelation,
|
260
|
-
comment:
|
260
|
+
comment: "Indicates which triple in a creation request should be used as the member-URI value in the membership triple added when the creation request is successful.".freeze,
|
261
261
|
domain: "ldp:Container".freeze,
|
262
262
|
isDefinedBy: "ldp:".freeze,
|
263
263
|
label: "insertedContentRelation".freeze,
|
@@ -265,7 +265,7 @@ module RDF::Vocab
|
|
265
265
|
type: "rdf:Property".freeze,
|
266
266
|
"vs:term_status": "stable".freeze
|
267
267
|
property :isMemberOfRelation,
|
268
|
-
comment:
|
268
|
+
comment: "Indicates which predicate is used in membership triples, and that the membership triple pattern is < member-URI , object-of-isMemberOfRelation, membership-constant-URI >.".freeze,
|
269
269
|
domain: "ldp:Container".freeze,
|
270
270
|
isDefinedBy: "ldp:".freeze,
|
271
271
|
label: "isMemmberOfRelation".freeze,
|
@@ -273,7 +273,7 @@ module RDF::Vocab
|
|
273
273
|
type: "rdf:Property".freeze,
|
274
274
|
"vs:term_status": "stable".freeze
|
275
275
|
property :member,
|
276
|
-
comment:
|
276
|
+
comment: "LDP servers should use this predicate as the membership predicate if there is no obvious predicate from an application vocabulary to use.".freeze,
|
277
277
|
domain: "ldp:Resource".freeze,
|
278
278
|
isDefinedBy: "ldp:".freeze,
|
279
279
|
label: "member".freeze,
|
@@ -281,7 +281,7 @@ module RDF::Vocab
|
|
281
281
|
type: "rdf:Property".freeze,
|
282
282
|
"vs:term_status": "stable".freeze
|
283
283
|
property :membershipResource,
|
284
|
-
comment:
|
284
|
+
comment: "Indicates the membership-constant-URI in a membership triple. Depending upon the membership triple pattern a container uses, as indicated by the presence of ldp:hasMemberRelation or ldp:isMemberOfRelation, the membership-constant-URI might occupy either the subject or object position in membership triples.".freeze,
|
285
285
|
domain: "ldp:Container".freeze,
|
286
286
|
isDefinedBy: "ldp:".freeze,
|
287
287
|
label: "membershipResource".freeze,
|
@@ -289,13 +289,13 @@ module RDF::Vocab
|
|
289
289
|
type: "rdf:Property".freeze,
|
290
290
|
"vs:term_status": "stable".freeze
|
291
291
|
property :pageSequence,
|
292
|
-
comment:
|
292
|
+
comment: "Link to a page sequence resource, as defined by LDP Paging. Typically used to communicate the sorting criteria used to allocate LDPC members to pages.".freeze,
|
293
293
|
isDefinedBy: "ldp:".freeze,
|
294
294
|
label: "Page".freeze,
|
295
295
|
type: "rdf:Property".freeze,
|
296
296
|
"vs:term_status": "testing".freeze
|
297
297
|
property :pageSortCollation,
|
298
|
-
comment:
|
298
|
+
comment: "The collation used to order the members across pages in a page sequence when comparing strings.".freeze,
|
299
299
|
domain: "ldp:PageSortCriterion".freeze,
|
300
300
|
isDefinedBy: "ldp:".freeze,
|
301
301
|
label: "pageSortCollation".freeze,
|
@@ -303,7 +303,7 @@ module RDF::Vocab
|
|
303
303
|
type: "rdf:Property".freeze,
|
304
304
|
"vs:term_status": "testing".freeze
|
305
305
|
property :pageSortCriteria,
|
306
|
-
comment:
|
306
|
+
comment: "Link to the list of sorting criteria used by the server in a representation. Typically used on Link response headers as an extension link relation URI in the rel= parameter.".freeze,
|
307
307
|
domain: "ldp:Page".freeze,
|
308
308
|
isDefinedBy: "ldp:".freeze,
|
309
309
|
label: "pageSortCriteria".freeze,
|
@@ -311,7 +311,7 @@ module RDF::Vocab
|
|
311
311
|
type: "rdf:Property".freeze,
|
312
312
|
"vs:term_status": "testing".freeze
|
313
313
|
property :pageSortOrder,
|
314
|
-
comment:
|
314
|
+
comment: "The ascending/descending/etc order used to order the members across pages in a page sequence.".freeze,
|
315
315
|
domain: "ldp:PageSortCriterion".freeze,
|
316
316
|
isDefinedBy: "ldp:".freeze,
|
317
317
|
label: "pageSortOrder".freeze,
|
@@ -319,7 +319,7 @@ module RDF::Vocab
|
|
319
319
|
type: "rdf:Property".freeze,
|
320
320
|
"vs:term_status": "testing".freeze
|
321
321
|
property :pageSortPredicate,
|
322
|
-
comment:
|
322
|
+
comment: "Predicate used to specify the order of the members across a page sequence's in-sequence page resources; it asserts nothing about the order of members in the representation of a single page.".freeze,
|
323
323
|
domain: "ldp:PageSortCriterion".freeze,
|
324
324
|
isDefinedBy: "ldp:".freeze,
|
325
325
|
label: "pageSortPredicate".freeze,
|
@@ -329,31 +329,31 @@ module RDF::Vocab
|
|
329
329
|
|
330
330
|
# Extra definitions
|
331
331
|
term :Ascending,
|
332
|
-
comment:
|
332
|
+
comment: "Ascending order.".freeze,
|
333
333
|
isDefinedBy: "ldp:".freeze,
|
334
334
|
label: "Ascending".freeze,
|
335
335
|
type: "owl:NamedIndividual".freeze,
|
336
336
|
"vs:term_status": "testing".freeze
|
337
337
|
term :Descending,
|
338
|
-
comment:
|
338
|
+
comment: "Descending order.".freeze,
|
339
339
|
isDefinedBy: "ldp:".freeze,
|
340
340
|
label: "Descending".freeze,
|
341
341
|
type: "owl:NamedIndividual".freeze,
|
342
342
|
"vs:term_status": "testing".freeze
|
343
343
|
term :MemberSubject,
|
344
|
-
comment:
|
344
|
+
comment: "Used to indicate default and typical behavior for ldp:insertedContentRelation, where the member-URI value in the membership triple added when a creation request is successful is the URI assigned to the newly created resource.".freeze,
|
345
345
|
isDefinedBy: "ldp:".freeze,
|
346
346
|
label: "MemberSubject".freeze,
|
347
347
|
type: "owl:NamedIndividual".freeze,
|
348
348
|
"vs:term_status": "stable".freeze
|
349
349
|
term :PreferContainment,
|
350
|
-
comment:
|
350
|
+
comment: "URI identifying a LDPC's containment triples, for example to allow clients to express interest in receiving them.".freeze,
|
351
351
|
isDefinedBy: "ldp:".freeze,
|
352
352
|
label: "PreferContainment".freeze,
|
353
353
|
type: "owl:NamedIndividual".freeze,
|
354
354
|
"vs:term_status": "stable".freeze
|
355
355
|
term :PreferEmptyContainer,
|
356
|
-
comment:
|
356
|
+
comment: "Archaic alias for ldp:PreferMinimalContainer".freeze,
|
357
357
|
equivalentProperty: "ldp:PreferMinimalContainer".freeze,
|
358
358
|
isDefinedBy: "ldp:".freeze,
|
359
359
|
label: "PreferEmptyContainer".freeze,
|
@@ -361,13 +361,13 @@ module RDF::Vocab
|
|
361
361
|
type: "owl:NamedIndividual".freeze,
|
362
362
|
"vs:term_status": "archaic".freeze
|
363
363
|
term :PreferMembership,
|
364
|
-
comment:
|
364
|
+
comment: "URI identifying a LDPC's membership triples, for example to allow clients to express interest in receiving them.".freeze,
|
365
365
|
isDefinedBy: "ldp:".freeze,
|
366
366
|
label: "PreferMembership".freeze,
|
367
367
|
type: "owl:NamedIndividual".freeze,
|
368
368
|
"vs:term_status": "stable".freeze
|
369
369
|
term :PreferMinimalContainer,
|
370
|
-
comment:
|
370
|
+
comment: "URI identifying the subset of a LDPC's triples present in an empty LDPC, for example to allow clients to express interest in receiving them. Currently this excludes containment and membership triples, but in the future other exclusions might be added. This definition is written to automatically exclude those new classes of triples.".freeze,
|
371
371
|
isDefinedBy: "ldp:".freeze,
|
372
372
|
label: "PreferMinimalContainer".freeze,
|
373
373
|
type: "owl:NamedIndividual".freeze,
|