rdf-vocab 3.1.2 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +69 -45
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +60 -40
- data/lib/rdf/vocab/acl.rb +104 -61
- data/lib/rdf/vocab/as.rb +556 -91
- data/lib/rdf/vocab/bf2.rb +1791 -475
- data/lib/rdf/vocab/bibframe.rb +1 -2
- data/lib/rdf/vocab/bibo.rb +616 -124
- data/lib/rdf/vocab/cc.rb +125 -48
- data/lib/rdf/vocab/cert.rb +68 -1
- data/lib/rdf/vocab/cnt.rb +79 -1
- data/lib/rdf/vocab/crm.rb +1543 -776
- data/lib/rdf/vocab/datacite.rb +1 -1
- data/lib/rdf/vocab/dbo.rb +10463 -1
- data/lib/rdf/vocab/dc.rb +485 -99
- data/lib/rdf/vocab/dc11.rb +93 -31
- data/lib/rdf/vocab/dcat.rb +236 -88
- data/lib/rdf/vocab/dcmitype.rb +63 -13
- data/lib/rdf/vocab/disco.rb +286 -59
- data/lib/rdf/vocab/doap.rb +175 -1
- data/lib/rdf/vocab/dwc.rb +941 -189
- data/lib/rdf/vocab/earl.rb +324 -0
- data/lib/rdf/vocab/ebucore.rb +7255 -2184
- data/lib/rdf/vocab/edm.rb +202 -76
- data/lib/rdf/vocab/exif.rb +650 -1
- data/lib/rdf/vocab/extensions.rb +257 -203
- data/lib/rdf/vocab/fcrepo4.rb +398 -22
- data/lib/rdf/vocab/foaf.rb +380 -76
- data/lib/rdf/vocab/geo.rb +47 -110
- data/lib/rdf/vocab/geojson.rb +82 -17
- data/lib/rdf/vocab/geonames.rb +1508 -1351
- data/lib/rdf/vocab/gr.rb +861 -565
- data/lib/rdf/vocab/gs1.rb +1597 -1
- data/lib/rdf/vocab/ht.rb +204 -41
- data/lib/rdf/vocab/hydra.rb +335 -60
- data/lib/rdf/vocab/iana.rb +301 -114
- data/lib/rdf/vocab/ical.rb +534 -121
- data/lib/rdf/vocab/identifiers.rb +459 -499
- data/lib/rdf/vocab/iiif.rb +161 -26
- data/lib/rdf/vocab/jsonld.rb +179 -53
- data/lib/rdf/vocab/ldp.rb +130 -1
- data/lib/rdf/vocab/lrmi.rb +85 -17
- data/lib/rdf/vocab/ma.rb +460 -80
- data/lib/rdf/vocab/mads.rb +610 -22
- data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
- data/lib/rdf/vocab/mo.rb +1115 -540
- data/lib/rdf/vocab/mods.rb +635 -124
- data/lib/rdf/vocab/nfo.rb +1 -1
- data/lib/rdf/vocab/oa.rb +343 -73
- data/lib/rdf/vocab/og.rb +100 -1
- data/lib/rdf/vocab/ogc.rb +42 -9
- data/lib/rdf/vocab/ore.rb +69 -14
- data/lib/rdf/vocab/org.rb +235 -47
- data/lib/rdf/vocab/pcdm.rb +58 -34
- data/lib/rdf/vocab/pplan.rb +21 -136
- data/lib/rdf/vocab/premis.rb +1171 -779
- data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
- data/lib/rdf/vocab/prov.rb +700 -107
- data/lib/rdf/vocab/ptr.rb +172 -37
- data/lib/rdf/vocab/rightsstatements.rb +17 -13
- data/lib/rdf/vocab/rsa.rb +30 -1
- data/lib/rdf/vocab/rss.rb +52 -11
- data/lib/rdf/vocab/schema.rb +14970 -3993
- data/lib/rdf/vocab/schemas.rb +27066 -0
- data/lib/rdf/vocab/sd.rb +372 -0
- data/lib/rdf/vocab/sh.rb +919 -184
- data/lib/rdf/vocab/sioc.rb +498 -98
- data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
- data/lib/rdf/vocab/sioctypes.rb +434 -0
- data/lib/rdf/vocab/skos.rb +160 -44
- data/lib/rdf/vocab/skosxl.rb +40 -11
- data/lib/rdf/vocab/v.rb +323 -37
- data/lib/rdf/vocab/vcard.rb +625 -119
- data/lib/rdf/vocab/vmd.rb +323 -37
- data/lib/rdf/vocab/void.rb +147 -27
- data/lib/rdf/vocab/vs.rb +23 -5
- data/lib/rdf/vocab/wdrs.rb +112 -23
- data/lib/rdf/vocab/wot.rb +96 -19
- data/lib/rdf/vocab/xhtml.rb +2 -1
- data/lib/rdf/vocab/xhv.rb +422 -201
- data/lib/rdf/vocab/xkos.rb +156 -7
- data/spec/extensions_spec.rb +68 -0
- data/spec/vocab_spec.rb +10 -0
- metadata +20 -11
- data/lib/rdf/vocab/sioct.rb +0 -277
data/lib/rdf/vocab/ical.rb
CHANGED
@@ -5,9 +5,470 @@ require 'rdf'
|
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
7
7
|
# # Vocabulary for <http://www.w3.org/2002/12/cal/icaltzd#>
|
8
|
+
# #
|
9
|
+
# # @version $Id: icaltzd.rdf,v 1.6 2007/06/28 18:22:09 connolly Exp $
|
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
|
+
# # @see http://esw.w3.org/topic/RdfCalendar
|
13
|
+
# # @see http://www.w3.org/2002/12/cal/
|
8
14
|
# class ICAL < RDF::StrictVocabulary
|
15
|
+
# # @return [RDF::Vocabulary::Term]
|
16
|
+
# attr_reader :DomainOf_rrule
|
17
|
+
#
|
18
|
+
# # @return [RDF::Vocabulary::Term]
|
19
|
+
# attr_reader :List_of_Float
|
20
|
+
#
|
21
|
+
# # Provide a grouping of component properties that define an alarm.
|
22
|
+
# # @return [RDF::Vocabulary::Term]
|
23
|
+
# attr_reader :Valarm
|
24
|
+
#
|
25
|
+
# # @return [RDF::Vocabulary::Term]
|
26
|
+
# attr_reader :Value_DATE
|
27
|
+
#
|
28
|
+
# # @return [RDF::Vocabulary::Term]
|
29
|
+
# attr_reader :Value_DURATION
|
30
|
+
#
|
31
|
+
# # @return [RDF::Vocabulary::Term]
|
32
|
+
# attr_reader :Value_PERIOD
|
33
|
+
#
|
34
|
+
# # @return [RDF::Vocabulary::Term]
|
35
|
+
# attr_reader :Value_RECUR
|
36
|
+
#
|
37
|
+
# # @return [RDF::Vocabulary::Term]
|
38
|
+
# attr_reader :Vcalendar
|
39
|
+
#
|
40
|
+
# # Provide a grouping of component properties that describe an event.
|
41
|
+
# # @return [RDF::Vocabulary::Term]
|
42
|
+
# attr_reader :Vevent
|
43
|
+
#
|
44
|
+
# # Provide a grouping of component properties that describe either a request for free/busy time, describe a response to a request for free/busy time or describe a published set of busy time.
|
45
|
+
# # @return [RDF::Vocabulary::Term]
|
46
|
+
# attr_reader :Vfreebusy
|
47
|
+
#
|
48
|
+
# # Provide a grouping of component properties that describe a journal entry.
|
49
|
+
# # @return [RDF::Vocabulary::Term]
|
50
|
+
# attr_reader :Vjournal
|
51
|
+
#
|
52
|
+
# # Provide a grouping of component properties that defines a time zone.
|
53
|
+
# # @return [RDF::Vocabulary::Term]
|
54
|
+
# attr_reader :Vtimezone
|
55
|
+
#
|
56
|
+
# # Provide a grouping of calendar properties that describe a to-do.
|
57
|
+
# # @return [RDF::Vocabulary::Term]
|
58
|
+
# attr_reader :Vtodo
|
59
|
+
#
|
60
|
+
# # value type: TEXT
|
61
|
+
# #
|
62
|
+
# # This property defines the action to be invoked when an alarm is triggered.
|
63
|
+
# # @return [RDF::Vocabulary::Term]
|
64
|
+
# attr_reader :action
|
65
|
+
#
|
66
|
+
# # To specify an alternate text representation for the property value.
|
67
|
+
# # @return [RDF::Vocabulary::Term]
|
68
|
+
# attr_reader :altrep
|
69
|
+
#
|
70
|
+
# # The property provides the capability to associate a document object with a calendar component.
|
71
|
+
# #
|
72
|
+
# # default value type: URI
|
73
|
+
# # @return [RDF::Vocabulary::Term]
|
74
|
+
# attr_reader :attach
|
75
|
+
#
|
76
|
+
# # The property defines an "Attendee" within a calendar component.
|
77
|
+
# #
|
78
|
+
# # value type: CAL-ADDRESS
|
79
|
+
# # @return [RDF::Vocabulary::Term]
|
80
|
+
# attr_reader :attendee
|
81
|
+
#
|
82
|
+
# # @return [RDF::Vocabulary::Term]
|
83
|
+
# attr_reader :byday
|
84
|
+
#
|
85
|
+
# # @return [RDF::Vocabulary::Term]
|
86
|
+
# attr_reader :byhour
|
87
|
+
#
|
88
|
+
# # @return [RDF::Vocabulary::Term]
|
89
|
+
# attr_reader :byminute
|
90
|
+
#
|
91
|
+
# # @return [RDF::Vocabulary::Term]
|
92
|
+
# attr_reader :bymonth
|
93
|
+
#
|
94
|
+
# # @return [RDF::Vocabulary::Term]
|
95
|
+
# attr_reader :bysecond
|
96
|
+
#
|
97
|
+
# # @return [RDF::Vocabulary::Term]
|
98
|
+
# attr_reader :bysetpos
|
99
|
+
#
|
100
|
+
# # @return [RDF::Vocabulary::Term]
|
101
|
+
# attr_reader :byweekno
|
102
|
+
#
|
103
|
+
# # @return [RDF::Vocabulary::Term]
|
104
|
+
# attr_reader :byyearday
|
105
|
+
#
|
106
|
+
# # @return [RDF::Vocabulary::Term]
|
107
|
+
# attr_reader :calAddress
|
108
|
+
#
|
109
|
+
# # value type: TEXT
|
110
|
+
# #
|
111
|
+
# # This property defines the calendar scale used for the calendar information specified in the iCalendar object.
|
112
|
+
# # @return [RDF::Vocabulary::Term]
|
113
|
+
# attr_reader :calscale
|
114
|
+
#
|
115
|
+
# # value type: TEXT
|
116
|
+
# #
|
117
|
+
# # This property defines the categories for a calendar component.
|
118
|
+
# # @return [RDF::Vocabulary::Term]
|
119
|
+
# attr_reader :categories
|
120
|
+
#
|
121
|
+
# # value type: TEXT
|
122
|
+
# #
|
123
|
+
# # This property defines the access classification for a calendar component.
|
124
|
+
# # @return [RDF::Vocabulary::Term]
|
125
|
+
# attr_reader :class
|
126
|
+
#
|
127
|
+
# # To specify the common name to be associated with the calendar user specified by the property.
|
128
|
+
# # @return [RDF::Vocabulary::Term]
|
129
|
+
# attr_reader :cn
|
130
|
+
#
|
131
|
+
# # value type: TEXT
|
132
|
+
# #
|
133
|
+
# # This property specifies non-processing information intended to provide a comment to the calendar user.
|
134
|
+
# # @return [RDF::Vocabulary::Term]
|
135
|
+
# attr_reader :comment
|
136
|
+
#
|
137
|
+
# # This property defines the date and time that a to-do was actually completed.
|
138
|
+
# #
|
139
|
+
# # value type: DATE-TIME
|
140
|
+
# # @return [RDF::Vocabulary::Term]
|
141
|
+
# attr_reader :completed
|
142
|
+
#
|
143
|
+
# # @return [RDF::Vocabulary::Term]
|
144
|
+
# attr_reader :component
|
145
|
+
#
|
146
|
+
# # value type: TEXT
|
147
|
+
# #
|
148
|
+
# # The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.
|
149
|
+
# # @return [RDF::Vocabulary::Term]
|
150
|
+
# attr_reader :contact
|
151
|
+
#
|
152
|
+
# # @return [RDF::Vocabulary::Term]
|
153
|
+
# attr_reader :count
|
154
|
+
#
|
155
|
+
# # value type: DATE-TIME
|
156
|
+
# #
|
157
|
+
# # This property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store. Note: This is analogous to the creation date and time for a file in the file system.
|
158
|
+
# # @return [RDF::Vocabulary::Term]
|
159
|
+
# attr_reader :created
|
160
|
+
#
|
161
|
+
# # To specify the type of calendar user specified by the property.
|
162
|
+
# # @return [RDF::Vocabulary::Term]
|
163
|
+
# attr_reader :cutype
|
164
|
+
#
|
165
|
+
# # @return [RDF::Vocabulary::Term]
|
166
|
+
# attr_reader :daylight
|
167
|
+
#
|
168
|
+
# # To specify the calendar users that have delegated their participation to the calendar user specified by the property.
|
169
|
+
# # @return [RDF::Vocabulary::Term]
|
170
|
+
# attr_reader :delegatedFrom
|
171
|
+
#
|
172
|
+
# # To specify the calendar users to whom the calendar user specified by the property has delegated participation.
|
173
|
+
# # @return [RDF::Vocabulary::Term]
|
174
|
+
# attr_reader :delegatedTo
|
175
|
+
#
|
176
|
+
# # This property provides a more complete description of the calendar component, than that provided by the "SUMMARY" property.
|
177
|
+
# #
|
178
|
+
# # value type: TEXT
|
179
|
+
# # @return [RDF::Vocabulary::Term]
|
180
|
+
# attr_reader :description
|
181
|
+
#
|
182
|
+
# # To specify reference to a directory entry associated with the calendar user specified by the property.
|
183
|
+
# # @return [RDF::Vocabulary::Term]
|
184
|
+
# attr_reader :dir
|
185
|
+
#
|
186
|
+
# # This property specifies the date and time that a calendar component ends.
|
187
|
+
# #
|
188
|
+
# # default value type: DATE-TIME
|
189
|
+
# # @return [RDF::Vocabulary::Term]
|
190
|
+
# attr_reader :dtend
|
191
|
+
#
|
192
|
+
# # The property indicates the date/time that the instance of the iCalendar object was created.
|
193
|
+
# #
|
194
|
+
# # value type: DATE-TIME
|
195
|
+
# # @return [RDF::Vocabulary::Term]
|
196
|
+
# attr_reader :dtstamp
|
197
|
+
#
|
198
|
+
# # This property specifies when the calendar component begins.
|
199
|
+
# #
|
200
|
+
# # default value type: DATE-TIME
|
201
|
+
# # @return [RDF::Vocabulary::Term]
|
202
|
+
# attr_reader :dtstart
|
203
|
+
#
|
204
|
+
# # default value type: DATE-TIME
|
205
|
+
# #
|
206
|
+
# # This property defines the date and time that a to-do is expected to be completed.
|
207
|
+
# # @return [RDF::Vocabulary::Term]
|
208
|
+
# attr_reader :due
|
209
|
+
#
|
210
|
+
# # value type: DURATION
|
211
|
+
# #
|
212
|
+
# # The property specifies a positive duration of time.
|
213
|
+
# # @return [RDF::Vocabulary::Term]
|
214
|
+
# attr_reader :duration
|
215
|
+
#
|
216
|
+
# # To specify an alternate inline encoding for the property value.
|
217
|
+
# # @return [RDF::Vocabulary::Term]
|
218
|
+
# attr_reader :encoding
|
219
|
+
#
|
220
|
+
# # default value type: DATE-TIME
|
221
|
+
# #
|
222
|
+
# # This property defines the list of date/time exceptions for a recurring calendar component.
|
223
|
+
# # @return [RDF::Vocabulary::Term]
|
224
|
+
# attr_reader :exdate
|
225
|
+
#
|
226
|
+
# # This property defines a rule or repeating pattern for an exception to a recurrence set.
|
227
|
+
# #
|
228
|
+
# # value type: RECUR
|
229
|
+
# # @return [RDF::Vocabulary::Term]
|
230
|
+
# attr_reader :exrule
|
231
|
+
#
|
232
|
+
# # To specify the free or busy time type.
|
233
|
+
# # @return [RDF::Vocabulary::Term]
|
234
|
+
# attr_reader :fbtype
|
235
|
+
#
|
236
|
+
# # To specify the content type of a referenced object.
|
237
|
+
# # @return [RDF::Vocabulary::Term]
|
238
|
+
# attr_reader :fmttype
|
239
|
+
#
|
240
|
+
# # value type: PERIOD
|
241
|
+
# #
|
242
|
+
# # The property defines one or more free or busy time intervals.
|
243
|
+
# # @return [RDF::Vocabulary::Term]
|
244
|
+
# attr_reader :freebusy
|
245
|
+
#
|
246
|
+
# # @return [RDF::Vocabulary::Term]
|
247
|
+
# attr_reader :freq
|
248
|
+
#
|
249
|
+
# # This property specifies information related to the global position for the activity specified by a calendar component.
|
250
|
+
# #
|
251
|
+
# # value type: list of FLOAT
|
252
|
+
# # @return [RDF::Vocabulary::Term]
|
253
|
+
# attr_reader :geo
|
254
|
+
#
|
255
|
+
# # @return [RDF::Vocabulary::Term]
|
256
|
+
# attr_reader :interval
|
257
|
+
#
|
258
|
+
# # To specify the language for text values in a property or property parameter.
|
259
|
+
# # @return [RDF::Vocabulary::Term]
|
260
|
+
# attr_reader :language
|
261
|
+
#
|
262
|
+
# # value type: DATE-TIME
|
263
|
+
# #
|
264
|
+
# # 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.
|
265
|
+
# # @return [RDF::Vocabulary::Term]
|
266
|
+
# attr_reader :lastModified
|
267
|
+
#
|
268
|
+
# # value type: TEXT
|
269
|
+
# #
|
270
|
+
# # The property defines the intended venue for the activity defined by a calendar component.
|
271
|
+
# # @return [RDF::Vocabulary::Term]
|
272
|
+
# attr_reader :location
|
273
|
+
#
|
274
|
+
# # To specify the group or list membership of the calendar user specified by the property.
|
275
|
+
# # @return [RDF::Vocabulary::Term]
|
276
|
+
# attr_reader :member
|
277
|
+
#
|
278
|
+
# # value type: TEXT
|
279
|
+
# #
|
280
|
+
# # This property defines the iCalendar object method associated with the calendar object.
|
281
|
+
# # @return [RDF::Vocabulary::Term]
|
282
|
+
# attr_reader :method
|
283
|
+
#
|
284
|
+
# # value type: CAL-ADDRESS
|
285
|
+
# #
|
286
|
+
# # The property defines the organizer for a calendar component.
|
287
|
+
# # @return [RDF::Vocabulary::Term]
|
288
|
+
# attr_reader :organizer
|
289
|
+
#
|
290
|
+
# # To specify the participation status for the calendar user specified by the property.
|
291
|
+
# # @return [RDF::Vocabulary::Term]
|
292
|
+
# attr_reader :partstat
|
293
|
+
#
|
294
|
+
# # value type: INTEGER
|
295
|
+
# #
|
296
|
+
# # This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the Organizer.
|
297
|
+
# # @return [RDF::Vocabulary::Term]
|
298
|
+
# attr_reader :percentComplete
|
299
|
+
#
|
300
|
+
# # value type: INTEGER
|
301
|
+
# #
|
302
|
+
# # The property defines the relative priority for a calendar component.
|
303
|
+
# # @return [RDF::Vocabulary::Term]
|
304
|
+
# attr_reader :priority
|
305
|
+
#
|
306
|
+
# # This property specifies the identifier for the product that created the iCalendar object.
|
307
|
+
# #
|
308
|
+
# # value type: TEXT
|
309
|
+
# # @return [RDF::Vocabulary::Term]
|
310
|
+
# attr_reader :prodid
|
311
|
+
#
|
312
|
+
# # To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.
|
313
|
+
# # @return [RDF::Vocabulary::Term]
|
314
|
+
# attr_reader :range
|
315
|
+
#
|
316
|
+
# # default value type: DATE-TIME
|
317
|
+
# #
|
318
|
+
# # This property defines the list of date/times for a recurrence set.
|
319
|
+
# # @return [RDF::Vocabulary::Term]
|
320
|
+
# attr_reader :rdate
|
321
|
+
#
|
322
|
+
# # default value type: DATE-TIME
|
323
|
+
# #
|
324
|
+
# # 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.
|
325
|
+
# # @return [RDF::Vocabulary::Term]
|
326
|
+
# attr_reader :recurrenceId
|
327
|
+
#
|
328
|
+
# # To specify the relationship of the alarm trigger with respect to the start or end of the calendar component.
|
329
|
+
# # @return [RDF::Vocabulary::Term]
|
330
|
+
# attr_reader :related
|
331
|
+
#
|
332
|
+
# # value type: TEXT
|
333
|
+
# #
|
334
|
+
# # The property is used to represent a relationship or reference between one calendar component and another.
|
335
|
+
# # @return [RDF::Vocabulary::Term]
|
336
|
+
# attr_reader :relatedTo
|
337
|
+
#
|
338
|
+
# # To specify the type of hierarchical relationship associated with the calendar component specified by the property.
|
339
|
+
# # @return [RDF::Vocabulary::Term]
|
340
|
+
# attr_reader :reltype
|
341
|
+
#
|
342
|
+
# # value type: INTEGER
|
343
|
+
# #
|
344
|
+
# # This property defines the number of time the alarm should be repeated, after the initial trigger.
|
345
|
+
# # @return [RDF::Vocabulary::Term]
|
346
|
+
# attr_reader :repeat
|
347
|
+
#
|
348
|
+
# # value type: TEXT
|
349
|
+
# #
|
350
|
+
# # This property defines the status code returned for a scheduling request.
|
351
|
+
# # @return [RDF::Vocabulary::Term]
|
352
|
+
# attr_reader :requestStatus
|
353
|
+
#
|
354
|
+
# # value type: TEXT
|
355
|
+
# #
|
356
|
+
# # This property defines the equipment or resources anticipated for an activity specified by a calendar entity..
|
357
|
+
# # @return [RDF::Vocabulary::Term]
|
358
|
+
# attr_reader :resources
|
359
|
+
#
|
360
|
+
# # To specify the participation role for the calendar user specified by the property.
|
361
|
+
# # @return [RDF::Vocabulary::Term]
|
362
|
+
# attr_reader :role
|
363
|
+
#
|
364
|
+
# # This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.
|
365
|
+
# #
|
366
|
+
# # value type: RECUR
|
367
|
+
# # @return [RDF::Vocabulary::Term]
|
368
|
+
# attr_reader :rrule
|
369
|
+
#
|
370
|
+
# # To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value.
|
371
|
+
# # @return [RDF::Vocabulary::Term]
|
372
|
+
# attr_reader :rsvp
|
373
|
+
#
|
374
|
+
# # To specify the calendar user that is acting on behalf of the calendar user specified by the property.
|
375
|
+
# # @return [RDF::Vocabulary::Term]
|
376
|
+
# attr_reader :sentBy
|
377
|
+
#
|
378
|
+
# # value type: integer
|
379
|
+
# #
|
380
|
+
# # This property defines the revision sequence number of the calendar component within a sequence of revisions.
|
381
|
+
# # @return [RDF::Vocabulary::Term]
|
382
|
+
# attr_reader :sequence
|
383
|
+
#
|
384
|
+
# # @return [RDF::Vocabulary::Term]
|
385
|
+
# attr_reader :standard
|
386
|
+
#
|
387
|
+
# # value type: TEXT
|
388
|
+
# #
|
389
|
+
# # This property defines the overall status or confirmation for the calendar component.
|
390
|
+
# # @return [RDF::Vocabulary::Term]
|
391
|
+
# attr_reader :status
|
392
|
+
#
|
393
|
+
# # value type: TEXT
|
394
|
+
# #
|
395
|
+
# # This property defines a short summary or subject for the calendar component.
|
396
|
+
# # @return [RDF::Vocabulary::Term]
|
397
|
+
# attr_reader :summary
|
398
|
+
#
|
399
|
+
# # value type: TEXT
|
400
|
+
# #
|
401
|
+
# # This property defines whether an event is transparent or not to busy time searches.
|
402
|
+
# # @return [RDF::Vocabulary::Term]
|
403
|
+
# attr_reader :transp
|
404
|
+
#
|
405
|
+
# # default value type: DURATION
|
406
|
+
# #
|
407
|
+
# # This property specifies when an alarm will trigger.
|
408
|
+
# # @return [RDF::Vocabulary::Term]
|
409
|
+
# attr_reader :trigger
|
410
|
+
#
|
411
|
+
# # To specify the identifier for the time zone definition for a time component in the property value.
|
412
|
+
# #
|
413
|
+
# # value type: TEXT
|
414
|
+
# #
|
415
|
+
# # This property specifies the text value that uniquely identifies the "VTIMEZONE" calendar component.
|
416
|
+
# # @return [RDF::Vocabulary::Term]
|
417
|
+
# attr_reader :tzid
|
418
|
+
#
|
419
|
+
# # This property specifies the customary designation for a time zone description.
|
420
|
+
# #
|
421
|
+
# # value type: TEXT
|
422
|
+
# # @return [RDF::Vocabulary::Term]
|
423
|
+
# attr_reader :tzname
|
424
|
+
#
|
425
|
+
# # value type: UTC-OFFSET
|
426
|
+
# #
|
427
|
+
# # This property specifies the offset which is in use prior to this time zone observance.
|
428
|
+
# # @return [RDF::Vocabulary::Term]
|
429
|
+
# attr_reader :tzoffsetfrom
|
430
|
+
#
|
431
|
+
# # value type: UTC-OFFSET
|
432
|
+
# #
|
433
|
+
# # This property specifies the offset which is in use in this time zone observance.
|
434
|
+
# # @return [RDF::Vocabulary::Term]
|
435
|
+
# attr_reader :tzoffsetto
|
436
|
+
#
|
437
|
+
# # value type: URI
|
438
|
+
# #
|
439
|
+
# # 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.
|
440
|
+
# # @return [RDF::Vocabulary::Term]
|
441
|
+
# attr_reader :tzurl
|
442
|
+
#
|
443
|
+
# # This property defines the persistent, globally unique identifier for the calendar component.
|
444
|
+
# #
|
445
|
+
# # value type: TEXT
|
446
|
+
# # @return [RDF::Vocabulary::Term]
|
447
|
+
# attr_reader :uid
|
448
|
+
#
|
449
|
+
# # @return [RDF::Vocabulary::Term]
|
450
|
+
# attr_reader :until
|
451
|
+
#
|
452
|
+
# # value type: URI
|
453
|
+
# #
|
454
|
+
# # This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.
|
455
|
+
# # @return [RDF::Vocabulary::Term]
|
456
|
+
# attr_reader :url
|
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
|
+
# # value type: TEXT
|
461
|
+
# # @return [RDF::Vocabulary::Term]
|
462
|
+
# attr_reader :version
|
463
|
+
#
|
464
|
+
# # @return [RDF::Vocabulary::Term]
|
465
|
+
# attr_reader :wkst
|
466
|
+
#
|
467
|
+
# # @return [RDF::Vocabulary::Term]
|
468
|
+
# attr_reader :dateTime
|
469
|
+
#
|
9
470
|
# end
|
10
|
-
|
471
|
+
ICAL = Class.new(RDF::StrictVocabulary("http://www.w3.org/2002/12/cal/icaltzd#")) do
|
11
472
|
|
12
473
|
# Ontology definition
|
13
474
|
ontology :"http://www.w3.org/2002/12/cal/icaltzd#",
|
@@ -22,7 +483,7 @@ module RDF::Vocab
|
|
22
483
|
term :List_of_Float,
|
23
484
|
type: "owl:Class".freeze
|
24
485
|
term :Valarm,
|
25
|
-
comment:
|
486
|
+
comment: "Provide a grouping of component properties that define an alarm.".freeze,
|
26
487
|
subClassOf: [term(
|
27
488
|
minCardinality: "0".freeze,
|
28
489
|
onProperty: "ical:action".freeze,
|
@@ -71,7 +532,7 @@ module RDF::Vocab
|
|
71
532
|
label: "VCALENDAR".freeze,
|
72
533
|
type: "owl:Class".freeze
|
73
534
|
term :Vevent,
|
74
|
-
comment:
|
535
|
+
comment: "Provide a grouping of component properties that describe an event.".freeze,
|
75
536
|
label: "Event".freeze,
|
76
537
|
subClassOf: [term(
|
77
538
|
minCardinality: "0".freeze,
|
@@ -204,7 +665,7 @@ module RDF::Vocab
|
|
204
665
|
)],
|
205
666
|
type: "owl:Class".freeze
|
206
667
|
term :Vfreebusy,
|
207
|
-
comment:
|
668
|
+
comment: "Provide a grouping of component properties that describe either a request for free/busy time, describe a response to a request for free/busy time or describe a published set of busy time.".freeze,
|
208
669
|
subClassOf: [term(
|
209
670
|
minCardinality: "0".freeze,
|
210
671
|
onProperty: "ical:attendee".freeze,
|
@@ -256,7 +717,7 @@ module RDF::Vocab
|
|
256
717
|
)],
|
257
718
|
type: "owl:Class".freeze
|
258
719
|
term :Vjournal,
|
259
|
-
comment:
|
720
|
+
comment: "Provide a grouping of component properties that describe a journal entry.".freeze,
|
260
721
|
subClassOf: [term(
|
261
722
|
minCardinality: "0".freeze,
|
262
723
|
onProperty: "ical:attach".freeze,
|
@@ -352,7 +813,7 @@ module RDF::Vocab
|
|
352
813
|
)],
|
353
814
|
type: "owl:Class".freeze
|
354
815
|
term :Vtimezone,
|
355
|
-
comment:
|
816
|
+
comment: "Provide a grouping of component properties that defines a time zone.".freeze,
|
356
817
|
subClassOf: [term(
|
357
818
|
minCardinality: "0".freeze,
|
358
819
|
onProperty: "ical:comment".freeze,
|
@@ -404,7 +865,7 @@ module RDF::Vocab
|
|
404
865
|
)],
|
405
866
|
type: "owl:Class".freeze
|
406
867
|
term :Vtodo,
|
407
|
-
comment:
|
868
|
+
comment: "Provide a grouping of calendar properties that describe a to-do.".freeze,
|
408
869
|
label: "To-do".freeze,
|
409
870
|
subClassOf: [term(
|
410
871
|
minCardinality: "0".freeze,
|
@@ -543,14 +1004,12 @@ module RDF::Vocab
|
|
543
1004
|
|
544
1005
|
# Property definitions
|
545
1006
|
property :"X-",
|
546
|
-
comment: [
|
547
|
-
value type: TEXT).freeze, %(This class of property provides a framework for defining non-standard properties.).freeze],
|
1007
|
+
comment: ["This class of property provides a framework for defining non-standard properties.".freeze, "\n\t value type: TEXT".freeze],
|
548
1008
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
|
549
1009
|
range: "xsd:string".freeze,
|
550
1010
|
type: "owl:DatatypeProperty".freeze
|
551
1011
|
property :action,
|
552
|
-
comment: [
|
553
|
-
value type: TEXT).freeze, %(This property defines the action to be invoked when an alarm is triggered.).freeze],
|
1012
|
+
comment: ["This property defines the action to be invoked when an alarm is triggered.".freeze, "\n\t value type: TEXT".freeze],
|
554
1013
|
domain: term(
|
555
1014
|
type: "owl:Class".freeze,
|
556
1015
|
unionOf: list("ical:Valarm".freeze, "ical:Valarm".freeze)
|
@@ -559,11 +1018,10 @@ module RDF::Vocab
|
|
559
1018
|
range: "xsd:string".freeze,
|
560
1019
|
type: "owl:DatatypeProperty".freeze
|
561
1020
|
property :altrep,
|
562
|
-
comment:
|
1021
|
+
comment: "To specify an alternate text representation for the property value.".freeze,
|
563
1022
|
type: "owl:DatatypeProperty".freeze
|
564
1023
|
property :attach,
|
565
|
-
comment: [
|
566
|
-
default value type: URI).freeze, %(The property provides the capability to associate a document object with a calendar component.).freeze],
|
1024
|
+
comment: ["The property provides the capability to associate a document object with a calendar component.".freeze, "\n\t default value type: URI".freeze],
|
567
1025
|
domain: term(
|
568
1026
|
type: "owl:Class".freeze,
|
569
1027
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze)
|
@@ -571,8 +1029,7 @@ module RDF::Vocab
|
|
571
1029
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze,
|
572
1030
|
type: "owl:ObjectProperty".freeze
|
573
1031
|
property :attendee,
|
574
|
-
comment: [
|
575
|
-
value type: CAL-ADDRESS).freeze, %(The property defines an "Attendee" within a calendar component.).freeze],
|
1032
|
+
comment: ["The property defines an \"Attendee\" within a calendar component.".freeze, "\n\t value type: CAL-ADDRESS".freeze],
|
576
1033
|
domain: term(
|
577
1034
|
type: "owl:Class".freeze,
|
578
1035
|
unionOf: list("ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze)
|
@@ -608,14 +1065,12 @@ module RDF::Vocab
|
|
608
1065
|
property :calAddress,
|
609
1066
|
type: "owl:ObjectProperty".freeze
|
610
1067
|
property :calscale,
|
611
|
-
comment: [
|
612
|
-
value type: TEXT).freeze, %(This property defines the calendar scale used for the calendar information specified in the iCalendar object.).freeze],
|
1068
|
+
comment: ["This property defines the calendar scale used for the calendar information specified in the iCalendar object.".freeze, "\n\t value type: TEXT".freeze],
|
613
1069
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
|
614
1070
|
range: "xsd:string".freeze,
|
615
1071
|
type: "owl:DatatypeProperty".freeze
|
616
1072
|
property :categories,
|
617
|
-
comment: [
|
618
|
-
value type: TEXT).freeze, %(This property defines the categories for a calendar component.).freeze],
|
1073
|
+
comment: ["This property defines the categories for a calendar component.".freeze, "\n\t value type: TEXT".freeze],
|
619
1074
|
domain: term(
|
620
1075
|
type: "owl:Class".freeze,
|
621
1076
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
|
@@ -624,8 +1079,7 @@ module RDF::Vocab
|
|
624
1079
|
range: "xsd:string".freeze,
|
625
1080
|
type: "owl:DatatypeProperty".freeze
|
626
1081
|
property :class,
|
627
|
-
comment: [
|
628
|
-
value type: TEXT).freeze, %(This property defines the access classification for a calendar component.).freeze],
|
1082
|
+
comment: ["This property defines the access classification for a calendar component.".freeze, "\n\t value type: TEXT".freeze],
|
629
1083
|
domain: term(
|
630
1084
|
type: "owl:Class".freeze,
|
631
1085
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
|
@@ -634,11 +1088,10 @@ module RDF::Vocab
|
|
634
1088
|
range: "xsd:string".freeze,
|
635
1089
|
type: "owl:DatatypeProperty".freeze
|
636
1090
|
property :cn,
|
637
|
-
comment:
|
1091
|
+
comment: "To specify the common name to be associated with the calendar user specified by the property.".freeze,
|
638
1092
|
type: "owl:DatatypeProperty".freeze
|
639
1093
|
property :comment,
|
640
|
-
comment: [
|
641
|
-
value type: TEXT).freeze, %(This property specifies non-processing information intended to provide a comment to the calendar user.).freeze],
|
1094
|
+
comment: ["This property specifies non-processing information intended to provide a comment to the calendar user.".freeze, "\n\t value type: TEXT".freeze],
|
642
1095
|
domain: term(
|
643
1096
|
type: "owl:Class".freeze,
|
644
1097
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze, "ical:Vfreebusy".freeze)
|
@@ -647,8 +1100,7 @@ module RDF::Vocab
|
|
647
1100
|
range: "xsd:string".freeze,
|
648
1101
|
type: "owl:DatatypeProperty".freeze
|
649
1102
|
property :completed,
|
650
|
-
comment: [
|
651
|
-
value type: DATE-TIME).freeze, %(This property defines the date and time that a to-do was actually completed.).freeze],
|
1103
|
+
comment: ["This property defines the date and time that a to-do was actually completed.".freeze, "\n\t value type: DATE-TIME".freeze],
|
652
1104
|
domain: "ical:Vtodo".freeze,
|
653
1105
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
|
654
1106
|
range: "ical:Value_DATE-TIME".freeze,
|
@@ -656,8 +1108,7 @@ module RDF::Vocab
|
|
656
1108
|
property :component,
|
657
1109
|
type: "owl:ObjectProperty".freeze
|
658
1110
|
property :contact,
|
659
|
-
comment: [
|
660
|
-
value type: TEXT).freeze, %(The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.).freeze],
|
1111
|
+
comment: ["The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.".freeze, "\n\t value type: TEXT".freeze],
|
661
1112
|
domain: term(
|
662
1113
|
type: "owl:Class".freeze,
|
663
1114
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze)
|
@@ -669,8 +1120,7 @@ module RDF::Vocab
|
|
669
1120
|
label: "COUNT".freeze,
|
670
1121
|
type: "owl:DatatypeProperty".freeze
|
671
1122
|
property :created,
|
672
|
-
comment: [
|
673
|
-
value type: DATE-TIME).freeze, %(This property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store. Note: This is analogous to the creation date and time for a file in the file system.).freeze],
|
1123
|
+
comment: ["This property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store. Note: This is analogous to the creation date and time for a file in the file system.".freeze, "\n\t value type: DATE-TIME".freeze],
|
674
1124
|
domain: term(
|
675
1125
|
type: "owl:Class".freeze,
|
676
1126
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
|
@@ -679,20 +1129,19 @@ module RDF::Vocab
|
|
679
1129
|
range: "ical:Value_DATE-TIME".freeze,
|
680
1130
|
type: "owl:DatatypeProperty".freeze
|
681
1131
|
property :cutype,
|
682
|
-
comment:
|
1132
|
+
comment: "To specify the type of calendar user specified by the property.".freeze,
|
683
1133
|
type: "owl:DatatypeProperty".freeze
|
684
1134
|
property :daylight,
|
685
1135
|
label: "DAYLIGHT".freeze,
|
686
1136
|
type: "owl:ObjectProperty".freeze
|
687
1137
|
property :delegatedFrom,
|
688
|
-
comment:
|
1138
|
+
comment: "To specify the calendar users that have delegated their participation to the calendar user specified by the property.".freeze,
|
689
1139
|
type: "owl:DatatypeProperty".freeze
|
690
1140
|
property :delegatedTo,
|
691
|
-
comment:
|
1141
|
+
comment: "To specify the calendar users to whom the calendar user specified by the property has delegated participation.".freeze,
|
692
1142
|
type: "owl:DatatypeProperty".freeze
|
693
1143
|
property :description,
|
694
|
-
comment: [
|
695
|
-
value type: TEXT).freeze, %(This property provides a more complete description of the calendar component, than that provided by the "SUMMARY" property.).freeze],
|
1144
|
+
comment: ["This property provides a more complete description of the calendar component, than that provided by the \"SUMMARY\" property.".freeze, "\n\t value type: TEXT".freeze],
|
696
1145
|
domain: term(
|
697
1146
|
type: "owl:Class".freeze,
|
698
1147
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze)
|
@@ -701,11 +1150,10 @@ module RDF::Vocab
|
|
701
1150
|
range: "xsd:string".freeze,
|
702
1151
|
type: "owl:DatatypeProperty".freeze
|
703
1152
|
property :dir,
|
704
|
-
comment:
|
1153
|
+
comment: "To specify reference to a directory entry associated with the calendar user specified by the property.".freeze,
|
705
1154
|
type: "owl:DatatypeProperty".freeze
|
706
1155
|
property :dtend,
|
707
|
-
comment: [
|
708
|
-
default value type: DATE-TIME).freeze, %(This property specifies the date and time that a calendar component ends.).freeze],
|
1156
|
+
comment: ["This property specifies the date and time that a calendar component ends.".freeze, "\n\t default value type: DATE-TIME".freeze],
|
709
1157
|
domain: term(
|
710
1158
|
type: "owl:Class".freeze,
|
711
1159
|
unionOf: list("ical:Vevent".freeze, "ical:Vfreebusy".freeze, "ical:Vevent".freeze, "ical:Vfreebusy".freeze)
|
@@ -714,8 +1162,7 @@ module RDF::Vocab
|
|
714
1162
|
label: "end".freeze,
|
715
1163
|
type: "owl:DatatypeProperty".freeze
|
716
1164
|
property :dtstamp,
|
717
|
-
comment: [
|
718
|
-
value type: DATE-TIME).freeze, %(The property indicates the date/time that the instance of the iCalendar object was created.).freeze],
|
1165
|
+
comment: ["The property indicates the date/time that the instance of the iCalendar object was created.".freeze, "\n\t value type: DATE-TIME".freeze],
|
719
1166
|
domain: term(
|
720
1167
|
type: "owl:Class".freeze,
|
721
1168
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze)
|
@@ -724,8 +1171,7 @@ module RDF::Vocab
|
|
724
1171
|
range: "ical:Value_DATE-TIME".freeze,
|
725
1172
|
type: "owl:DatatypeProperty".freeze
|
726
1173
|
property :dtstart,
|
727
|
-
comment: [
|
728
|
-
default value type: DATE-TIME).freeze, %(This property specifies when the calendar component begins.).freeze],
|
1174
|
+
comment: ["This property specifies when the calendar component begins.".freeze, "\n\t default value type: DATE-TIME".freeze],
|
729
1175
|
domain: term(
|
730
1176
|
type: "owl:Class".freeze,
|
731
1177
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Vtimezone".freeze, "ical:Vevent".freeze, "ical:Vevent".freeze, "ical:Vfreebusy".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze)
|
@@ -734,14 +1180,12 @@ module RDF::Vocab
|
|
734
1180
|
label: "start".freeze,
|
735
1181
|
type: "owl:DatatypeProperty".freeze
|
736
1182
|
property :due,
|
737
|
-
comment: [
|
738
|
-
default value type: DATE-TIME).freeze, %(This property defines the date and time that a to-do is expected to be completed.).freeze],
|
1183
|
+
comment: ["This property defines the date and time that a to-do is expected to be completed.".freeze, "\n\t default value type: DATE-TIME".freeze],
|
739
1184
|
domain: "ical:Vtodo".freeze,
|
740
1185
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
|
741
1186
|
type: "owl:DatatypeProperty".freeze
|
742
1187
|
property :duration,
|
743
|
-
comment: [
|
744
|
-
value type: DURATION).freeze, %(The property specifies a positive duration of time.).freeze],
|
1188
|
+
comment: ["The property specifies a positive duration of time.".freeze, "\n\t value type: DURATION".freeze],
|
745
1189
|
domain: term(
|
746
1190
|
type: "owl:Class".freeze,
|
747
1191
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze)
|
@@ -750,17 +1194,15 @@ module RDF::Vocab
|
|
750
1194
|
range: "ical:Value_DURATION".freeze,
|
751
1195
|
type: "owl:ObjectProperty".freeze
|
752
1196
|
property :encoding,
|
753
|
-
comment:
|
1197
|
+
comment: "To specify an alternate inline encoding for the property value.".freeze,
|
754
1198
|
type: "owl:DatatypeProperty".freeze
|
755
1199
|
property :exdate,
|
756
|
-
comment: [
|
757
|
-
default value type: DATE-TIME).freeze, %(This property defines the list of date/time exceptions for a recurring calendar component.).freeze],
|
1200
|
+
comment: ["This property defines the list of date/time exceptions for a recurring calendar component.".freeze, "\n\t default value type: DATE-TIME".freeze],
|
758
1201
|
domain: "ical:DomainOf_rrule".freeze,
|
759
1202
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
|
760
1203
|
type: "owl:DatatypeProperty".freeze
|
761
1204
|
property :exrule,
|
762
|
-
comment: [
|
763
|
-
value type: RECUR).freeze, %(This property defines a rule or repeating pattern for an exception to a recurrence set.).freeze],
|
1205
|
+
comment: ["This property defines a rule or repeating pattern for an exception to a recurrence set.".freeze, "\n\t value type: RECUR".freeze],
|
764
1206
|
domain: term(
|
765
1207
|
type: "owl:Class".freeze,
|
766
1208
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
|
@@ -769,14 +1211,13 @@ module RDF::Vocab
|
|
769
1211
|
range: "ical:Value_RECUR".freeze,
|
770
1212
|
type: "owl:ObjectProperty".freeze
|
771
1213
|
property :fbtype,
|
772
|
-
comment:
|
1214
|
+
comment: "To specify the free or busy time type.".freeze,
|
773
1215
|
type: "owl:DatatypeProperty".freeze
|
774
1216
|
property :fmttype,
|
775
|
-
comment:
|
1217
|
+
comment: "To specify the content type of a referenced object.".freeze,
|
776
1218
|
type: "owl:DatatypeProperty".freeze
|
777
1219
|
property :freebusy,
|
778
|
-
comment: [
|
779
|
-
value type: PERIOD).freeze, %(The property defines one or more free or busy time intervals.).freeze],
|
1220
|
+
comment: ["The property defines one or more free or busy time intervals.".freeze, "\n\t value type: PERIOD".freeze],
|
780
1221
|
domain: term(
|
781
1222
|
type: "owl:Class".freeze,
|
782
1223
|
unionOf: list("ical:Vfreebusy".freeze, "ical:Vfreebusy".freeze)
|
@@ -788,8 +1229,7 @@ module RDF::Vocab
|
|
788
1229
|
label: "FREQ".freeze,
|
789
1230
|
type: "owl:DatatypeProperty".freeze
|
790
1231
|
property :geo,
|
791
|
-
comment: [
|
792
|
-
value type: list of FLOAT).freeze, %(This property specifies information related to the global position for the activity specified by a calendar component.).freeze],
|
1232
|
+
comment: ["This property specifies information related to the global position for the activity specified by a calendar component.".freeze, "\n\t value type: list of FLOAT".freeze],
|
793
1233
|
domain: term(
|
794
1234
|
type: "owl:Class".freeze,
|
795
1235
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze)
|
@@ -801,11 +1241,10 @@ module RDF::Vocab
|
|
801
1241
|
label: "INTERVAL".freeze,
|
802
1242
|
type: "owl:DatatypeProperty".freeze
|
803
1243
|
property :language,
|
804
|
-
comment:
|
1244
|
+
comment: "To specify the language for text values in a property or property parameter.".freeze,
|
805
1245
|
type: "owl:DatatypeProperty".freeze
|
806
1246
|
property :lastModified,
|
807
|
-
comment: [
|
808
|
-
value type: DATE-TIME).freeze, %(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.).freeze],
|
1247
|
+
comment: ["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.".freeze, "\n\t value type: DATE-TIME".freeze],
|
809
1248
|
domain: term(
|
810
1249
|
type: "owl:Class".freeze,
|
811
1250
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze)
|
@@ -814,8 +1253,7 @@ module RDF::Vocab
|
|
814
1253
|
range: "ical:Value_DATE-TIME".freeze,
|
815
1254
|
type: "owl:DatatypeProperty".freeze
|
816
1255
|
property :location,
|
817
|
-
comment: [
|
818
|
-
value type: TEXT).freeze, %(The property defines the intended venue for the activity defined by a calendar component.).freeze],
|
1256
|
+
comment: ["The property defines the intended venue for the activity defined by a calendar component.".freeze, "\n\t value type: TEXT".freeze],
|
819
1257
|
domain: term(
|
820
1258
|
type: "owl:Class".freeze,
|
821
1259
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze)
|
@@ -825,17 +1263,15 @@ module RDF::Vocab
|
|
825
1263
|
range: "xsd:string".freeze,
|
826
1264
|
type: "owl:DatatypeProperty".freeze
|
827
1265
|
property :member,
|
828
|
-
comment:
|
1266
|
+
comment: "To specify the group or list membership of the calendar user specified by the property.".freeze,
|
829
1267
|
type: "owl:DatatypeProperty".freeze
|
830
1268
|
property :method,
|
831
|
-
comment: [
|
832
|
-
value type: TEXT).freeze, %(This property defines the iCalendar object method associated with the calendar object.).freeze],
|
1269
|
+
comment: ["This property defines the iCalendar object method associated with the calendar object.".freeze, "\n\t value type: TEXT".freeze],
|
833
1270
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
|
834
1271
|
range: "xsd:string".freeze,
|
835
1272
|
type: "owl:DatatypeProperty".freeze
|
836
1273
|
property :organizer,
|
837
|
-
comment: [
|
838
|
-
value type: CAL-ADDRESS).freeze, %(The property defines the organizer for a calendar component.).freeze],
|
1274
|
+
comment: ["The property defines the organizer for a calendar component.".freeze, "\n\t value type: CAL-ADDRESS".freeze],
|
839
1275
|
domain: term(
|
840
1276
|
type: "owl:Class".freeze,
|
841
1277
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Vfreebusy".freeze)
|
@@ -844,18 +1280,16 @@ module RDF::Vocab
|
|
844
1280
|
range: "ical:Value_CAL-ADDRESS".freeze,
|
845
1281
|
type: "owl:ObjectProperty".freeze
|
846
1282
|
property :partstat,
|
847
|
-
comment:
|
1283
|
+
comment: "To specify the participation status for the calendar user specified by the property.".freeze,
|
848
1284
|
type: "owl:DatatypeProperty".freeze
|
849
1285
|
property :percentComplete,
|
850
|
-
comment: [
|
851
|
-
value type: INTEGER).freeze, %(This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the Organizer.).freeze],
|
1286
|
+
comment: ["This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the Organizer.".freeze, "\n\t value type: INTEGER".freeze],
|
852
1287
|
domain: "ical:Vtodo".freeze,
|
853
1288
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER".freeze,
|
854
1289
|
range: "xsd:integer".freeze,
|
855
1290
|
type: "owl:DatatypeProperty".freeze
|
856
1291
|
property :priority,
|
857
|
-
comment: [
|
858
|
-
value type: INTEGER).freeze, %(The property defines the relative priority for a calendar component.).freeze],
|
1292
|
+
comment: ["The property defines the relative priority for a calendar component.".freeze, "\n\t value type: INTEGER".freeze],
|
859
1293
|
domain: term(
|
860
1294
|
type: "owl:Class".freeze,
|
861
1295
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze)
|
@@ -864,17 +1298,15 @@ module RDF::Vocab
|
|
864
1298
|
range: "xsd:integer".freeze,
|
865
1299
|
type: "owl:DatatypeProperty".freeze
|
866
1300
|
property :prodid,
|
867
|
-
comment: [
|
868
|
-
value type: TEXT).freeze, %(This property specifies the identifier for the product that created the iCalendar object.).freeze],
|
1301
|
+
comment: ["This property specifies the identifier for the product that created the iCalendar object.".freeze, "\n\t value type: TEXT".freeze],
|
869
1302
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
|
870
1303
|
range: "xsd:string".freeze,
|
871
1304
|
type: "owl:DatatypeProperty".freeze
|
872
1305
|
property :range,
|
873
|
-
comment:
|
1306
|
+
comment: "To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.".freeze,
|
874
1307
|
type: "owl:DatatypeProperty".freeze
|
875
1308
|
property :rdate,
|
876
|
-
comment: [
|
877
|
-
default value type: DATE-TIME).freeze, %(This property defines the list of date/times for a recurrence set.).freeze],
|
1309
|
+
comment: ["This property defines the list of date/times for a recurrence set.".freeze, "\n\t default value type: DATE-TIME".freeze],
|
878
1310
|
domain: term(
|
879
1311
|
type: "owl:Class".freeze,
|
880
1312
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze)
|
@@ -882,17 +1314,15 @@ module RDF::Vocab
|
|
882
1314
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
|
883
1315
|
type: "owl:DatatypeProperty".freeze
|
884
1316
|
property :recurrenceId,
|
885
|
-
comment: [
|
886
|
-
default value type: DATE-TIME).freeze, %(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.).freeze],
|
1317
|
+
comment: ["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.".freeze, "\n\t default value type: DATE-TIME".freeze],
|
887
1318
|
domain: "ical:DomainOf_rrule".freeze,
|
888
1319
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
|
889
1320
|
type: "owl:DatatypeProperty".freeze
|
890
1321
|
property :related,
|
891
|
-
comment:
|
1322
|
+
comment: "To specify the relationship of the alarm trigger with respect to the start or end of the calendar component.".freeze,
|
892
1323
|
type: "owl:DatatypeProperty".freeze
|
893
1324
|
property :relatedTo,
|
894
|
-
comment: [
|
895
|
-
value type: TEXT).freeze, %(The property is used to represent a relationship or reference between one calendar component and another.).freeze],
|
1325
|
+
comment: ["The property is used to represent a relationship or reference between one calendar component and another.".freeze, "\n\t value type: TEXT".freeze],
|
896
1326
|
domain: term(
|
897
1327
|
type: "owl:Class".freeze,
|
898
1328
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
|
@@ -901,18 +1331,16 @@ module RDF::Vocab
|
|
901
1331
|
range: "xsd:string".freeze,
|
902
1332
|
type: "owl:DatatypeProperty".freeze
|
903
1333
|
property :reltype,
|
904
|
-
comment:
|
1334
|
+
comment: "To specify the type of hierarchical relationship associated with the calendar component specified by the property.".freeze,
|
905
1335
|
type: "owl:DatatypeProperty".freeze
|
906
1336
|
property :repeat,
|
907
|
-
comment: [
|
908
|
-
value type: INTEGER).freeze, %(This property defines the number of time the alarm should be repeated, after the initial trigger.).freeze],
|
1337
|
+
comment: ["This property defines the number of time the alarm should be repeated, after the initial trigger.".freeze, "\n\t value type: INTEGER".freeze],
|
909
1338
|
domain: "ical:Valarm".freeze,
|
910
1339
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER".freeze,
|
911
1340
|
range: "xsd:integer".freeze,
|
912
1341
|
type: "owl:DatatypeProperty".freeze
|
913
1342
|
property :requestStatus,
|
914
|
-
comment: [
|
915
|
-
value type: TEXT).freeze, %(This property defines the status code returned for a scheduling request.).freeze],
|
1343
|
+
comment: ["This property defines the status code returned for a scheduling request.".freeze, "\n\t value type: TEXT".freeze],
|
916
1344
|
domain: term(
|
917
1345
|
type: "owl:Class".freeze,
|
918
1346
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze)
|
@@ -921,8 +1349,7 @@ module RDF::Vocab
|
|
921
1349
|
range: "xsd:string".freeze,
|
922
1350
|
type: "owl:DatatypeProperty".freeze
|
923
1351
|
property :resources,
|
924
|
-
comment: [
|
925
|
-
value type: TEXT).freeze, %(This property defines the equipment or resources anticipated for an activity specified by a calendar entity..).freeze],
|
1352
|
+
comment: ["This property defines the equipment or resources anticipated for an activity specified by a calendar entity..".freeze, "\n\t value type: TEXT".freeze],
|
926
1353
|
domain: term(
|
927
1354
|
type: "owl:Class".freeze,
|
928
1355
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze)
|
@@ -931,11 +1358,10 @@ module RDF::Vocab
|
|
931
1358
|
range: "xsd:string".freeze,
|
932
1359
|
type: "owl:DatatypeProperty".freeze
|
933
1360
|
property :role,
|
934
|
-
comment:
|
1361
|
+
comment: "To specify the participation role for the calendar user specified by the property.".freeze,
|
935
1362
|
type: "owl:DatatypeProperty".freeze
|
936
1363
|
property :rrule,
|
937
|
-
comment: [
|
938
|
-
value type: RECUR).freeze, %(This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.).freeze],
|
1364
|
+
comment: ["This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.".freeze, "\n\t value type: RECUR".freeze],
|
939
1365
|
domain: term(
|
940
1366
|
type: "owl:Class".freeze,
|
941
1367
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze)
|
@@ -944,14 +1370,13 @@ module RDF::Vocab
|
|
944
1370
|
range: "ical:Value_RECUR".freeze,
|
945
1371
|
type: "owl:ObjectProperty".freeze
|
946
1372
|
property :rsvp,
|
947
|
-
comment:
|
1373
|
+
comment: "To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value.".freeze,
|
948
1374
|
type: "owl:DatatypeProperty".freeze
|
949
1375
|
property :sentBy,
|
950
|
-
comment:
|
1376
|
+
comment: "To specify the calendar user that is acting on behalf of the calendar user specified by the property.".freeze,
|
951
1377
|
type: "owl:DatatypeProperty".freeze
|
952
1378
|
property :sequence,
|
953
|
-
comment: [
|
954
|
-
value type: integer).freeze, %(This property defines the revision sequence number of the calendar component within a sequence of revisions.).freeze],
|
1379
|
+
comment: ["This property defines the revision sequence number of the calendar component within a sequence of revisions.".freeze, "\n\t value type: integer".freeze],
|
955
1380
|
domain: term(
|
956
1381
|
type: "owl:Class".freeze,
|
957
1382
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
|
@@ -963,8 +1388,7 @@ module RDF::Vocab
|
|
963
1388
|
label: "STANDARD".freeze,
|
964
1389
|
type: "owl:ObjectProperty".freeze
|
965
1390
|
property :status,
|
966
|
-
comment: [
|
967
|
-
value type: TEXT).freeze, %(This property defines the overall status or confirmation for the calendar component.).freeze],
|
1391
|
+
comment: ["This property defines the overall status or confirmation for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
|
968
1392
|
domain: term(
|
969
1393
|
type: "owl:Class".freeze,
|
970
1394
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
|
@@ -973,8 +1397,7 @@ module RDF::Vocab
|
|
973
1397
|
range: "xsd:string".freeze,
|
974
1398
|
type: "owl:DatatypeProperty".freeze
|
975
1399
|
property :summary,
|
976
|
-
comment: [
|
977
|
-
value type: TEXT).freeze, %(This property defines a short summary or subject for the calendar component.).freeze],
|
1400
|
+
comment: ["This property defines a short summary or subject for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
|
978
1401
|
domain: term(
|
979
1402
|
type: "owl:Class".freeze,
|
980
1403
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze)
|
@@ -985,15 +1408,13 @@ module RDF::Vocab
|
|
985
1408
|
subPropertyOf: "rdfs:label".freeze,
|
986
1409
|
type: "owl:DatatypeProperty".freeze
|
987
1410
|
property :transp,
|
988
|
-
comment: [
|
989
|
-
value type: TEXT).freeze, %(This property defines whether an event is transparent or not to busy time searches.).freeze],
|
1411
|
+
comment: ["This property defines whether an event is transparent or not to busy time searches.".freeze, "\n\t value type: TEXT".freeze],
|
990
1412
|
domain: "ical:Vevent".freeze,
|
991
1413
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
|
992
1414
|
range: "xsd:string".freeze,
|
993
1415
|
type: "owl:DatatypeProperty".freeze
|
994
1416
|
property :trigger,
|
995
|
-
comment: [
|
996
|
-
default value type: DURATION).freeze, %(This property specifies when an alarm will trigger.).freeze],
|
1417
|
+
comment: ["This property specifies when an alarm will trigger.".freeze, "\n\t default value type: DURATION".freeze],
|
997
1418
|
domain: term(
|
998
1419
|
type: "owl:Class".freeze,
|
999
1420
|
unionOf: list("ical:Valarm".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze)
|
@@ -1005,22 +1426,19 @@ module RDF::Vocab
|
|
1005
1426
|
),
|
1006
1427
|
type: "owl:ObjectProperty".freeze
|
1007
1428
|
property :tzid,
|
1008
|
-
comment: [
|
1009
|
-
value type: TEXT).freeze, %(This property specifies the text value that uniquely identifies the "VTIMEZONE" calendar component.).freeze, %(To specify the identifier for the time zone definition for a time component in the property value.).freeze],
|
1429
|
+
comment: ["This property specifies the text value that uniquely identifies the \"VTIMEZONE\" calendar component.".freeze, "To specify the identifier for the time zone definition for a time component in the property value.".freeze, "\n\t value type: TEXT".freeze],
|
1010
1430
|
domain: "ical:Vtimezone".freeze,
|
1011
1431
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
|
1012
1432
|
range: "xsd:string".freeze,
|
1013
1433
|
type: "owl:DatatypeProperty".freeze
|
1014
1434
|
property :tzname,
|
1015
|
-
comment: [
|
1016
|
-
value type: TEXT).freeze, %(This property specifies the customary designation for a time zone description.).freeze],
|
1435
|
+
comment: ["This property specifies the customary designation for a time zone description.".freeze, "\n\t value type: TEXT".freeze],
|
1017
1436
|
domain: "ical:Vtimezone".freeze,
|
1018
1437
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
|
1019
1438
|
range: "xsd:string".freeze,
|
1020
1439
|
type: "owl:DatatypeProperty".freeze
|
1021
1440
|
property :tzoffsetfrom,
|
1022
|
-
comment: [
|
1023
|
-
value type: UTC-OFFSET).freeze, %(This property specifies the offset which is in use prior to this time zone observance.).freeze],
|
1441
|
+
comment: ["This property specifies the offset which is in use prior to this time zone observance.".freeze, "\n\t value type: UTC-OFFSET".freeze],
|
1024
1442
|
domain: term(
|
1025
1443
|
type: "owl:Class".freeze,
|
1026
1444
|
unionOf: list("ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze)
|
@@ -1029,15 +1447,13 @@ module RDF::Vocab
|
|
1029
1447
|
range: "xsd:string".freeze,
|
1030
1448
|
type: "owl:DatatypeProperty".freeze
|
1031
1449
|
property :tzoffsetto,
|
1032
|
-
comment: [
|
1033
|
-
value type: UTC-OFFSET).freeze, %(This property specifies the offset which is in use in this time zone observance.).freeze],
|
1450
|
+
comment: ["This property specifies the offset which is in use in this time zone observance.".freeze, "\n\t value type: UTC-OFFSET".freeze],
|
1034
1451
|
domain: "ical:Vtimezone".freeze,
|
1035
1452
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "UTC-OFFSET".freeze,
|
1036
1453
|
range: "xsd:string".freeze,
|
1037
1454
|
type: "owl:DatatypeProperty".freeze
|
1038
1455
|
property :tzurl,
|
1039
|
-
comment: [
|
1040
|
-
value type: URI).freeze, %(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.).freeze],
|
1456
|
+
comment: ["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.".freeze, "\n\t value type: URI".freeze],
|
1041
1457
|
domain: term(
|
1042
1458
|
type: "owl:Class".freeze,
|
1043
1459
|
unionOf: list("ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze)
|
@@ -1045,8 +1461,7 @@ module RDF::Vocab
|
|
1045
1461
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze,
|
1046
1462
|
type: "owl:ObjectProperty".freeze
|
1047
1463
|
property :uid,
|
1048
|
-
comment: [
|
1049
|
-
value type: TEXT).freeze, %(This property defines the persistent, globally unique identifier for the calendar component.).freeze],
|
1464
|
+
comment: ["This property defines the persistent, globally unique identifier for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
|
1050
1465
|
domain: term(
|
1051
1466
|
type: "owl:Class".freeze,
|
1052
1467
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
|
@@ -1058,8 +1473,7 @@ module RDF::Vocab
|
|
1058
1473
|
label: "UNTIL".freeze,
|
1059
1474
|
type: "owl:DatatypeProperty".freeze
|
1060
1475
|
property :url,
|
1061
|
-
comment: [
|
1062
|
-
value type: URI).freeze, %(This property defines a Uniform Resource Locator \(URL\) associated with the iCalendar object.).freeze],
|
1476
|
+
comment: ["This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.".freeze, "\n\t value type: URI".freeze],
|
1063
1477
|
domain: term(
|
1064
1478
|
type: "owl:Class".freeze,
|
1065
1479
|
unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze)
|
@@ -1068,8 +1482,7 @@ module RDF::Vocab
|
|
1068
1482
|
label: "see also".freeze,
|
1069
1483
|
type: "owl:ObjectProperty".freeze
|
1070
1484
|
property :version,
|
1071
|
-
comment: [
|
1072
|
-
value type: TEXT).freeze, %(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.).freeze],
|
1485
|
+
comment: ["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.".freeze, "\n\t value type: TEXT".freeze],
|
1073
1486
|
"http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
|
1074
1487
|
range: "xsd:string".freeze,
|
1075
1488
|
type: "owl:DatatypeProperty".freeze
|