rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,1032 +3,1034 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/2002/12/cal/icaltzd#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://www.w3.org/2002/12/cal/icaltzd#>
7
+ # @!visibility private
6
8
  ICAL = Class.new(RDF::StrictVocabulary("http://www.w3.org/2002/12/cal/icaltzd#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://www.w3.org/2002/12/cal/icaltzd#",
10
- "http://purl.org/dc/elements/1.1/source": "http://www.ietf.org/rfc/rfc2445.txt".freeze,
11
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://esw.w3.org/topic/RdfCalendar".freeze, "http://lists.w3.org/Archives/Public/www-rdf-calendar/".freeze, "http://www.w3.org/2002/12/cal/".freeze],
12
- "http://www.w3.org/2002/07/owl#versionInfo": ["$Id: icaltzd.rdf,v 1.6 2007/06/28 18:22:09 connolly Exp $".freeze, "subject to change with notice to www-rdf-calendar@w3.org".freeze],
13
- type: "http://www.w3.org/2002/07/owl#Thing".freeze
12
+ "http://purl.org/dc/elements/1.1/source": "http://www.ietf.org/rfc/rfc2445.txt",
13
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://esw.w3.org/topic/RdfCalendar", "http://lists.w3.org/Archives/Public/www-rdf-calendar/", "http://www.w3.org/2002/12/cal/"],
14
+ "http://www.w3.org/2002/07/owl#versionInfo": ["$Id: icaltzd.rdf,v 1.6 2007/06/28 18:22:09 connolly Exp $", "subject to change with notice to www-rdf-calendar@w3.org"],
15
+ type: "http://www.w3.org/2002/07/owl#Thing"
14
16
 
15
17
  # Class definitions
16
18
  term :DomainOf_rrule,
17
- type: "http://www.w3.org/2002/07/owl#Class".freeze
19
+ type: "http://www.w3.org/2002/07/owl#Class"
18
20
  term :List_of_Float,
19
- type: "http://www.w3.org/2002/07/owl#Class".freeze
21
+ type: "http://www.w3.org/2002/07/owl#Class"
20
22
  term :Valarm,
21
- comment: "Provide a grouping of component properties that define an alarm.".freeze,
23
+ comment: "Provide a grouping of component properties that define an alarm.",
22
24
  subClassOf: [term(
23
- minCardinality: "0".freeze,
24
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#action".freeze,
25
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
25
+ minCardinality: "0",
26
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#action",
27
+ type: "http://www.w3.org/2002/07/owl#Restriction"
26
28
  ), term(
27
- minCardinality: "0".freeze,
28
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attach".freeze,
29
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
29
+ minCardinality: "0",
30
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attach",
31
+ type: "http://www.w3.org/2002/07/owl#Restriction"
30
32
  ), term(
31
- minCardinality: "0".freeze,
32
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee".freeze,
33
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
33
+ minCardinality: "0",
34
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee",
35
+ type: "http://www.w3.org/2002/07/owl#Restriction"
34
36
  ), term(
35
- minCardinality: "0".freeze,
36
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#description".freeze,
37
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
37
+ minCardinality: "0",
38
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#description",
39
+ type: "http://www.w3.org/2002/07/owl#Restriction"
38
40
  ), term(
39
- minCardinality: "0".freeze,
40
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#duration".freeze,
41
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
41
+ minCardinality: "0",
42
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#duration",
43
+ type: "http://www.w3.org/2002/07/owl#Restriction"
42
44
  ), term(
43
- minCardinality: "0".freeze,
44
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#repeat".freeze,
45
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
45
+ minCardinality: "0",
46
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#repeat",
47
+ type: "http://www.w3.org/2002/07/owl#Restriction"
46
48
  ), term(
47
- minCardinality: "0".freeze,
48
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#summary".freeze,
49
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
49
+ minCardinality: "0",
50
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#summary",
51
+ type: "http://www.w3.org/2002/07/owl#Restriction"
50
52
  ), term(
51
- minCardinality: "0".freeze,
52
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#trigger".freeze,
53
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
53
+ minCardinality: "0",
54
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#trigger",
55
+ type: "http://www.w3.org/2002/07/owl#Restriction"
54
56
  )],
55
- type: "http://www.w3.org/2002/07/owl#Class".freeze
57
+ type: "http://www.w3.org/2002/07/owl#Class"
56
58
  term :"Value_CAL-ADDRESS",
57
- type: "http://www.w3.org/2002/07/owl#Class".freeze
59
+ type: "http://www.w3.org/2002/07/owl#Class"
58
60
  term :Value_DATE,
59
- type: "http://www.w3.org/2002/07/owl#Class".freeze
61
+ type: "http://www.w3.org/2002/07/owl#Class"
60
62
  term :Value_DURATION,
61
- type: "http://www.w3.org/2002/07/owl#Class".freeze
63
+ type: "http://www.w3.org/2002/07/owl#Class"
62
64
  term :Value_PERIOD,
63
- type: "http://www.w3.org/2002/07/owl#Class".freeze
65
+ type: "http://www.w3.org/2002/07/owl#Class"
64
66
  term :Value_RECUR,
65
- type: "http://www.w3.org/2002/07/owl#Class".freeze
67
+ type: "http://www.w3.org/2002/07/owl#Class"
66
68
  term :Vcalendar,
67
- label: "VCALENDAR".freeze,
68
- type: "http://www.w3.org/2002/07/owl#Class".freeze
69
+ label: "VCALENDAR",
70
+ type: "http://www.w3.org/2002/07/owl#Class"
69
71
  term :Vevent,
70
- comment: "Provide a grouping of component properties that describe an event.".freeze,
71
- label: "Event".freeze,
72
+ comment: "Provide a grouping of component properties that describe an event.",
73
+ label: "Event",
72
74
  subClassOf: [term(
73
- minCardinality: "0".freeze,
74
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attach".freeze,
75
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
75
+ minCardinality: "0",
76
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attach",
77
+ type: "http://www.w3.org/2002/07/owl#Restriction"
76
78
  ), term(
77
- minCardinality: "0".freeze,
78
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee".freeze,
79
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
79
+ minCardinality: "0",
80
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee",
81
+ type: "http://www.w3.org/2002/07/owl#Restriction"
80
82
  ), term(
81
- minCardinality: "0".freeze,
82
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#categories".freeze,
83
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
83
+ minCardinality: "0",
84
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#categories",
85
+ type: "http://www.w3.org/2002/07/owl#Restriction"
84
86
  ), term(
85
- minCardinality: "0".freeze,
86
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#class".freeze,
87
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
87
+ minCardinality: "0",
88
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#class",
89
+ type: "http://www.w3.org/2002/07/owl#Restriction"
88
90
  ), term(
89
- minCardinality: "0".freeze,
90
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment".freeze,
91
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
91
+ minCardinality: "0",
92
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment",
93
+ type: "http://www.w3.org/2002/07/owl#Restriction"
92
94
  ), term(
93
- minCardinality: "0".freeze,
94
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#contact".freeze,
95
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
95
+ minCardinality: "0",
96
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#contact",
97
+ type: "http://www.w3.org/2002/07/owl#Restriction"
96
98
  ), term(
97
- minCardinality: "0".freeze,
98
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#created".freeze,
99
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
99
+ minCardinality: "0",
100
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#created",
101
+ type: "http://www.w3.org/2002/07/owl#Restriction"
100
102
  ), term(
101
- minCardinality: "0".freeze,
102
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#description".freeze,
103
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
103
+ minCardinality: "0",
104
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#description",
105
+ type: "http://www.w3.org/2002/07/owl#Restriction"
104
106
  ), term(
105
- minCardinality: "0".freeze,
106
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtend".freeze,
107
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
107
+ minCardinality: "0",
108
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtend",
109
+ type: "http://www.w3.org/2002/07/owl#Restriction"
108
110
  ), term(
109
- minCardinality: "0".freeze,
110
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstamp".freeze,
111
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
111
+ minCardinality: "0",
112
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstamp",
113
+ type: "http://www.w3.org/2002/07/owl#Restriction"
112
114
  ), term(
113
- minCardinality: "0".freeze,
114
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstart".freeze,
115
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
115
+ minCardinality: "0",
116
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstart",
117
+ type: "http://www.w3.org/2002/07/owl#Restriction"
116
118
  ), term(
117
- minCardinality: "0".freeze,
118
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#duration".freeze,
119
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
119
+ minCardinality: "0",
120
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#duration",
121
+ type: "http://www.w3.org/2002/07/owl#Restriction"
120
122
  ), term(
121
- minCardinality: "0".freeze,
122
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exdate".freeze,
123
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
123
+ minCardinality: "0",
124
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exdate",
125
+ type: "http://www.w3.org/2002/07/owl#Restriction"
124
126
  ), term(
125
- minCardinality: "0".freeze,
126
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exrule".freeze,
127
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
127
+ minCardinality: "0",
128
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exrule",
129
+ type: "http://www.w3.org/2002/07/owl#Restriction"
128
130
  ), term(
129
- minCardinality: "0".freeze,
130
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#geo".freeze,
131
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
131
+ minCardinality: "0",
132
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#geo",
133
+ type: "http://www.w3.org/2002/07/owl#Restriction"
132
134
  ), term(
133
- minCardinality: "0".freeze,
134
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#lastModified".freeze,
135
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
135
+ minCardinality: "0",
136
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#lastModified",
137
+ type: "http://www.w3.org/2002/07/owl#Restriction"
136
138
  ), term(
137
- minCardinality: "0".freeze,
138
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#location".freeze,
139
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
139
+ minCardinality: "0",
140
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#location",
141
+ type: "http://www.w3.org/2002/07/owl#Restriction"
140
142
  ), term(
141
- minCardinality: "0".freeze,
142
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#organizer".freeze,
143
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
143
+ minCardinality: "0",
144
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#organizer",
145
+ type: "http://www.w3.org/2002/07/owl#Restriction"
144
146
  ), term(
145
- minCardinality: "0".freeze,
146
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#priority".freeze,
147
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
147
+ minCardinality: "0",
148
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#priority",
149
+ type: "http://www.w3.org/2002/07/owl#Restriction"
148
150
  ), term(
149
- minCardinality: "0".freeze,
150
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rdate".freeze,
151
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
151
+ minCardinality: "0",
152
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rdate",
153
+ type: "http://www.w3.org/2002/07/owl#Restriction"
152
154
  ), term(
153
- minCardinality: "0".freeze,
154
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#recurrenceId".freeze,
155
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
155
+ minCardinality: "0",
156
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#recurrenceId",
157
+ type: "http://www.w3.org/2002/07/owl#Restriction"
156
158
  ), term(
157
- minCardinality: "0".freeze,
158
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#relatedTo".freeze,
159
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
159
+ minCardinality: "0",
160
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#relatedTo",
161
+ type: "http://www.w3.org/2002/07/owl#Restriction"
160
162
  ), term(
161
- minCardinality: "0".freeze,
162
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#requestStatus".freeze,
163
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
163
+ minCardinality: "0",
164
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#requestStatus",
165
+ type: "http://www.w3.org/2002/07/owl#Restriction"
164
166
  ), term(
165
- minCardinality: "0".freeze,
166
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#resources".freeze,
167
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
167
+ minCardinality: "0",
168
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#resources",
169
+ type: "http://www.w3.org/2002/07/owl#Restriction"
168
170
  ), term(
169
- minCardinality: "0".freeze,
170
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rrule".freeze,
171
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
171
+ minCardinality: "0",
172
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rrule",
173
+ type: "http://www.w3.org/2002/07/owl#Restriction"
172
174
  ), term(
173
- minCardinality: "0".freeze,
174
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#sequence".freeze,
175
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
175
+ minCardinality: "0",
176
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#sequence",
177
+ type: "http://www.w3.org/2002/07/owl#Restriction"
176
178
  ), term(
177
- minCardinality: "0".freeze,
178
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#status".freeze,
179
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
179
+ minCardinality: "0",
180
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#status",
181
+ type: "http://www.w3.org/2002/07/owl#Restriction"
180
182
  ), term(
181
- minCardinality: "0".freeze,
182
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#summary".freeze,
183
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
183
+ minCardinality: "0",
184
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#summary",
185
+ type: "http://www.w3.org/2002/07/owl#Restriction"
184
186
  ), term(
185
- minCardinality: "0".freeze,
186
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#transp".freeze,
187
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
187
+ minCardinality: "0",
188
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#transp",
189
+ type: "http://www.w3.org/2002/07/owl#Restriction"
188
190
  ), term(
189
- minCardinality: "0".freeze,
190
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#trigger".freeze,
191
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
191
+ minCardinality: "0",
192
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#trigger",
193
+ type: "http://www.w3.org/2002/07/owl#Restriction"
192
194
  ), term(
193
- minCardinality: "0".freeze,
194
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#uid".freeze,
195
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
195
+ minCardinality: "0",
196
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#uid",
197
+ type: "http://www.w3.org/2002/07/owl#Restriction"
196
198
  ), term(
197
- minCardinality: "0".freeze,
198
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#url".freeze,
199
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
199
+ minCardinality: "0",
200
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#url",
201
+ type: "http://www.w3.org/2002/07/owl#Restriction"
200
202
  )],
201
- type: "http://www.w3.org/2002/07/owl#Class".freeze
203
+ type: "http://www.w3.org/2002/07/owl#Class"
202
204
  term :Vfreebusy,
203
- 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,
205
+ 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.",
204
206
  subClassOf: [term(
205
- minCardinality: "0".freeze,
206
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee".freeze,
207
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
207
+ minCardinality: "0",
208
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee",
209
+ type: "http://www.w3.org/2002/07/owl#Restriction"
208
210
  ), term(
209
- minCardinality: "0".freeze,
210
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment".freeze,
211
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
211
+ minCardinality: "0",
212
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment",
213
+ type: "http://www.w3.org/2002/07/owl#Restriction"
212
214
  ), term(
213
- minCardinality: "0".freeze,
214
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#contact".freeze,
215
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
215
+ minCardinality: "0",
216
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#contact",
217
+ type: "http://www.w3.org/2002/07/owl#Restriction"
216
218
  ), term(
217
- minCardinality: "0".freeze,
218
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtend".freeze,
219
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
219
+ minCardinality: "0",
220
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtend",
221
+ type: "http://www.w3.org/2002/07/owl#Restriction"
220
222
  ), term(
221
- minCardinality: "0".freeze,
222
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstamp".freeze,
223
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
223
+ minCardinality: "0",
224
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstamp",
225
+ type: "http://www.w3.org/2002/07/owl#Restriction"
224
226
  ), term(
225
- minCardinality: "0".freeze,
226
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstart".freeze,
227
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
227
+ minCardinality: "0",
228
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstart",
229
+ type: "http://www.w3.org/2002/07/owl#Restriction"
228
230
  ), term(
229
- minCardinality: "0".freeze,
230
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#duration".freeze,
231
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
231
+ minCardinality: "0",
232
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#duration",
233
+ type: "http://www.w3.org/2002/07/owl#Restriction"
232
234
  ), term(
233
- minCardinality: "0".freeze,
234
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#freebusy".freeze,
235
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
235
+ minCardinality: "0",
236
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#freebusy",
237
+ type: "http://www.w3.org/2002/07/owl#Restriction"
236
238
  ), term(
237
- minCardinality: "0".freeze,
238
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#organizer".freeze,
239
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
239
+ minCardinality: "0",
240
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#organizer",
241
+ type: "http://www.w3.org/2002/07/owl#Restriction"
240
242
  ), term(
241
- minCardinality: "0".freeze,
242
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#requestStatus".freeze,
243
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
243
+ minCardinality: "0",
244
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#requestStatus",
245
+ type: "http://www.w3.org/2002/07/owl#Restriction"
244
246
  ), term(
245
- minCardinality: "0".freeze,
246
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#uid".freeze,
247
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
247
+ minCardinality: "0",
248
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#uid",
249
+ type: "http://www.w3.org/2002/07/owl#Restriction"
248
250
  ), term(
249
- minCardinality: "0".freeze,
250
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#url".freeze,
251
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
251
+ minCardinality: "0",
252
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#url",
253
+ type: "http://www.w3.org/2002/07/owl#Restriction"
252
254
  )],
253
- type: "http://www.w3.org/2002/07/owl#Class".freeze
255
+ type: "http://www.w3.org/2002/07/owl#Class"
254
256
  term :Vjournal,
255
- comment: "Provide a grouping of component properties that describe a journal entry.".freeze,
257
+ comment: "Provide a grouping of component properties that describe a journal entry.",
256
258
  subClassOf: [term(
257
- minCardinality: "0".freeze,
258
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attach".freeze,
259
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
259
+ minCardinality: "0",
260
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attach",
261
+ type: "http://www.w3.org/2002/07/owl#Restriction"
260
262
  ), term(
261
- minCardinality: "0".freeze,
262
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee".freeze,
263
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
263
+ minCardinality: "0",
264
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee",
265
+ type: "http://www.w3.org/2002/07/owl#Restriction"
264
266
  ), term(
265
- minCardinality: "0".freeze,
266
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#categories".freeze,
267
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
267
+ minCardinality: "0",
268
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#categories",
269
+ type: "http://www.w3.org/2002/07/owl#Restriction"
268
270
  ), term(
269
- minCardinality: "0".freeze,
270
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#class".freeze,
271
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
271
+ minCardinality: "0",
272
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#class",
273
+ type: "http://www.w3.org/2002/07/owl#Restriction"
272
274
  ), term(
273
- minCardinality: "0".freeze,
274
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment".freeze,
275
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
275
+ minCardinality: "0",
276
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment",
277
+ type: "http://www.w3.org/2002/07/owl#Restriction"
276
278
  ), term(
277
- minCardinality: "0".freeze,
278
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#contact".freeze,
279
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
279
+ minCardinality: "0",
280
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#contact",
281
+ type: "http://www.w3.org/2002/07/owl#Restriction"
280
282
  ), term(
281
- minCardinality: "0".freeze,
282
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#created".freeze,
283
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
283
+ minCardinality: "0",
284
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#created",
285
+ type: "http://www.w3.org/2002/07/owl#Restriction"
284
286
  ), term(
285
- minCardinality: "0".freeze,
286
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#description".freeze,
287
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
287
+ minCardinality: "0",
288
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#description",
289
+ type: "http://www.w3.org/2002/07/owl#Restriction"
288
290
  ), term(
289
- minCardinality: "0".freeze,
290
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstamp".freeze,
291
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
291
+ minCardinality: "0",
292
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstamp",
293
+ type: "http://www.w3.org/2002/07/owl#Restriction"
292
294
  ), term(
293
- minCardinality: "0".freeze,
294
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exdate".freeze,
295
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
295
+ minCardinality: "0",
296
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exdate",
297
+ type: "http://www.w3.org/2002/07/owl#Restriction"
296
298
  ), term(
297
- minCardinality: "0".freeze,
298
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exrule".freeze,
299
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
299
+ minCardinality: "0",
300
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exrule",
301
+ type: "http://www.w3.org/2002/07/owl#Restriction"
300
302
  ), term(
301
- minCardinality: "0".freeze,
302
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#lastModified".freeze,
303
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
303
+ minCardinality: "0",
304
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#lastModified",
305
+ type: "http://www.w3.org/2002/07/owl#Restriction"
304
306
  ), term(
305
- minCardinality: "0".freeze,
306
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#organizer".freeze,
307
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
307
+ minCardinality: "0",
308
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#organizer",
309
+ type: "http://www.w3.org/2002/07/owl#Restriction"
308
310
  ), term(
309
- minCardinality: "0".freeze,
310
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rdate".freeze,
311
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
311
+ minCardinality: "0",
312
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rdate",
313
+ type: "http://www.w3.org/2002/07/owl#Restriction"
312
314
  ), term(
313
- minCardinality: "0".freeze,
314
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#recurrenceId".freeze,
315
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
315
+ minCardinality: "0",
316
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#recurrenceId",
317
+ type: "http://www.w3.org/2002/07/owl#Restriction"
316
318
  ), term(
317
- minCardinality: "0".freeze,
318
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#relatedTo".freeze,
319
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
319
+ minCardinality: "0",
320
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#relatedTo",
321
+ type: "http://www.w3.org/2002/07/owl#Restriction"
320
322
  ), term(
321
- minCardinality: "0".freeze,
322
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#requestStatus".freeze,
323
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
323
+ minCardinality: "0",
324
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#requestStatus",
325
+ type: "http://www.w3.org/2002/07/owl#Restriction"
324
326
  ), term(
325
- minCardinality: "0".freeze,
326
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rrule".freeze,
327
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
327
+ minCardinality: "0",
328
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rrule",
329
+ type: "http://www.w3.org/2002/07/owl#Restriction"
328
330
  ), term(
329
- minCardinality: "0".freeze,
330
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#sequence".freeze,
331
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
331
+ minCardinality: "0",
332
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#sequence",
333
+ type: "http://www.w3.org/2002/07/owl#Restriction"
332
334
  ), term(
333
- minCardinality: "0".freeze,
334
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#status".freeze,
335
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
335
+ minCardinality: "0",
336
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#status",
337
+ type: "http://www.w3.org/2002/07/owl#Restriction"
336
338
  ), term(
337
- minCardinality: "0".freeze,
338
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#summary".freeze,
339
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
339
+ minCardinality: "0",
340
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#summary",
341
+ type: "http://www.w3.org/2002/07/owl#Restriction"
340
342
  ), term(
341
- minCardinality: "0".freeze,
342
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#uid".freeze,
343
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
343
+ minCardinality: "0",
344
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#uid",
345
+ type: "http://www.w3.org/2002/07/owl#Restriction"
344
346
  ), term(
345
- minCardinality: "0".freeze,
346
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#url".freeze,
347
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
347
+ minCardinality: "0",
348
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#url",
349
+ type: "http://www.w3.org/2002/07/owl#Restriction"
348
350
  )],
349
- type: "http://www.w3.org/2002/07/owl#Class".freeze
351
+ type: "http://www.w3.org/2002/07/owl#Class"
350
352
  term :Vtimezone,
351
- comment: "Provide a grouping of component properties that defines a time zone.".freeze,
353
+ comment: "Provide a grouping of component properties that defines a time zone.",
352
354
  subClassOf: [term(
353
- minCardinality: "0".freeze,
354
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment".freeze,
355
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
355
+ minCardinality: "0",
356
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment",
357
+ type: "http://www.w3.org/2002/07/owl#Restriction"
356
358
  ), term(
357
- minCardinality: "0".freeze,
358
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstart".freeze,
359
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
359
+ minCardinality: "0",
360
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstart",
361
+ type: "http://www.w3.org/2002/07/owl#Restriction"
360
362
  ), term(
361
- minCardinality: "0".freeze,
362
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exdate".freeze,
363
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
363
+ minCardinality: "0",
364
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exdate",
365
+ type: "http://www.w3.org/2002/07/owl#Restriction"
364
366
  ), term(
365
- minCardinality: "0".freeze,
366
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#lastModified".freeze,
367
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
367
+ minCardinality: "0",
368
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#lastModified",
369
+ type: "http://www.w3.org/2002/07/owl#Restriction"
368
370
  ), term(
369
- minCardinality: "0".freeze,
370
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rdate".freeze,
371
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
371
+ minCardinality: "0",
372
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rdate",
373
+ type: "http://www.w3.org/2002/07/owl#Restriction"
372
374
  ), term(
373
- minCardinality: "0".freeze,
374
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#recurrenceId".freeze,
375
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
375
+ minCardinality: "0",
376
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#recurrenceId",
377
+ type: "http://www.w3.org/2002/07/owl#Restriction"
376
378
  ), term(
377
- minCardinality: "0".freeze,
378
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rrule".freeze,
379
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
379
+ minCardinality: "0",
380
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rrule",
381
+ type: "http://www.w3.org/2002/07/owl#Restriction"
380
382
  ), term(
381
- minCardinality: "0".freeze,
382
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzid".freeze,
383
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
383
+ minCardinality: "0",
384
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzid",
385
+ type: "http://www.w3.org/2002/07/owl#Restriction"
384
386
  ), term(
385
- minCardinality: "0".freeze,
386
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzname".freeze,
387
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
387
+ minCardinality: "0",
388
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzname",
389
+ type: "http://www.w3.org/2002/07/owl#Restriction"
388
390
  ), term(
389
- minCardinality: "0".freeze,
390
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzoffsetfrom".freeze,
391
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
391
+ minCardinality: "0",
392
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzoffsetfrom",
393
+ type: "http://www.w3.org/2002/07/owl#Restriction"
392
394
  ), term(
393
- minCardinality: "0".freeze,
394
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzoffsetto".freeze,
395
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
395
+ minCardinality: "0",
396
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzoffsetto",
397
+ type: "http://www.w3.org/2002/07/owl#Restriction"
396
398
  ), term(
397
- minCardinality: "0".freeze,
398
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzurl".freeze,
399
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
399
+ minCardinality: "0",
400
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#tzurl",
401
+ type: "http://www.w3.org/2002/07/owl#Restriction"
400
402
  )],
401
- type: "http://www.w3.org/2002/07/owl#Class".freeze
403
+ type: "http://www.w3.org/2002/07/owl#Class"
402
404
  term :Vtodo,
403
- comment: "Provide a grouping of calendar properties that describe a to-do.".freeze,
404
- label: "To-do".freeze,
405
+ comment: "Provide a grouping of calendar properties that describe a to-do.",
406
+ label: "To-do",
405
407
  subClassOf: [term(
406
- minCardinality: "0".freeze,
407
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attach".freeze,
408
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
408
+ minCardinality: "0",
409
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attach",
410
+ type: "http://www.w3.org/2002/07/owl#Restriction"
409
411
  ), term(
410
- minCardinality: "0".freeze,
411
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee".freeze,
412
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
412
+ minCardinality: "0",
413
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#attendee",
414
+ type: "http://www.w3.org/2002/07/owl#Restriction"
413
415
  ), term(
414
- minCardinality: "0".freeze,
415
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#categories".freeze,
416
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
416
+ minCardinality: "0",
417
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#categories",
418
+ type: "http://www.w3.org/2002/07/owl#Restriction"
417
419
  ), term(
418
- minCardinality: "0".freeze,
419
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#class".freeze,
420
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
420
+ minCardinality: "0",
421
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#class",
422
+ type: "http://www.w3.org/2002/07/owl#Restriction"
421
423
  ), term(
422
- minCardinality: "0".freeze,
423
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment".freeze,
424
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
424
+ minCardinality: "0",
425
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#comment",
426
+ type: "http://www.w3.org/2002/07/owl#Restriction"
425
427
  ), term(
426
- minCardinality: "0".freeze,
427
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#completed".freeze,
428
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
428
+ minCardinality: "0",
429
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#completed",
430
+ type: "http://www.w3.org/2002/07/owl#Restriction"
429
431
  ), term(
430
- minCardinality: "0".freeze,
431
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#contact".freeze,
432
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
432
+ minCardinality: "0",
433
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#contact",
434
+ type: "http://www.w3.org/2002/07/owl#Restriction"
433
435
  ), term(
434
- minCardinality: "0".freeze,
435
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#created".freeze,
436
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
436
+ minCardinality: "0",
437
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#created",
438
+ type: "http://www.w3.org/2002/07/owl#Restriction"
437
439
  ), term(
438
- minCardinality: "0".freeze,
439
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#description".freeze,
440
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
440
+ minCardinality: "0",
441
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#description",
442
+ type: "http://www.w3.org/2002/07/owl#Restriction"
441
443
  ), term(
442
- minCardinality: "0".freeze,
443
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstamp".freeze,
444
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
444
+ minCardinality: "0",
445
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstamp",
446
+ type: "http://www.w3.org/2002/07/owl#Restriction"
445
447
  ), term(
446
- minCardinality: "0".freeze,
447
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstart".freeze,
448
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
448
+ minCardinality: "0",
449
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#dtstart",
450
+ type: "http://www.w3.org/2002/07/owl#Restriction"
449
451
  ), term(
450
- minCardinality: "0".freeze,
451
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#due".freeze,
452
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
452
+ minCardinality: "0",
453
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#due",
454
+ type: "http://www.w3.org/2002/07/owl#Restriction"
453
455
  ), term(
454
- minCardinality: "0".freeze,
455
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#duration".freeze,
456
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
456
+ minCardinality: "0",
457
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#duration",
458
+ type: "http://www.w3.org/2002/07/owl#Restriction"
457
459
  ), term(
458
- minCardinality: "0".freeze,
459
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exdate".freeze,
460
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
460
+ minCardinality: "0",
461
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exdate",
462
+ type: "http://www.w3.org/2002/07/owl#Restriction"
461
463
  ), term(
462
- minCardinality: "0".freeze,
463
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exrule".freeze,
464
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
464
+ minCardinality: "0",
465
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#exrule",
466
+ type: "http://www.w3.org/2002/07/owl#Restriction"
465
467
  ), term(
466
- minCardinality: "0".freeze,
467
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#geo".freeze,
468
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
468
+ minCardinality: "0",
469
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#geo",
470
+ type: "http://www.w3.org/2002/07/owl#Restriction"
469
471
  ), term(
470
- minCardinality: "0".freeze,
471
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#lastModified".freeze,
472
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
472
+ minCardinality: "0",
473
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#lastModified",
474
+ type: "http://www.w3.org/2002/07/owl#Restriction"
473
475
  ), term(
474
- minCardinality: "0".freeze,
475
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#location".freeze,
476
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
476
+ minCardinality: "0",
477
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#location",
478
+ type: "http://www.w3.org/2002/07/owl#Restriction"
477
479
  ), term(
478
- minCardinality: "0".freeze,
479
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#organizer".freeze,
480
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
480
+ minCardinality: "0",
481
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#organizer",
482
+ type: "http://www.w3.org/2002/07/owl#Restriction"
481
483
  ), term(
482
- minCardinality: "0".freeze,
483
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#percentComplete".freeze,
484
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
484
+ minCardinality: "0",
485
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#percentComplete",
486
+ type: "http://www.w3.org/2002/07/owl#Restriction"
485
487
  ), term(
486
- minCardinality: "0".freeze,
487
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#priority".freeze,
488
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
488
+ minCardinality: "0",
489
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#priority",
490
+ type: "http://www.w3.org/2002/07/owl#Restriction"
489
491
  ), term(
490
- minCardinality: "0".freeze,
491
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rdate".freeze,
492
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
492
+ minCardinality: "0",
493
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rdate",
494
+ type: "http://www.w3.org/2002/07/owl#Restriction"
493
495
  ), term(
494
- minCardinality: "0".freeze,
495
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#recurrenceId".freeze,
496
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
496
+ minCardinality: "0",
497
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#recurrenceId",
498
+ type: "http://www.w3.org/2002/07/owl#Restriction"
497
499
  ), term(
498
- minCardinality: "0".freeze,
499
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#relatedTo".freeze,
500
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
500
+ minCardinality: "0",
501
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#relatedTo",
502
+ type: "http://www.w3.org/2002/07/owl#Restriction"
501
503
  ), term(
502
- minCardinality: "0".freeze,
503
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#requestStatus".freeze,
504
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
504
+ minCardinality: "0",
505
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#requestStatus",
506
+ type: "http://www.w3.org/2002/07/owl#Restriction"
505
507
  ), term(
506
- minCardinality: "0".freeze,
507
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#resources".freeze,
508
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
508
+ minCardinality: "0",
509
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#resources",
510
+ type: "http://www.w3.org/2002/07/owl#Restriction"
509
511
  ), term(
510
- minCardinality: "0".freeze,
511
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rrule".freeze,
512
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
512
+ minCardinality: "0",
513
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#rrule",
514
+ type: "http://www.w3.org/2002/07/owl#Restriction"
513
515
  ), term(
514
- minCardinality: "0".freeze,
515
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#sequence".freeze,
516
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
516
+ minCardinality: "0",
517
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#sequence",
518
+ type: "http://www.w3.org/2002/07/owl#Restriction"
517
519
  ), term(
518
- minCardinality: "0".freeze,
519
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#status".freeze,
520
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
520
+ minCardinality: "0",
521
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#status",
522
+ type: "http://www.w3.org/2002/07/owl#Restriction"
521
523
  ), term(
522
- minCardinality: "0".freeze,
523
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#summary".freeze,
524
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
524
+ minCardinality: "0",
525
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#summary",
526
+ type: "http://www.w3.org/2002/07/owl#Restriction"
525
527
  ), term(
526
- minCardinality: "0".freeze,
527
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#trigger".freeze,
528
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
528
+ minCardinality: "0",
529
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#trigger",
530
+ type: "http://www.w3.org/2002/07/owl#Restriction"
529
531
  ), term(
530
- minCardinality: "0".freeze,
531
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#uid".freeze,
532
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
532
+ minCardinality: "0",
533
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#uid",
534
+ type: "http://www.w3.org/2002/07/owl#Restriction"
533
535
  ), term(
534
- minCardinality: "0".freeze,
535
- onProperty: "http://www.w3.org/2002/12/cal/icaltzd#url".freeze,
536
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
536
+ minCardinality: "0",
537
+ onProperty: "http://www.w3.org/2002/12/cal/icaltzd#url",
538
+ type: "http://www.w3.org/2002/07/owl#Restriction"
537
539
  )],
538
- type: "http://www.w3.org/2002/07/owl#Class".freeze
540
+ type: "http://www.w3.org/2002/07/owl#Class"
539
541
 
540
542
  # Property definitions
541
543
  property :"X-",
542
- comment: ["This class of property provides a framework for defining non-standard properties.".freeze, "\n\t value type: TEXT".freeze],
543
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
544
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
545
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
544
+ comment: ["This class of property provides a framework for defining non-standard properties.", "\n\t value type: TEXT"],
545
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
546
+ range: "http://www.w3.org/2001/XMLSchema#string",
547
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
546
548
  property :action,
547
- comment: ["This property defines the action to be invoked when an alarm is triggered.".freeze, "\n\t value type: TEXT".freeze],
549
+ comment: ["This property defines the action to be invoked when an alarm is triggered.", "\n\t value type: TEXT"],
548
550
  domain: term(
549
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
550
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze)
551
+ type: "http://www.w3.org/2002/07/owl#Class",
552
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Valarm", "http://www.w3.org/2002/12/cal/icaltzd#Valarm")
551
553
  ),
552
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
553
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
554
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
554
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
555
+ range: "http://www.w3.org/2001/XMLSchema#string",
556
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
555
557
  property :altrep,
556
- comment: "To specify an alternate text representation for the property value.".freeze,
557
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
558
+ comment: "To specify an alternate text representation for the property value.",
559
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
558
560
  property :attach,
559
- comment: ["The property provides the capability to associate a document object with a calendar component.".freeze, "\n\t default value type: URI".freeze],
561
+ comment: ["The property provides the capability to associate a document object with a calendar component.", "\n\t default value type: URI"],
560
562
  domain: term(
561
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
562
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze)
563
+ type: "http://www.w3.org/2002/07/owl#Class",
564
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Valarm", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Valarm")
563
565
  ),
564
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze,
565
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
566
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI",
567
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
566
568
  property :attendee,
567
- comment: ["The property defines an \"Attendee\" within a calendar component.".freeze, "\n\t value type: CAL-ADDRESS".freeze],
569
+ comment: ["The property defines an \"Attendee\" within a calendar component.", "\n\t value type: CAL-ADDRESS"],
568
570
  domain: term(
569
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
570
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze)
571
+ type: "http://www.w3.org/2002/07/owl#Class",
572
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Valarm", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Valarm")
571
573
  ),
572
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "CAL-ADDRESS".freeze,
573
- label: "attendee".freeze,
574
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_CAL-ADDRESS".freeze,
575
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
574
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "CAL-ADDRESS",
575
+ label: "attendee",
576
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_CAL-ADDRESS",
577
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
576
578
  property :byday,
577
- label: "BYDAY".freeze,
578
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
579
+ label: "BYDAY",
580
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
579
581
  property :byhour,
580
- label: "BYHOUR".freeze,
581
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
582
+ label: "BYHOUR",
583
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
582
584
  property :byminute,
583
- label: "BYMINUTE".freeze,
584
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
585
+ label: "BYMINUTE",
586
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
585
587
  property :bymonth,
586
- label: "BYMONTH".freeze,
587
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
588
+ label: "BYMONTH",
589
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
588
590
  property :bysecond,
589
- label: "BYSECOND".freeze,
590
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
591
+ label: "BYSECOND",
592
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
591
593
  property :bysetpos,
592
- label: "BYSETPOS".freeze,
593
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
594
+ label: "BYSETPOS",
595
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
594
596
  property :byweekno,
595
- label: "BYWEEKNO".freeze,
596
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
597
+ label: "BYWEEKNO",
598
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
597
599
  property :byyearday,
598
- label: "BYYEARDAY".freeze,
599
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
600
+ label: "BYYEARDAY",
601
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
600
602
  property :calAddress,
601
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
603
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
602
604
  property :calscale,
603
- comment: ["This property defines the calendar scale used for the calendar information specified in the iCalendar object.".freeze, "\n\t value type: TEXT".freeze],
604
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
605
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
606
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
605
+ comment: ["This property defines the calendar scale used for the calendar information specified in the iCalendar object.", "\n\t value type: TEXT"],
606
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
607
+ range: "http://www.w3.org/2001/XMLSchema#string",
608
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
607
609
  property :categories,
608
- comment: ["This property defines the categories for a calendar component.".freeze, "\n\t value type: TEXT".freeze],
610
+ comment: ["This property defines the categories for a calendar component.", "\n\t value type: TEXT"],
609
611
  domain: term(
610
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
611
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze)
612
+ type: "http://www.w3.org/2002/07/owl#Class",
613
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal")
612
614
  ),
613
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
614
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
615
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
615
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
616
+ range: "http://www.w3.org/2001/XMLSchema#string",
617
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
616
618
  property :class,
617
- comment: ["This property defines the access classification for a calendar component.".freeze, "\n\t value type: TEXT".freeze],
619
+ comment: ["This property defines the access classification for a calendar component.", "\n\t value type: TEXT"],
618
620
  domain: term(
619
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
620
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze)
621
+ type: "http://www.w3.org/2002/07/owl#Class",
622
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal")
621
623
  ),
622
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
623
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
624
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
624
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
625
+ range: "http://www.w3.org/2001/XMLSchema#string",
626
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
625
627
  property :cn,
626
- comment: "To specify the common name to be associated with the calendar user specified by the property.".freeze,
627
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
628
+ comment: "To specify the common name to be associated with the calendar user specified by the property.",
629
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
628
630
  property :comment,
629
- comment: ["This property specifies non-processing information intended to provide a comment to the calendar user.".freeze, "\n\t value type: TEXT".freeze],
631
+ comment: ["This property specifies non-processing information intended to provide a comment to the calendar user.", "\n\t value type: TEXT"],
630
632
  domain: term(
631
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
632
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze)
633
+ type: "http://www.w3.org/2002/07/owl#Class",
634
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy")
633
635
  ),
634
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
635
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
636
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
636
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
637
+ range: "http://www.w3.org/2001/XMLSchema#string",
638
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
637
639
  property :completed,
638
- comment: ["This property defines the date and time that a to-do was actually completed.".freeze, "\n\t value type: DATE-TIME".freeze],
639
- domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze,
640
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
641
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE-TIME".freeze,
642
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
640
+ comment: ["This property defines the date and time that a to-do was actually completed.", "\n\t value type: DATE-TIME"],
641
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtodo",
642
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
643
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE-TIME",
644
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
643
645
  property :component,
644
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
646
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
645
647
  property :contact,
646
- 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],
648
+ comment: ["The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.", "\n\t value type: TEXT"],
647
649
  domain: term(
648
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
649
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze)
650
+ type: "http://www.w3.org/2002/07/owl#Class",
651
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy")
650
652
  ),
651
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
652
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
653
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
653
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
654
+ range: "http://www.w3.org/2001/XMLSchema#string",
655
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
654
656
  property :count,
655
- label: "COUNT".freeze,
656
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
657
+ label: "COUNT",
658
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
657
659
  property :created,
658
- 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],
660
+ 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.", "\n\t value type: DATE-TIME"],
659
661
  domain: term(
660
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
661
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze)
662
+ type: "http://www.w3.org/2002/07/owl#Class",
663
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal")
662
664
  ),
663
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
664
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE-TIME".freeze,
665
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
665
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
666
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE-TIME",
667
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
666
668
  property :cutype,
667
- comment: "To specify the type of calendar user specified by the property.".freeze,
668
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
669
+ comment: "To specify the type of calendar user specified by the property.",
670
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
669
671
  property :daylight,
670
- label: "DAYLIGHT".freeze,
671
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
672
+ label: "DAYLIGHT",
673
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
672
674
  property :delegatedFrom,
673
- comment: "To specify the calendar users that have delegated their participation to the calendar user specified by the property.".freeze,
674
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
675
+ comment: "To specify the calendar users that have delegated their participation to the calendar user specified by the property.",
676
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
675
677
  property :delegatedTo,
676
- comment: "To specify the calendar users to whom the calendar user specified by the property has delegated participation.".freeze,
677
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
678
+ comment: "To specify the calendar users to whom the calendar user specified by the property has delegated participation.",
679
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
678
680
  property :description,
679
- 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],
681
+ comment: ["This property provides a more complete description of the calendar component, than that provided by the \"SUMMARY\" property.", "\n\t value type: TEXT"],
680
682
  domain: term(
681
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
682
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze)
683
+ type: "http://www.w3.org/2002/07/owl#Class",
684
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Valarm", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Valarm")
683
685
  ),
684
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
685
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
686
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
686
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
687
+ range: "http://www.w3.org/2001/XMLSchema#string",
688
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
687
689
  property :dir,
688
- comment: "To specify reference to a directory entry associated with the calendar user specified by the property.".freeze,
689
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
690
+ comment: "To specify reference to a directory entry associated with the calendar user specified by the property.",
691
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
690
692
  property :dtend,
691
- comment: ["This property specifies the date and time that a calendar component ends.".freeze, "\n\t default value type: DATE-TIME".freeze],
693
+ comment: ["This property specifies the date and time that a calendar component ends.", "\n\t default value type: DATE-TIME"],
692
694
  domain: term(
693
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
694
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze)
695
+ type: "http://www.w3.org/2002/07/owl#Class",
696
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy")
695
697
  ),
696
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
697
- label: "end".freeze,
698
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
698
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
699
+ label: "end",
700
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
699
701
  property :dtstamp,
700
- comment: ["The property indicates the date/time that the instance of the iCalendar object was created.".freeze, "\n\t value type: DATE-TIME".freeze],
702
+ comment: ["The property indicates the date/time that the instance of the iCalendar object was created.", "\n\t value type: DATE-TIME"],
701
703
  domain: term(
702
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
703
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze)
704
+ type: "http://www.w3.org/2002/07/owl#Class",
705
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy")
704
706
  ),
705
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
706
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE-TIME".freeze,
707
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
707
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
708
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE-TIME",
709
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
708
710
  property :dtstart,
709
- comment: ["This property specifies when the calendar component begins.".freeze, "\n\t default value type: DATE-TIME".freeze],
711
+ comment: ["This property specifies when the calendar component begins.", "\n\t default value type: DATE-TIME"],
710
712
  domain: term(
711
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
712
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze)
713
+ type: "http://www.w3.org/2002/07/owl#Class",
714
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone")
713
715
  ),
714
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
715
- label: "start".freeze,
716
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
716
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
717
+ label: "start",
718
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
717
719
  property :due,
718
- 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],
719
- domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze,
720
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
721
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
720
+ comment: ["This property defines the date and time that a to-do is expected to be completed.", "\n\t default value type: DATE-TIME"],
721
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtodo",
722
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
723
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
722
724
  property :duration,
723
- comment: ["The property specifies a positive duration of time.".freeze, "\n\t value type: DURATION".freeze],
725
+ comment: ["The property specifies a positive duration of time.", "\n\t value type: DURATION"],
724
726
  domain: term(
725
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
726
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze)
727
+ type: "http://www.w3.org/2002/07/owl#Class",
728
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Valarm", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Valarm")
727
729
  ),
728
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DURATION".freeze,
729
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DURATION".freeze,
730
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
730
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DURATION",
731
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DURATION",
732
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
731
733
  property :encoding,
732
- comment: "To specify an alternate inline encoding for the property value.".freeze,
733
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
734
+ comment: "To specify an alternate inline encoding for the property value.",
735
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
734
736
  property :exdate,
735
- comment: ["This property defines the list of date/time exceptions for a recurring calendar component.".freeze, "\n\t default value type: DATE-TIME".freeze],
736
- domain: "http://www.w3.org/2002/12/cal/icaltzd#DomainOf_rrule".freeze,
737
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
738
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
737
+ comment: ["This property defines the list of date/time exceptions for a recurring calendar component.", "\n\t default value type: DATE-TIME"],
738
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#DomainOf_rrule",
739
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
740
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
739
741
  property :exrule,
740
- comment: ["This property defines a rule or repeating pattern for an exception to a recurrence set.".freeze, "\n\t value type: RECUR".freeze],
742
+ comment: ["This property defines a rule or repeating pattern for an exception to a recurrence set.", "\n\t value type: RECUR"],
741
743
  domain: term(
742
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
743
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze)
744
+ type: "http://www.w3.org/2002/07/owl#Class",
745
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal")
744
746
  ),
745
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "RECUR".freeze,
746
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_RECUR".freeze,
747
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
747
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "RECUR",
748
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_RECUR",
749
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
748
750
  property :fbtype,
749
- comment: "To specify the free or busy time type.".freeze,
750
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
751
+ comment: "To specify the free or busy time type.",
752
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
751
753
  property :fmttype,
752
- comment: "To specify the content type of a referenced object.".freeze,
753
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
754
+ comment: "To specify the content type of a referenced object.",
755
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
754
756
  property :freebusy,
755
- comment: ["The property defines one or more free or busy time intervals.".freeze, "\n\t value type: PERIOD".freeze],
757
+ comment: ["The property defines one or more free or busy time intervals.", "\n\t value type: PERIOD"],
756
758
  domain: term(
757
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
758
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze)
759
+ type: "http://www.w3.org/2002/07/owl#Class",
760
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy")
759
761
  ),
760
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "PERIOD".freeze,
761
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_PERIOD".freeze,
762
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
762
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "PERIOD",
763
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_PERIOD",
764
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
763
765
  property :freq,
764
- label: "FREQ".freeze,
765
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
766
+ label: "FREQ",
767
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
766
768
  property :geo,
767
- 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],
769
+ comment: ["This property specifies information related to the global position for the activity specified by a calendar component.", "\n\t value type: list of FLOAT"],
768
770
  domain: term(
769
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
770
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze)
771
+ type: "http://www.w3.org/2002/07/owl#Class",
772
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo")
771
773
  ),
772
- "http://www.w3.org/2002/12/cal/icalSpec#valueListType": "FLOAT".freeze,
773
- range: "http://www.w3.org/2002/12/cal/icaltzd#List_of_Float".freeze,
774
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
774
+ "http://www.w3.org/2002/12/cal/icalSpec#valueListType": "FLOAT",
775
+ range: "http://www.w3.org/2002/12/cal/icaltzd#List_of_Float",
776
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
775
777
  property :interval,
776
- label: "INTERVAL".freeze,
777
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
778
+ label: "INTERVAL",
779
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
778
780
  property :language,
779
- comment: "To specify the language for text values in a property or property parameter.".freeze,
780
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
781
+ comment: "To specify the language for text values in a property or property parameter.",
782
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
781
783
  property :lastModified,
782
- 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],
784
+ 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.", "\n\t value type: DATE-TIME"],
783
785
  domain: term(
784
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
785
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze)
786
+ type: "http://www.w3.org/2002/07/owl#Class",
787
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone")
786
788
  ),
787
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
788
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE-TIME".freeze,
789
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
789
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
790
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE-TIME",
791
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
790
792
  property :location,
791
- comment: ["The property defines the intended venue for the activity defined by a calendar component.".freeze, "\n\t value type: TEXT".freeze],
793
+ comment: ["The property defines the intended venue for the activity defined by a calendar component.", "\n\t value type: TEXT"],
792
794
  domain: term(
793
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
794
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze)
795
+ type: "http://www.w3.org/2002/07/owl#Class",
796
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo")
795
797
  ),
796
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
797
- label: "location".freeze,
798
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
799
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
798
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
799
+ label: "location",
800
+ range: "http://www.w3.org/2001/XMLSchema#string",
801
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
800
802
  property :member,
801
- comment: "To specify the group or list membership of the calendar user specified by the property.".freeze,
802
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
803
+ comment: "To specify the group or list membership of the calendar user specified by the property.",
804
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
803
805
  property :method,
804
- comment: ["This property defines the iCalendar object method associated with the calendar object.".freeze, "\n\t value type: TEXT".freeze],
805
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
806
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
807
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
806
+ comment: ["This property defines the iCalendar object method associated with the calendar object.", "\n\t value type: TEXT"],
807
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
808
+ range: "http://www.w3.org/2001/XMLSchema#string",
809
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
808
810
  property :organizer,
809
- comment: ["The property defines the organizer for a calendar component.".freeze, "\n\t value type: CAL-ADDRESS".freeze],
811
+ comment: ["The property defines the organizer for a calendar component.", "\n\t value type: CAL-ADDRESS"],
810
812
  domain: term(
811
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
812
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze)
813
+ type: "http://www.w3.org/2002/07/owl#Class",
814
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy")
813
815
  ),
814
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "CAL-ADDRESS".freeze,
815
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_CAL-ADDRESS".freeze,
816
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
816
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "CAL-ADDRESS",
817
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_CAL-ADDRESS",
818
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
817
819
  property :partstat,
818
- comment: "To specify the participation status for the calendar user specified by the property.".freeze,
819
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
820
+ comment: "To specify the participation status for the calendar user specified by the property.",
821
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
820
822
  property :percentComplete,
821
- 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],
822
- domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze,
823
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER".freeze,
824
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
825
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
823
+ 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.", "\n\t value type: INTEGER"],
824
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtodo",
825
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER",
826
+ range: "http://www.w3.org/2001/XMLSchema#integer",
827
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
826
828
  property :priority,
827
- comment: ["The property defines the relative priority for a calendar component.".freeze, "\n\t value type: INTEGER".freeze],
829
+ comment: ["The property defines the relative priority for a calendar component.", "\n\t value type: INTEGER"],
828
830
  domain: term(
829
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
830
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze)
831
+ type: "http://www.w3.org/2002/07/owl#Class",
832
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo")
831
833
  ),
832
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER".freeze,
833
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
834
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
834
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER",
835
+ range: "http://www.w3.org/2001/XMLSchema#integer",
836
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
835
837
  property :prodid,
836
- comment: ["This property specifies the identifier for the product that created the iCalendar object.".freeze, "\n\t value type: TEXT".freeze],
837
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
838
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
839
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
838
+ comment: ["This property specifies the identifier for the product that created the iCalendar object.", "\n\t value type: TEXT"],
839
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
840
+ range: "http://www.w3.org/2001/XMLSchema#string",
841
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
840
842
  property :range,
841
- comment: "To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.".freeze,
842
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
843
+ comment: "To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.",
844
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
843
845
  property :rdate,
844
- comment: ["This property defines the list of date/times for a recurrence set.".freeze, "\n\t default value type: DATE-TIME".freeze],
846
+ comment: ["This property defines the list of date/times for a recurrence set.", "\n\t default value type: DATE-TIME"],
845
847
  domain: term(
846
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
847
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze)
848
+ type: "http://www.w3.org/2002/07/owl#Class",
849
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone")
848
850
  ),
849
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
850
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
851
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
852
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
851
853
  property :recurrenceId,
852
- 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],
853
- domain: "http://www.w3.org/2002/12/cal/icaltzd#DomainOf_rrule".freeze,
854
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
855
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
854
+ 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.", "\n\t default value type: DATE-TIME"],
855
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#DomainOf_rrule",
856
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME",
857
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
856
858
  property :related,
857
- comment: "To specify the relationship of the alarm trigger with respect to the start or end of the calendar component.".freeze,
858
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
859
+ comment: "To specify the relationship of the alarm trigger with respect to the start or end of the calendar component.",
860
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
859
861
  property :relatedTo,
860
- comment: ["The property is used to represent a relationship or reference between one calendar component and another.".freeze, "\n\t value type: TEXT".freeze],
862
+ comment: ["The property is used to represent a relationship or reference between one calendar component and another.", "\n\t value type: TEXT"],
861
863
  domain: term(
862
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
863
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze)
864
+ type: "http://www.w3.org/2002/07/owl#Class",
865
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal")
864
866
  ),
865
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
866
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
867
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
867
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
868
+ range: "http://www.w3.org/2001/XMLSchema#string",
869
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
868
870
  property :reltype,
869
- comment: "To specify the type of hierarchical relationship associated with the calendar component specified by the property.".freeze,
870
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
871
+ comment: "To specify the type of hierarchical relationship associated with the calendar component specified by the property.",
872
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
871
873
  property :repeat,
872
- comment: ["This property defines the number of time the alarm should be repeated, after the initial trigger.".freeze, "\n\t value type: INTEGER".freeze],
873
- domain: "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze,
874
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER".freeze,
875
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
876
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
874
+ comment: ["This property defines the number of time the alarm should be repeated, after the initial trigger.", "\n\t value type: INTEGER"],
875
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#Valarm",
876
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER",
877
+ range: "http://www.w3.org/2001/XMLSchema#integer",
878
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
877
879
  property :requestStatus,
878
- comment: ["This property defines the status code returned for a scheduling request.".freeze, "\n\t value type: TEXT".freeze],
880
+ comment: ["This property defines the status code returned for a scheduling request.", "\n\t value type: TEXT"],
879
881
  domain: term(
880
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
881
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze)
882
+ type: "http://www.w3.org/2002/07/owl#Class",
883
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy")
882
884
  ),
883
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
884
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
885
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
885
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
886
+ range: "http://www.w3.org/2001/XMLSchema#string",
887
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
886
888
  property :resources,
887
- comment: ["This property defines the equipment or resources anticipated for an activity specified by a calendar entity..".freeze, "\n\t value type: TEXT".freeze],
889
+ comment: ["This property defines the equipment or resources anticipated for an activity specified by a calendar entity..", "\n\t value type: TEXT"],
888
890
  domain: term(
889
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
890
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze)
891
+ type: "http://www.w3.org/2002/07/owl#Class",
892
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo")
891
893
  ),
892
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
893
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
894
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
894
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
895
+ range: "http://www.w3.org/2001/XMLSchema#string",
896
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
895
897
  property :role,
896
- comment: "To specify the participation role for the calendar user specified by the property.".freeze,
897
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
898
+ comment: "To specify the participation role for the calendar user specified by the property.",
899
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
898
900
  property :rrule,
899
- 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],
901
+ comment: ["This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.", "\n\t value type: RECUR"],
900
902
  domain: term(
901
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
902
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze)
903
+ type: "http://www.w3.org/2002/07/owl#Class",
904
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone")
903
905
  ),
904
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "RECUR".freeze,
905
- range: "http://www.w3.org/2002/12/cal/icaltzd#Value_RECUR".freeze,
906
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
906
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "RECUR",
907
+ range: "http://www.w3.org/2002/12/cal/icaltzd#Value_RECUR",
908
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
907
909
  property :rsvp,
908
- comment: "To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value.".freeze,
909
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
910
+ comment: "To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value.",
911
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
910
912
  property :sentBy,
911
- comment: "To specify the calendar user that is acting on behalf of the calendar user specified by the property.".freeze,
912
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
913
+ comment: "To specify the calendar user that is acting on behalf of the calendar user specified by the property.",
914
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
913
915
  property :sequence,
914
- comment: ["This property defines the revision sequence number of the calendar component within a sequence of revisions.".freeze, "\n\t value type: integer".freeze],
916
+ comment: ["This property defines the revision sequence number of the calendar component within a sequence of revisions.", "\n\t value type: integer"],
915
917
  domain: term(
916
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
917
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze)
918
+ type: "http://www.w3.org/2002/07/owl#Class",
919
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal")
918
920
  ),
919
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "integer".freeze,
920
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
921
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
921
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "integer",
922
+ range: "http://www.w3.org/2001/XMLSchema#integer",
923
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
922
924
  property :standard,
923
- label: "STANDARD".freeze,
924
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
925
+ label: "STANDARD",
926
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
925
927
  property :status,
926
- comment: ["This property defines the overall status or confirmation for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
928
+ comment: ["This property defines the overall status or confirmation for the calendar component.", "\n\t value type: TEXT"],
927
929
  domain: term(
928
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
929
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze)
930
+ type: "http://www.w3.org/2002/07/owl#Class",
931
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal")
930
932
  ),
931
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
932
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
933
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
933
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
934
+ range: "http://www.w3.org/2001/XMLSchema#string",
935
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
934
936
  property :summary,
935
- comment: ["This property defines a short summary or subject for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
937
+ comment: ["This property defines a short summary or subject for the calendar component.", "\n\t value type: TEXT"],
936
938
  domain: term(
937
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
938
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze)
939
+ type: "http://www.w3.org/2002/07/owl#Class",
940
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Valarm", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Valarm")
939
941
  ),
940
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
941
- label: "summary".freeze,
942
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
943
- subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
944
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
942
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
943
+ label: "summary",
944
+ range: "http://www.w3.org/2001/XMLSchema#string",
945
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label",
946
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
945
947
  property :transp,
946
- comment: ["This property defines whether an event is transparent or not to busy time searches.".freeze, "\n\t value type: TEXT".freeze],
947
- domain: "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze,
948
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
949
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
950
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
948
+ comment: ["This property defines whether an event is transparent or not to busy time searches.", "\n\t value type: TEXT"],
949
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#Vevent",
950
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
951
+ range: "http://www.w3.org/2001/XMLSchema#string",
952
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
951
953
  property :trigger,
952
- comment: ["This property specifies when an alarm will trigger.".freeze, "\n\t default value type: DURATION".freeze],
954
+ comment: ["This property specifies when an alarm will trigger.", "\n\t default value type: DURATION"],
953
955
  domain: term(
954
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
955
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Valarm".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze)
956
+ type: "http://www.w3.org/2002/07/owl#Class",
957
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Valarm", "http://www.w3.org/2002/12/cal/icaltzd#Valarm", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo")
956
958
  ),
957
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DURATION".freeze,
959
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DURATION",
958
960
  range: term(
959
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
960
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Value_DURATION".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE".freeze)
961
+ type: "http://www.w3.org/2002/07/owl#Class",
962
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Value_DURATION", "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE", "http://www.w3.org/2002/12/cal/icaltzd#Value_DATE")
961
963
  ),
962
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
964
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
963
965
  property :tzid,
964
- 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],
965
- domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze,
966
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
967
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
968
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
966
+ comment: ["This property specifies the text value that uniquely identifies the \"VTIMEZONE\" calendar component.", "To specify the identifier for the time zone definition for a time component in the property value.", "\n\t value type: TEXT"],
967
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone",
968
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
969
+ range: "http://www.w3.org/2001/XMLSchema#string",
970
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
969
971
  property :tzname,
970
- comment: ["This property specifies the customary designation for a time zone description.".freeze, "\n\t value type: TEXT".freeze],
971
- domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze,
972
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
973
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
974
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
972
+ comment: ["This property specifies the customary designation for a time zone description.", "\n\t value type: TEXT"],
973
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone",
974
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
975
+ range: "http://www.w3.org/2001/XMLSchema#string",
976
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
975
977
  property :tzoffsetfrom,
976
- comment: ["This property specifies the offset which is in use prior to this time zone observance.".freeze, "\n\t value type: UTC-OFFSET".freeze],
978
+ comment: ["This property specifies the offset which is in use prior to this time zone observance.", "\n\t value type: UTC-OFFSET"],
977
979
  domain: term(
978
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
979
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze)
980
+ type: "http://www.w3.org/2002/07/owl#Class",
981
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone")
980
982
  ),
981
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "UTC-OFFSET".freeze,
982
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
983
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
983
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "UTC-OFFSET",
984
+ range: "http://www.w3.org/2001/XMLSchema#string",
985
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
984
986
  property :tzoffsetto,
985
- comment: ["This property specifies the offset which is in use in this time zone observance.".freeze, "\n\t value type: UTC-OFFSET".freeze],
986
- domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze,
987
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "UTC-OFFSET".freeze,
988
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
989
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
987
+ comment: ["This property specifies the offset which is in use in this time zone observance.", "\n\t value type: UTC-OFFSET"],
988
+ domain: "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone",
989
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "UTC-OFFSET",
990
+ range: "http://www.w3.org/2001/XMLSchema#string",
991
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
990
992
  property :tzurl,
991
- 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],
993
+ 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.", "\n\t value type: URI"],
992
994
  domain: term(
993
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
994
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone".freeze)
995
+ type: "http://www.w3.org/2002/07/owl#Class",
996
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone", "http://www.w3.org/2002/12/cal/icaltzd#Vtimezone")
995
997
  ),
996
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze,
997
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
998
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI",
999
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
998
1000
  property :uid,
999
- comment: ["This property defines the persistent, globally unique identifier for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
1001
+ comment: ["This property defines the persistent, globally unique identifier for the calendar component.", "\n\t value type: TEXT"],
1000
1002
  domain: term(
1001
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
1002
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze)
1003
+ type: "http://www.w3.org/2002/07/owl#Class",
1004
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal")
1003
1005
  ),
1004
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1005
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
1006
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1006
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
1007
+ range: "http://www.w3.org/2001/XMLSchema#string",
1008
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1007
1009
  property :until,
1008
- label: "UNTIL".freeze,
1009
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1010
+ label: "UNTIL",
1011
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1010
1012
  property :url,
1011
- comment: ["This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.".freeze, "\n\t value type: URI".freeze],
1013
+ comment: ["This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.", "\n\t value type: URI"],
1012
1014
  domain: term(
1013
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
1014
- unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vtodo".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vjournal".freeze, "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy".freeze)
1015
+ type: "http://www.w3.org/2002/07/owl#Class",
1016
+ unionOf: list("http://www.w3.org/2002/12/cal/icaltzd#Vevent", "http://www.w3.org/2002/12/cal/icaltzd#Vtodo", "http://www.w3.org/2002/12/cal/icaltzd#Vjournal", "http://www.w3.org/2002/12/cal/icaltzd#Vfreebusy")
1015
1017
  ),
1016
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze,
1017
- label: "see also".freeze,
1018
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1018
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI",
1019
+ label: "see also",
1020
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1019
1021
  property :version,
1020
- 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],
1021
- "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1022
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
1023
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1022
+ 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.", "\n\t value type: TEXT"],
1023
+ "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT",
1024
+ range: "http://www.w3.org/2001/XMLSchema#string",
1025
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1024
1026
  property :wkst,
1025
- label: "WKST".freeze,
1026
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1027
+ label: "WKST",
1028
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1027
1029
 
1028
1030
  # Datatype definitions
1029
1031
  term :"Value_DATE-TIME",
1030
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
1032
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
1031
1033
  term :dateTime,
1032
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
1034
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
1033
1035
  end
1034
1036
  end