rdf 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/CREDITS +1 -0
  3. data/VERSION +1 -1
  4. data/lib/rdf.rb +10 -48
  5. data/lib/rdf/cli/vocab-loader.rb +78 -142
  6. data/lib/rdf/mixin/enumerable.rb +25 -0
  7. data/lib/rdf/mixin/mutable.rb +3 -0
  8. data/lib/rdf/model/graph.rb +1 -1
  9. data/lib/rdf/model/node.rb +25 -2
  10. data/lib/rdf/model/statement.rb +20 -12
  11. data/lib/rdf/model/uri.rb +11 -2
  12. data/lib/rdf/nquads.rb +8 -6
  13. data/lib/rdf/ntriples/writer.rb +14 -10
  14. data/lib/rdf/query/pattern.rb +10 -8
  15. data/lib/rdf/reader.rb +11 -2
  16. data/lib/rdf/repository.rb +1 -1
  17. data/lib/rdf/vocab.rb +396 -96
  18. data/lib/rdf/vocab/cc.rb +117 -25
  19. data/lib/rdf/vocab/cert.rb +230 -117
  20. data/lib/rdf/vocab/dc.rb +930 -233
  21. data/lib/rdf/vocab/dc11.rb +151 -37
  22. data/lib/rdf/vocab/doap.rb +326 -114
  23. data/lib/rdf/vocab/exif.rb +930 -533
  24. data/lib/rdf/vocab/foaf.rb +602 -346
  25. data/lib/rdf/vocab/geo.rb +139 -33
  26. data/lib/rdf/vocab/gr.rb +1551 -1084
  27. data/lib/rdf/vocab/ht.rb +319 -0
  28. data/lib/rdf/vocab/ical.rb +507 -349
  29. data/lib/rdf/vocab/ma.rb +504 -280
  30. data/lib/rdf/vocab/mo.rb +2425 -876
  31. data/lib/rdf/vocab/og.rb +178 -90
  32. data/lib/rdf/vocab/owl.rb +513 -219
  33. data/lib/rdf/vocab/prov.rb +1557 -479
  34. data/lib/rdf/vocab/rdfs.rb +107 -31
  35. data/lib/rdf/vocab/rdfv.rb +165 -0
  36. data/lib/rdf/vocab/rsa.rb +61 -18
  37. data/lib/rdf/vocab/rss.rb +55 -22
  38. data/lib/rdf/vocab/schema.rb +8590 -3995
  39. data/lib/rdf/vocab/sioc.rb +657 -218
  40. data/lib/rdf/vocab/skos.rb +227 -134
  41. data/lib/rdf/vocab/skosxl.rb +47 -33
  42. data/lib/rdf/vocab/vcard.rb +693 -327
  43. data/lib/rdf/vocab/void.rb +175 -132
  44. data/lib/rdf/vocab/vs.rb +27 -0
  45. data/lib/rdf/vocab/wdrs.rb +123 -119
  46. data/lib/rdf/vocab/wot.rb +155 -45
  47. data/lib/rdf/vocab/xhtml.rb +2 -1
  48. data/lib/rdf/vocab/xhv.rb +496 -231
  49. data/lib/rdf/vocab/xsd.rb +382 -53
  50. data/lib/rdf/writer.rb +8 -4
  51. metadata +5 -4
  52. data/lib/rdf/vocab/http.rb +0 -84
  53. data/lib/rdf/vocab/v.rb +0 -154
@@ -1,337 +1,703 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  # This file generated automatically using vocab-fetch from http://www.w3.org/2006/vcard/ns#
2
3
  require 'rdf'
3
4
  module RDF
4
5
  class VCARD < StrictVocabulary("http://www.w3.org/2006/vcard/ns#")
5
6
 
6
7
  # Class definitions
7
- property :Acquaintance, :label => 'Acquaintance'
8
- property :Address, :label => 'Address', :comment =>
9
- %(To specify the components of the delivery address for the
10
- object)
11
- property :Agent, :label => 'Agent'
12
- property :BBS, :label => 'BBS', :comment =>
13
- %(This class is deprecated)
14
- property :Car, :label => 'Car', :comment =>
15
- %(This class is deprecated)
16
- property :Cell, :label => 'Cell', :comment =>
17
- %(Also called mobile telephone)
18
- property :Child, :label => 'Child'
19
- property :Colleague, :label => 'Colleague'
20
- property :Contact, :label => 'Contact'
21
- property :Coresident, :label => 'Coresident'
22
- property :Coworker, :label => 'Coworker'
23
- property :Crush, :label => 'Crush'
24
- property :Date, :label => 'Date'
25
- property :Dom, :label => 'Dom', :comment =>
26
- %(This class is deprecated)
27
- property :Email, :label => 'Email', :comment =>
28
- %(To specify the electronic mail address for communication with
29
- the object the vCard represents. Use the hasEmail object
30
- property.)
31
- property :Emergency, :label => 'Emergency'
32
- property :Fax, :label => 'Fax'
33
- property :Female, :label => 'Female'
34
- property :Friend, :label => 'Friend'
35
- property :Gender, :label => 'Gender', :comment =>
36
- %(Used for gender codes. The URI of the gender code must be used
37
- as the value for Gender.)
38
- property :Group, :label => 'Group', :comment =>
39
- %(Object representing a group of persons or entities. A group
40
- object will usually contain hasMember properties to specify
41
- the members of the group.)
42
- property :Home, :label => 'Home', :comment =>
43
- %(This implies that the property is related to an individual's
44
- personal life)
45
- property :ISDN, :label => 'ISDN', :comment =>
46
- %(This class is deprecated)
47
- property :Individual, :label => 'Individual', :comment =>
48
- %(An object representing a single person or entity)
49
- property :Internet, :label => 'Internet', :comment =>
50
- %(This class is deprecated)
51
- property :Intl, :label => 'Intl', :comment =>
52
- %(This class is deprecated)
53
- property :Kin, :label => 'Kin'
54
- property :Kind, :label => 'Kind', :comment =>
55
- %(The parent class for all objects)
56
- property :Label, :label => 'Label', :comment =>
57
- %(This class is deprecated)
58
- property :Location, :label => 'Location', :comment =>
59
- %(An object representing a named geographical place)
60
- property :Male, :label => 'Male'
61
- property :Me, :label => 'Me'
62
- property :Met, :label => 'Met'
63
- property :Modem, :label => 'Modem', :comment =>
64
- %(This class is deprecated)
65
- property :Msg, :label => 'Msg', :comment =>
66
- %(This class is deprecated)
67
- property :Muse, :label => 'Muse'
68
- property :Name, :label => 'Name', :comment =>
69
- %(To specify the components of the name of the object)
70
- property :Neighbor, :label => 'Neighbor'
71
- property :None, :label => 'None'
72
- property :Organization, :label => 'Organization', :comment =>
73
- %(An object representing an organization. An organization is a
74
- single entity, and might represent a business or government, a
75
- department or division within a business or government, a
76
- club, an association, or the like.)
77
- property :Other, :label => 'Other'
78
- property :PCS, :label => 'PCS', :comment =>
79
- %(This class is deprecated)
80
- property :Pager, :label => 'Pager'
81
- property :Parcel, :label => 'Parcel', :comment =>
82
- %(This class is deprecated)
83
- property :Parent, :label => 'Parent'
84
- property :TelephoneType, :label => 'Phone', :comment =>
85
- %(Used for telephone type codes. The URI of the telephone type
86
- code must be used as the value for the Telephone Type.)
87
- property :Postal, :label => 'Postal', :comment =>
88
- %(This class is deprecated)
89
- property :Pref, :label => 'Pref', :comment =>
90
- %(This class is deprecated)
91
- property :RelatedType, :label => 'Relation Type', :comment =>
92
- %(Used for relation type codes. The URI of the relation type
93
- code must be used as the value for the Relation Type.)
94
- property :Sibling, :label => 'Sibling'
95
- property :Spouse, :label => 'Spouse'
96
- property :Sweetheart, :label => 'Sweetheart'
97
- property :Tel, :label => 'Tel', :comment =>
98
- %(This class is deprecated. Use the hasTelephone object
99
- property.)
100
- property :Text, :label => 'Text', :comment =>
101
- %(Also called sms telephone)
102
- property :TextPhone, :label => 'Text phone'
103
- property :Type, :label => 'Type', :comment =>
104
- %(Used for type codes. The URI of the type code must be used as
105
- the value for Type.)
106
- property :Unknown, :label => 'Unknown'
107
- property :VCard, :label => 'VCard', :comment =>
108
- %(The vCard class is deprecated and equivalent to the new Kind
109
- class, which is the parent for the four explicit types of
110
- vCards \(Individual, Organization, Location, Group\))
111
- property :Video, :label => 'Video'
112
- property :Voice, :label => 'Voice'
113
- property :Work, :label => 'Work', :comment =>
114
- %(This implies that the property is related to an individual's
115
- work place)
116
- property :X400, :label => 'X400', :comment =>
117
- %(This class is deprecated)
8
+ term :Acquaintance,
9
+ label: "Acquaintance".freeze,
10
+ subClassOf: "vcard:RelatedType".freeze,
11
+ type: "owl:Class".freeze
12
+ term :Address,
13
+ comment: %(To specify the components of the delivery address for the object).freeze,
14
+ label: "Address".freeze,
15
+ "owl:equivalentClass" => %(_:g2189369100).freeze,
16
+ type: "owl:Class".freeze
17
+ term :Agent,
18
+ label: "Agent".freeze,
19
+ subClassOf: "vcard:RelatedType".freeze,
20
+ type: "owl:Class".freeze
21
+ term :BBS,
22
+ comment: %(This class is deprecated).freeze,
23
+ label: "BBS".freeze,
24
+ "owl:deprecated" => %(true).freeze,
25
+ subClassOf: "vcard:TelephoneType".freeze,
26
+ type: "owl:Class".freeze
27
+ term :Car,
28
+ comment: %(This class is deprecated).freeze,
29
+ label: "Car".freeze,
30
+ "owl:deprecated" => %(true).freeze,
31
+ subClassOf: "vcard:TelephoneType".freeze,
32
+ type: "owl:Class".freeze
33
+ term :Cell,
34
+ comment: %(Also called mobile telephone).freeze,
35
+ label: "Cell".freeze,
36
+ subClassOf: "vcard:TelephoneType".freeze,
37
+ type: "owl:Class".freeze
38
+ term :Child,
39
+ label: "Child".freeze,
40
+ subClassOf: "vcard:RelatedType".freeze,
41
+ type: "owl:Class".freeze
42
+ term :Colleague,
43
+ label: "Colleague".freeze,
44
+ subClassOf: "vcard:RelatedType".freeze,
45
+ type: "owl:Class".freeze
46
+ term :Contact,
47
+ label: "Contact".freeze,
48
+ subClassOf: "vcard:RelatedType".freeze,
49
+ type: "owl:Class".freeze
50
+ term :Coresident,
51
+ label: "Coresident".freeze,
52
+ subClassOf: "vcard:RelatedType".freeze,
53
+ type: "owl:Class".freeze
54
+ term :Coworker,
55
+ label: "Coworker".freeze,
56
+ subClassOf: "vcard:RelatedType".freeze,
57
+ type: "owl:Class".freeze
58
+ term :Crush,
59
+ label: "Crush".freeze,
60
+ subClassOf: "vcard:RelatedType".freeze,
61
+ type: "owl:Class".freeze
62
+ term :Date,
63
+ label: "Date".freeze,
64
+ subClassOf: "vcard:RelatedType".freeze,
65
+ type: "owl:Class".freeze
66
+ term :Dom,
67
+ comment: %(This class is deprecated).freeze,
68
+ label: "Dom".freeze,
69
+ "owl:deprecated" => %(true).freeze,
70
+ subClassOf: "vcard:Type".freeze,
71
+ type: "owl:Class".freeze
72
+ term :Email,
73
+ comment: %(To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property.).freeze,
74
+ label: "Email".freeze,
75
+ "owl:deprecated" => %(true).freeze,
76
+ type: "owl:Class".freeze
77
+ term :Emergency,
78
+ label: "Emergency".freeze,
79
+ subClassOf: "vcard:RelatedType".freeze,
80
+ type: "owl:Class".freeze
81
+ term :Fax,
82
+ label: "Fax".freeze,
83
+ subClassOf: "vcard:TelephoneType".freeze,
84
+ type: "owl:Class".freeze
85
+ term :Female,
86
+ label: "Female".freeze,
87
+ subClassOf: "vcard:Gender".freeze,
88
+ type: "owl:Class".freeze
89
+ term :Friend,
90
+ label: "Friend".freeze,
91
+ subClassOf: "vcard:RelatedType".freeze,
92
+ type: "owl:Class".freeze
93
+ term :Gender,
94
+ comment: %(Used for gender codes. The URI of the gender code must be used as the value for Gender.).freeze,
95
+ label: "Gender".freeze,
96
+ type: "owl:Class".freeze
97
+ term :Group,
98
+ comment: %(Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group.).freeze,
99
+ label: "Group".freeze,
100
+ "owl:disjointWith" => %(vcard:Individual).freeze,
101
+ "owl:equivalentClass" => %(_:g2157572220).freeze,
102
+ subClassOf: "vcard:Kind".freeze,
103
+ type: "owl:Class".freeze
104
+ term :Home,
105
+ comment: %(This implies that the property is related to an individual's personal life).freeze,
106
+ label: "Home".freeze,
107
+ subClassOf: "vcard:Type".freeze,
108
+ type: "owl:Class".freeze
109
+ term :ISDN,
110
+ comment: %(This class is deprecated).freeze,
111
+ label: "ISDN".freeze,
112
+ "owl:deprecated" => %(true).freeze,
113
+ subClassOf: "vcard:Type".freeze,
114
+ type: "owl:Class".freeze
115
+ term :Individual,
116
+ comment: %(An object representing a single person or entity).freeze,
117
+ label: "Individual".freeze,
118
+ "owl:disjointWith" => %(vcard:Location).freeze,
119
+ subClassOf: "vcard:Kind".freeze,
120
+ type: "owl:Class".freeze
121
+ term :Internet,
122
+ comment: %(This class is deprecated).freeze,
123
+ label: "Internet".freeze,
124
+ "owl:deprecated" => %(true).freeze,
125
+ subClassOf: "vcard:Type".freeze,
126
+ type: "owl:Class".freeze
127
+ term :Intl,
128
+ comment: %(This class is deprecated).freeze,
129
+ label: "Intl".freeze,
130
+ "owl:deprecated" => %(true).freeze,
131
+ subClassOf: "vcard:Type".freeze,
132
+ type: "owl:Class".freeze
133
+ term :Kin,
134
+ label: "Kin".freeze,
135
+ subClassOf: "vcard:RelatedType".freeze,
136
+ type: "owl:Class".freeze
137
+ term :Kind,
138
+ comment: %(The parent class for all objects).freeze,
139
+ label: "Kind".freeze,
140
+ "owl:equivalentClass" => %(vcard:VCard).freeze,
141
+ type: "owl:Class".freeze
142
+ term :Label,
143
+ comment: %(This class is deprecated).freeze,
144
+ label: "Label".freeze,
145
+ "owl:deprecated" => %(true).freeze,
146
+ subClassOf: "vcard:Type".freeze,
147
+ type: "owl:Class".freeze
148
+ term :Location,
149
+ comment: %(An object representing a named geographical place).freeze,
150
+ label: "Location".freeze,
151
+ "owl:disjointWith" => %(vcard:Organization).freeze,
152
+ subClassOf: "vcard:Kind".freeze,
153
+ type: "owl:Class".freeze
154
+ term :Male,
155
+ label: "Male".freeze,
156
+ subClassOf: "vcard:Gender".freeze,
157
+ type: "owl:Class".freeze
158
+ term :Me,
159
+ label: "Me".freeze,
160
+ subClassOf: "vcard:RelatedType".freeze,
161
+ type: "owl:Class".freeze
162
+ term :Met,
163
+ label: "Met".freeze,
164
+ subClassOf: "vcard:RelatedType".freeze,
165
+ type: "owl:Class".freeze
166
+ term :Modem,
167
+ comment: %(This class is deprecated).freeze,
168
+ label: "Modem".freeze,
169
+ "owl:deprecated" => %(true).freeze,
170
+ subClassOf: "vcard:TelephoneType".freeze,
171
+ type: "owl:Class".freeze
172
+ term :Msg,
173
+ comment: %(This class is deprecated).freeze,
174
+ label: "Msg".freeze,
175
+ "owl:deprecated" => %(true).freeze,
176
+ subClassOf: "vcard:TelephoneType".freeze,
177
+ type: "owl:Class".freeze
178
+ term :Muse,
179
+ label: "Muse".freeze,
180
+ subClassOf: "vcard:RelatedType".freeze,
181
+ type: "owl:Class".freeze
182
+ term :Name,
183
+ comment: %(To specify the components of the name of the object).freeze,
184
+ label: "Name".freeze,
185
+ "owl:equivalentClass" => %(_:g2227687300).freeze,
186
+ type: "owl:Class".freeze
187
+ term :Neighbor,
188
+ label: "Neighbor".freeze,
189
+ subClassOf: "vcard:RelatedType".freeze,
190
+ type: "owl:Class".freeze
191
+ term :None,
192
+ label: "None".freeze,
193
+ subClassOf: "vcard:Gender".freeze,
194
+ type: "owl:Class".freeze
195
+ term :Organization,
196
+ comment: %(An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like.
197
+ ).freeze,
198
+ label: "Organization".freeze,
199
+ subClassOf: "vcard:Kind".freeze,
200
+ type: "owl:Class".freeze
201
+ term :Other,
202
+ label: "Other".freeze,
203
+ subClassOf: "vcard:Gender".freeze,
204
+ type: "owl:Class".freeze
205
+ term :PCS,
206
+ comment: %(This class is deprecated).freeze,
207
+ label: "PCS".freeze,
208
+ "owl:deprecated" => %(true).freeze,
209
+ subClassOf: "vcard:TelephoneType".freeze,
210
+ type: "owl:Class".freeze
211
+ term :Pager,
212
+ label: "Pager".freeze,
213
+ subClassOf: "vcard:TelephoneType".freeze,
214
+ type: "owl:Class".freeze
215
+ term :Parcel,
216
+ comment: %(This class is deprecated).freeze,
217
+ label: "Parcel".freeze,
218
+ "owl:deprecated" => %(true).freeze,
219
+ subClassOf: "vcard:Type".freeze,
220
+ type: "owl:Class".freeze
221
+ term :Parent,
222
+ label: "Parent".freeze,
223
+ subClassOf: "vcard:RelatedType".freeze,
224
+ type: "owl:Class".freeze
225
+ term :Postal,
226
+ comment: %(This class is deprecated).freeze,
227
+ label: "Postal".freeze,
228
+ "owl:deprecated" => %(true).freeze,
229
+ subClassOf: "vcard:Type".freeze,
230
+ type: "owl:Class".freeze
231
+ term :Pref,
232
+ comment: %(This class is deprecated).freeze,
233
+ label: "Pref".freeze,
234
+ "owl:deprecated" => %(true).freeze,
235
+ subClassOf: "vcard:Type".freeze,
236
+ type: "owl:Class".freeze
237
+ term :RelatedType,
238
+ comment: %(Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type.).freeze,
239
+ label: "Relation Type".freeze,
240
+ type: "owl:Class".freeze
241
+ term :Sibling,
242
+ label: "Sibling".freeze,
243
+ subClassOf: "vcard:RelatedType".freeze,
244
+ type: "owl:Class".freeze
245
+ term :Spouse,
246
+ label: "Spouse".freeze,
247
+ subClassOf: "vcard:RelatedType".freeze,
248
+ type: "owl:Class".freeze
249
+ term :Sweetheart,
250
+ label: "Sweetheart".freeze,
251
+ subClassOf: "vcard:RelatedType".freeze,
252
+ type: "owl:Class".freeze
253
+ term :Tel,
254
+ comment: %(This class is deprecated. Use the hasTelephone object property.).freeze,
255
+ label: "Tel".freeze,
256
+ "owl:deprecated" => %(true).freeze,
257
+ type: "owl:Class".freeze
258
+ term :TelephoneType,
259
+ comment: %(Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type.).freeze,
260
+ label: "Phone".freeze,
261
+ type: "owl:Class".freeze
262
+ term :Text,
263
+ comment: %(Also called sms telephone).freeze,
264
+ label: "Text".freeze,
265
+ subClassOf: "vcard:TelephoneType".freeze,
266
+ type: "owl:Class".freeze
267
+ term :TextPhone,
268
+ label: "Text phone".freeze,
269
+ subClassOf: "vcard:TelephoneType".freeze,
270
+ type: "owl:Class".freeze
271
+ term :Type,
272
+ comment: %(Used for type codes. The URI of the type code must be used as the value for Type.).freeze,
273
+ label: "Type".freeze,
274
+ type: "owl:Class".freeze
275
+ term :Unknown,
276
+ label: "Unknown".freeze,
277
+ subClassOf: "vcard:Gender".freeze,
278
+ type: "owl:Class".freeze
279
+ term :VCard,
280
+ comment: %(The vCard class is deprecated and equivalent to the new Kind class, which is the parent for the four explicit types of vCards \(Individual, Organization, Location, Group\)).freeze,
281
+ label: "VCard".freeze,
282
+ "owl:deprecated" => %(true).freeze,
283
+ type: "owl:Class".freeze
284
+ term :Video,
285
+ label: "Video".freeze,
286
+ subClassOf: "vcard:TelephoneType".freeze,
287
+ type: "owl:Class".freeze
288
+ term :Voice,
289
+ label: "Voice".freeze,
290
+ subClassOf: "vcard:TelephoneType".freeze,
291
+ type: "owl:Class".freeze
292
+ term :Work,
293
+ comment: %(This implies that the property is related to an individual's work place).freeze,
294
+ label: "Work".freeze,
295
+ subClassOf: "vcard:Type".freeze,
296
+ type: "owl:Class".freeze
297
+ term :X400,
298
+ comment: %(This class is deprecated).freeze,
299
+ label: "X400".freeze,
300
+ "owl:deprecated" => %(true).freeze,
301
+ subClassOf: "vcard:Type".freeze,
302
+ type: "owl:Class".freeze
118
303
 
119
304
  # Property definitions
120
- property :"additional-name", :label => 'additional name', :comment =>
121
- %(The additional name associated with the object)
122
- property :anniversary, :label => 'anniversary', :comment =>
123
- %(The date of marriage, or equivalent, of the object)
124
- property :bday, :label => 'birth date', :comment =>
125
- %(To specify the birth date of the object)
126
- property :category, :label => 'category', :comment =>
127
- %(The category information about the object, also known as tags)
128
- property :class, :label => 'class', :comment =>
129
- %(This data property has been deprecated)
130
- property :"country-name", :label => 'country name', :comment =>
131
- %(The country name associated with the address of the object)
132
- property :"extended-address", :label => 'extended address', :comment =>
133
- %(This data property has been deprecated)
134
- property :"family-name", :label => 'family name', :comment =>
135
- %(The family name associated with the object)
136
- property :fn, :label => 'formatted name', :comment =>
137
- %(The formatted text corresponding to the name of the object)
138
- property :"given-name", :label => 'given name', :comment =>
139
- %(The given name associated with the object)
140
- property :"honorific-prefix", :label => 'honorific prefix', :comment =>
141
- %(The honorific prefix of the name associated with the object)
142
- property :"honorific-suffix", :label => 'honorific suffix', :comment =>
143
- %(The honorific suffix of the name associated with the object)
144
- property :label, :label => 'label', :comment =>
145
- %(This data property has been deprecated)
146
- property :language, :label => 'language', :comment =>
147
- %(To specify the language that may be used for contacting the
148
- object. May also be used as a property parameter.)
149
- property :latitude, :label => 'latitude', :comment =>
150
- %(This data property has been deprecated)
151
- property :locality, :label => 'locality', :comment =>
152
- %(The locality \(e.g. city or town\) associated with the address
153
- of the object)
154
- property :longitude, :label => 'longitude', :comment =>
155
- %(This data property has been deprecated)
156
- property :mailer, :label => 'mailer', :comment =>
157
- %(This data property has been deprecated)
158
- property :nickname, :label => 'nickname', :comment =>
159
- %(The nick name associated with the object)
160
- property :note, :label => 'note', :comment =>
161
- %(A note associated with the object)
162
- property :"organization-name", :label => 'organization name', :comment =>
163
- %(To specify the organizational name associated with the object)
164
- property :"organization-unit", :label => 'organizational unit name', :comment =>
165
- %(To specify the organizational unit name associated with the
166
- object)
167
- property :"post-office-box", :label => 'post office box', :comment =>
168
- %(This data property has been deprecated)
169
- property :"postal-code", :label => 'postal code', :comment =>
170
- %(The postal code associated with the address of the object)
171
- property :prodid, :label => 'product id', :comment =>
172
- %(To specify the identifier for the product that created the
173
- object)
174
- property :region, :label => 'region', :comment =>
175
- %(The region \(e.g. state or province\) associated with the
176
- address of the object)
177
- property :rev, :label => 'revision', :comment =>
178
- %(To specify revision information about the object)
179
- property :role, :label => 'role', :comment =>
180
- %(To specify the function or part played in a particular
181
- situation by the object)
182
- property :"sort-string", :label => 'sort as', :comment =>
183
- %(To specify the string to be used for
184
- national-language-specific sorting. Used as a property
185
- parameter only.)
186
- property :"street-address", :label => 'street address', :comment =>
187
- %(The street address associated with the address of the object)
188
- property :tz, :label => 'time zone', :comment =>
189
- %(To indicate time zone information that is specific to the
190
- object. May also be used as a property parameter.)
191
- property :title, :label => 'title', :comment =>
192
- %(To specify the position or job of the object)
193
- property :value, :label => 'value', :comment =>
194
- %(Used to indicate the literal value of a data property that
195
- requires property parameters)
196
- property :adr, :label => 'address', :comment =>
197
- %(This object property has been deprecated)
198
- property :agent, :label => 'agent', :comment =>
199
- %(This object property has been deprecated)
200
- property :email, :label => 'email', :comment =>
201
- %(This object property has been deprecated)
202
- property :geo, :label => 'geo', :comment =>
203
- %(This object property has been deprecated)
204
- property :hasAdditionalName, :label => 'has additional name', :comment =>
205
- %(Used to support property parameters for the additional name
206
- data property)
207
- property :hasAddress, :label => 'has address', :comment =>
208
- %(To specify the components of the delivery address for the
209
- object)
210
- property :hasCalendarBusy, :label => 'has calendar busy', :comment =>
211
- %(To specify the busy time associated with the object. \(Was
212
- called FBURL in RFC6350\))
213
- property :hasCalendarLink, :label => 'has calendar link', :comment =>
214
- %(To specify the calendar associated with the object. \(Was
215
- called CALURI in RFC6350\))
216
- property :hasCalendarRequest, :label => 'has calendar request', :comment =>
217
- %(To specify the calendar user address to which a scheduling
218
- request be sent for the object. \(Was called CALADRURI in
219
- RFC6350\))
220
- property :hasCategory, :label => 'has category', :comment =>
221
- %(Used to support property parameters for the category data
222
- property)
223
- property :hasCountryName, :label => 'has country name', :comment =>
224
- %(Used to support property parameters for the country name data
225
- property)
226
- property :hasEmail, :label => 'has email', :comment =>
227
- %(To specify the electronic mail address for communication with
228
- the object)
229
- property :hasFamilyName, :label => 'has family name', :comment =>
230
- %(Used to support property parameters for the family name data
231
- property)
232
- property :hasFN, :label => 'has formatted name', :comment =>
233
- %(Used to support property parameters for the formatted name
234
- data property)
235
- property :hasGender, :label => 'has gender', :comment =>
236
- %(To specify the sex or gender identity of the object. URIs are
237
- recommended to enable interoperable sex and gender codes to be
238
- used.)
239
- property :hasGeo, :label => 'has geo', :comment =>
240
- %(To specify information related to the global positioning of
241
- the object. May also be used as a property parameter.)
242
- property :hasGivenName, :label => 'has given name', :comment =>
243
- %(Used to support property parameters for the given name data
244
- property)
245
- property :hasHonorificPrefix, :label => 'has honorific prefix', :comment =>
246
- %(Used to support property parameters for the honorific prefix
247
- data property)
248
- property :hasHonorificSuffix, :label => 'has honorific suffix', :comment =>
249
- %(Used to support property parameters for the honorific suffix
250
- data property)
251
- property :hasKey, :label => 'has key', :comment =>
252
- %(To specify a public key or authentication certificate
253
- associated with the object)
254
- property :hasLanguage, :label => 'has language', :comment =>
255
- %(Used to support property parameters for the language data
256
- property)
257
- property :hasLocality, :label => 'has locality', :comment =>
258
- %(Used to support property parameters for the locality data
259
- property)
260
- property :hasLogo, :label => 'has logo', :comment =>
261
- %(To specify a graphic image of a logo associated with the
262
- object)
263
- property :hasMember, :label => 'has member', :comment =>
264
- %(To include a member in the group this object represents.
265
- \(This property can only be used by Group individuals\))
266
- property :hasInstantMessage, :label => 'has messaging', :comment =>
267
- %(To specify the instant messaging and presence protocol
268
- communications with the object. \(Was called IMPP in RFC6350\))
269
- property :hasName, :label => 'has name', :comment =>
270
- %(To specify the components of the name of the object)
271
- property :hasNickname, :label => 'has nickname', :comment =>
272
- %(Used to support property parameters for the nickname data
273
- property)
274
- property :hasNote, :label => 'has note', :comment =>
275
- %(Used to support property parameters for the note data property)
276
- property :hasOrganizationName, :label => 'has organization name', :comment =>
277
- %(Used to support property parameters for the organization name
278
- data property)
279
- property :hasOrganizationUnit, :label => 'has organization unit name', :comment =>
280
- %(Used to support property parameters for the organization unit
281
- name data property)
282
- property :hasPhoto, :label => 'has photo', :comment =>
283
- %(To specify an image or photograph information that annotates
284
- some aspect of the object)
285
- property :hasPostalCode, :label => 'has postal code', :comment =>
286
- %(Used to support property parameters for the postal code data
287
- property)
288
- property :hasRegion, :label => 'has region', :comment =>
289
- %(Used to support property parameters for the region data
290
- property)
291
- property :hasRelated, :label => 'has related', :comment =>
292
- %(To specify a relationship between another entity and the
293
- entity represented by this object)
294
- property :hasRole, :label => 'has role', :comment =>
295
- %(Used to support property parameters for the role data property)
296
- property :hasSound, :label => 'has sound', :comment =>
297
- %(To specify a digital sound content information that annotates
298
- some aspect of the object)
299
- property :hasSource, :label => 'has source', :comment =>
300
- %(To identify the source of directory information of the object)
301
- property :hasStreetAddress, :label => 'has street address', :comment =>
302
- %(Used to support property parameters for the street address
303
- data property)
304
- property :hasTelephone, :label => 'has telephone', :comment =>
305
- %(To specify the telephone number for telephony communication
306
- with the object)
307
- property :hasTitle, :label => 'has title', :comment =>
308
- %(Used to support property parameters for the title data
309
- property)
310
- property :hasUID, :label => 'has uid', :comment =>
311
- %(To specify a value that represents a globally unique
312
- identifier corresponding to the object)
313
- property :hasURL, :label => 'has url', :comment =>
314
- %(To specify a uniform resource locator associated with the
315
- object)
316
- property :hasValue, :label => 'has value', :comment =>
317
- %(Used to indicate the resource value of an object property that
318
- requires property parameters)
319
- property :key, :label => 'key', :comment =>
320
- %(This object property has been deprecated)
321
- property :logo, :label => 'logo', :comment =>
322
- %(This object property has been deprecated)
323
- property :n, :label => 'name', :comment =>
324
- %(This object property has been deprecated)
325
- property :org, :label => 'organization', :comment =>
326
- %(This object property has been deprecated. Use the
327
- organization-name data property.)
328
- property :photo, :label => 'photo', :comment =>
329
- %(This object property has been deprecated)
330
- property :sound, :label => 'sound', :comment =>
331
- %(This object property has been deprecated)
332
- property :tel, :label => 'telephone', :comment =>
333
- %(This object property has been deprecated)
334
- property :url, :label => 'url', :comment =>
335
- %(This object property has been deprecated)
305
+ property :"additional-name",
306
+ comment: %(The additional name associated with the object).freeze,
307
+ label: "additional name".freeze,
308
+ range: "xsd:string".freeze,
309
+ type: "owl:DatatypeProperty".freeze
310
+ property :adr,
311
+ comment: %(This object property has been deprecated).freeze,
312
+ label: "address".freeze,
313
+ "owl:deprecated" => %(true).freeze,
314
+ "owl:equivalentProperty" => %(vcard:hasAddress).freeze,
315
+ type: "owl:ObjectProperty".freeze
316
+ property :agent,
317
+ comment: %(This object property has been deprecated).freeze,
318
+ label: "agent".freeze,
319
+ "owl:deprecated" => %(true).freeze,
320
+ type: "owl:ObjectProperty".freeze
321
+ property :anniversary,
322
+ comment: %(The date of marriage, or equivalent, of the object).freeze,
323
+ label: "anniversary".freeze,
324
+ range: "xsd:dateTime".freeze,
325
+ type: "owl:DatatypeProperty".freeze
326
+ property :bday,
327
+ comment: %(To specify the birth date of the object).freeze,
328
+ label: "birth date".freeze,
329
+ range: "xsd:dateTime".freeze,
330
+ type: "owl:DatatypeProperty".freeze
331
+ property :category,
332
+ comment: %(The category information about the object, also known as tags).freeze,
333
+ label: "category".freeze,
334
+ range: "xsd:string".freeze,
335
+ type: "owl:DatatypeProperty".freeze
336
+ property :class,
337
+ comment: %(This data property has been deprecated).freeze,
338
+ label: "class".freeze,
339
+ "owl:deprecated" => %(true).freeze,
340
+ type: "owl:DatatypeProperty".freeze
341
+ property :"country-name",
342
+ comment: %(The country name associated with the address of the object).freeze,
343
+ label: "country name".freeze,
344
+ range: "xsd:string".freeze,
345
+ type: "owl:DatatypeProperty".freeze
346
+ property :email,
347
+ comment: %(This object property has been deprecated).freeze,
348
+ label: "email".freeze,
349
+ "owl:deprecated" => %(true).freeze,
350
+ "owl:equivalentProperty" => %(vcard:hasEmail).freeze,
351
+ type: "owl:ObjectProperty".freeze
352
+ property :"extended-address",
353
+ comment: %(This data property has been deprecated).freeze,
354
+ label: "extended address".freeze,
355
+ "owl:deprecated" => %(true).freeze,
356
+ type: "owl:DatatypeProperty".freeze
357
+ property :"family-name",
358
+ comment: %(The family name associated with the object).freeze,
359
+ label: "family name".freeze,
360
+ range: "xsd:string".freeze,
361
+ type: "owl:DatatypeProperty".freeze
362
+ property :fn,
363
+ comment: %(The formatted text corresponding to the name of the object).freeze,
364
+ label: "formatted name".freeze,
365
+ range: "xsd:string".freeze,
366
+ type: "owl:DatatypeProperty".freeze
367
+ property :geo,
368
+ comment: %(This object property has been deprecated).freeze,
369
+ label: "geo".freeze,
370
+ "owl:deprecated" => %(true).freeze,
371
+ "owl:equivalentProperty" => %(vcard:hasGeo).freeze,
372
+ type: "owl:ObjectProperty".freeze
373
+ property :"given-name",
374
+ comment: %(The given name associated with the object).freeze,
375
+ label: "given name".freeze,
376
+ range: "xsd:string".freeze,
377
+ type: "owl:DatatypeProperty".freeze
378
+ property :hasAdditionalName,
379
+ comment: %(Used to support property parameters for the additional name data property).freeze,
380
+ label: "has additional name".freeze,
381
+ type: "owl:ObjectProperty".freeze
382
+ property :hasAddress,
383
+ comment: %(To specify the components of the delivery address for the object).freeze,
384
+ label: "has address".freeze,
385
+ range: "vcard:Address".freeze,
386
+ type: "owl:ObjectProperty".freeze
387
+ property :hasCalendarBusy,
388
+ comment: %(To specify the busy time associated with the object. \(Was called FBURL in RFC6350\)).freeze,
389
+ label: "has calendar busy".freeze,
390
+ type: "owl:ObjectProperty".freeze
391
+ property :hasCalendarLink,
392
+ comment: %(To specify the calendar associated with the object. \(Was called CALURI in RFC6350\)).freeze,
393
+ label: "has calendar link".freeze,
394
+ type: "owl:ObjectProperty".freeze
395
+ property :hasCalendarRequest,
396
+ comment: %(To specify the calendar user address to which a scheduling request be sent for the object. \(Was called CALADRURI in RFC6350\)).freeze,
397
+ label: "has calendar request".freeze,
398
+ type: "owl:ObjectProperty".freeze
399
+ property :hasCategory,
400
+ comment: %(Used to support property parameters for the category data property).freeze,
401
+ label: "has category".freeze,
402
+ type: "owl:ObjectProperty".freeze
403
+ property :hasCountryName,
404
+ comment: %(Used to support property parameters for the country name data property).freeze,
405
+ label: "has country name".freeze,
406
+ type: "owl:ObjectProperty".freeze
407
+ property :hasEmail,
408
+ comment: %(To specify the electronic mail address for communication with the object).freeze,
409
+ label: "has email".freeze,
410
+ range: "vcard:Email".freeze,
411
+ type: "owl:ObjectProperty".freeze
412
+ property :hasFN,
413
+ comment: %(Used to support property parameters for the formatted name data property).freeze,
414
+ label: "has formatted name".freeze,
415
+ type: "owl:ObjectProperty".freeze
416
+ property :hasFamilyName,
417
+ comment: %(Used to support property parameters for the family name data property).freeze,
418
+ label: "has family name".freeze,
419
+ type: "owl:ObjectProperty".freeze
420
+ property :hasGender,
421
+ comment: %(To specify the sex or gender identity of the object.
422
+ URIs are recommended to enable interoperable sex and gender codes to be used.).freeze,
423
+ label: "has gender".freeze,
424
+ type: "owl:ObjectProperty".freeze
425
+ property :hasGeo,
426
+ comment: %(To specify information related to the global positioning of the object. May also be used as a property parameter.).freeze,
427
+ label: "has geo".freeze,
428
+ type: "owl:ObjectProperty".freeze
429
+ property :hasGivenName,
430
+ comment: %(Used to support property parameters for the given name data property).freeze,
431
+ label: "has given name".freeze,
432
+ type: "owl:ObjectProperty".freeze
433
+ property :hasHonorificPrefix,
434
+ comment: %(Used to support property parameters for the honorific prefix data property).freeze,
435
+ label: "has honorific prefix".freeze,
436
+ type: "owl:ObjectProperty".freeze
437
+ property :hasHonorificSuffix,
438
+ comment: %(Used to support property parameters for the honorific suffix data property).freeze,
439
+ label: "has honorific suffix".freeze,
440
+ type: "owl:ObjectProperty".freeze
441
+ property :hasInstantMessage,
442
+ comment: %(To specify the instant messaging and presence protocol communications with the object. \(Was called IMPP in RFC6350\)).freeze,
443
+ label: "has messaging".freeze,
444
+ type: "owl:ObjectProperty".freeze
445
+ property :hasKey,
446
+ comment: %(To specify a public key or authentication certificate associated with the object).freeze,
447
+ label: "has key".freeze,
448
+ "owl:equivalentProperty" => %(vcard:key).freeze,
449
+ type: "owl:ObjectProperty".freeze
450
+ property :hasLanguage,
451
+ comment: %(Used to support property parameters for the language data property).freeze,
452
+ label: "has language".freeze,
453
+ type: "owl:ObjectProperty".freeze
454
+ property :hasLocality,
455
+ comment: %(Used to support property parameters for the locality data property).freeze,
456
+ label: "has locality".freeze,
457
+ type: "owl:ObjectProperty".freeze
458
+ property :hasLogo,
459
+ comment: %(To specify a graphic image of a logo associated with the object ).freeze,
460
+ label: "has logo".freeze,
461
+ "owl:equivalentProperty" => %(vcard:logo).freeze,
462
+ type: "owl:ObjectProperty".freeze
463
+ property :hasMember,
464
+ comment: %(To include a member in the group this object represents. \(This property can only be used by Group individuals\)).freeze,
465
+ domain: "vcard:Group".freeze,
466
+ label: "has member".freeze,
467
+ range: "vcard:Kind".freeze,
468
+ type: "owl:ObjectProperty".freeze
469
+ property :hasName,
470
+ comment: %(To specify the components of the name of the object).freeze,
471
+ label: "has name".freeze,
472
+ "owl:equivalentProperty" => %(vcard:n).freeze,
473
+ range: "vcard:Name".freeze,
474
+ type: "owl:ObjectProperty".freeze
475
+ property :hasNickname,
476
+ comment: %(Used to support property parameters for the nickname data property).freeze,
477
+ label: "has nickname".freeze,
478
+ "rdfs:seeAlso" => %( http://www.w3.org/2006/vcard/ns#nickname).freeze,
479
+ type: "owl:ObjectProperty".freeze
480
+ property :hasNote,
481
+ comment: %(Used to support property parameters for the note data property).freeze,
482
+ label: "has note".freeze,
483
+ type: "owl:ObjectProperty".freeze
484
+ property :hasOrganizationName,
485
+ comment: %(Used to support property parameters for the organization name data property).freeze,
486
+ label: "has organization name".freeze,
487
+ type: "owl:ObjectProperty".freeze
488
+ property :hasOrganizationUnit,
489
+ comment: %(Used to support property parameters for the organization unit name data property).freeze,
490
+ label: "has organization unit name".freeze,
491
+ type: "owl:ObjectProperty".freeze
492
+ property :hasPhoto,
493
+ comment: %(To specify an image or photograph information that annotates some aspect of the object).freeze,
494
+ label: "has photo".freeze,
495
+ "owl:equivalentProperty" => %(vcard:photo).freeze,
496
+ type: "owl:ObjectProperty".freeze
497
+ property :hasPostalCode,
498
+ comment: %(Used to support property parameters for the postal code data property).freeze,
499
+ label: "has postal code".freeze,
500
+ type: "owl:ObjectProperty".freeze
501
+ property :hasRegion,
502
+ comment: %(Used to support property parameters for the region data property).freeze,
503
+ label: "has region".freeze,
504
+ type: "owl:ObjectProperty".freeze
505
+ property :hasRelated,
506
+ comment: %(To specify a relationship between another entity and the entity represented by this object).freeze,
507
+ label: "has related".freeze,
508
+ type: "owl:ObjectProperty".freeze
509
+ property :hasRole,
510
+ comment: %(Used to support property parameters for the role data property).freeze,
511
+ label: "has role".freeze,
512
+ type: "owl:ObjectProperty".freeze
513
+ property :hasSound,
514
+ comment: %(To specify a digital sound content information that annotates some aspect of the object).freeze,
515
+ label: "has sound".freeze,
516
+ "owl:equivalentProperty" => %(vcard:sound).freeze,
517
+ type: "owl:ObjectProperty".freeze
518
+ property :hasSource,
519
+ comment: %(To identify the source of directory information of the object).freeze,
520
+ label: "has source".freeze,
521
+ type: "owl:ObjectProperty".freeze
522
+ property :hasStreetAddress,
523
+ comment: %(Used to support property parameters for the street address data property).freeze,
524
+ label: "has street address".freeze,
525
+ type: "owl:ObjectProperty".freeze
526
+ property :hasTelephone,
527
+ comment: %(To specify the telephone number for telephony communication with the object).freeze,
528
+ label: "has telephone".freeze,
529
+ "owl:equivalentProperty" => %(vcard:tel).freeze,
530
+ type: "owl:ObjectProperty".freeze
531
+ property :hasTitle,
532
+ comment: %(Used to support property parameters for the title data property).freeze,
533
+ label: "has title".freeze,
534
+ type: "owl:ObjectProperty".freeze
535
+ property :hasUID,
536
+ comment: %(To specify a value that represents a globally unique identifier corresponding to the object).freeze,
537
+ label: "has uid".freeze,
538
+ type: "owl:ObjectProperty".freeze
539
+ property :hasURL,
540
+ comment: %(To specify a uniform resource locator associated with the object).freeze,
541
+ label: "has url".freeze,
542
+ "owl:equivalentProperty" => %(vcard:url).freeze,
543
+ type: "owl:ObjectProperty".freeze
544
+ property :hasValue,
545
+ comment: %(Used to indicate the resource value of an object property that requires property parameters).freeze,
546
+ label: "has value".freeze,
547
+ type: "owl:ObjectProperty".freeze
548
+ property :"honorific-prefix",
549
+ comment: %(The honorific prefix of the name associated with the object).freeze,
550
+ label: "honorific prefix".freeze,
551
+ range: "xsd:string".freeze,
552
+ type: "owl:DatatypeProperty".freeze
553
+ property :"honorific-suffix",
554
+ comment: %(The honorific suffix of the name associated with the object).freeze,
555
+ label: "honorific suffix".freeze,
556
+ range: "xsd:string".freeze,
557
+ type: "owl:DatatypeProperty".freeze
558
+ property :key,
559
+ comment: %(This object property has been deprecated).freeze,
560
+ label: "key".freeze,
561
+ "owl:deprecated" => %(true).freeze,
562
+ type: "owl:ObjectProperty".freeze
563
+ property :label,
564
+ comment: %(This data property has been deprecated).freeze,
565
+ label: "label".freeze,
566
+ "owl:deprecated" => %(true).freeze,
567
+ type: "owl:DatatypeProperty".freeze
568
+ property :language,
569
+ comment: %(To specify the language that may be used for contacting the object. May also be used as a property parameter.).freeze,
570
+ label: "language".freeze,
571
+ type: "owl:DatatypeProperty".freeze
572
+ property :latitude,
573
+ comment: %(This data property has been deprecated).freeze,
574
+ label: "latitude".freeze,
575
+ "owl:deprecated" => %(true).freeze,
576
+ type: "owl:DatatypeProperty".freeze
577
+ property :locality,
578
+ comment: %(The locality \(e.g. city or town\) associated with the address of the object).freeze,
579
+ label: "locality".freeze,
580
+ range: "xsd:string".freeze,
581
+ type: "owl:DatatypeProperty".freeze
582
+ property :logo,
583
+ comment: %(This object property has been deprecated).freeze,
584
+ label: "logo".freeze,
585
+ "owl:deprecated" => %(true).freeze,
586
+ type: "owl:ObjectProperty".freeze
587
+ property :longitude,
588
+ comment: %(This data property has been deprecated).freeze,
589
+ label: "longitude".freeze,
590
+ "owl:deprecated" => %(true).freeze,
591
+ type: "owl:DatatypeProperty".freeze
592
+ property :mailer,
593
+ comment: %(This data property has been deprecated).freeze,
594
+ label: "mailer".freeze,
595
+ "owl:deprecated" => %(true).freeze,
596
+ type: "owl:DatatypeProperty".freeze
597
+ property :n,
598
+ comment: %(This object property has been deprecated).freeze,
599
+ label: "name".freeze,
600
+ "owl:deprecated" => %(true).freeze,
601
+ type: "owl:ObjectProperty".freeze
602
+ property :nickname,
603
+ comment: %(The nick name associated with the object).freeze,
604
+ label: "nickname".freeze,
605
+ range: "xsd:string".freeze,
606
+ type: "owl:DatatypeProperty".freeze
607
+ property :note,
608
+ comment: %(A note associated with the object).freeze,
609
+ label: "note".freeze,
610
+ range: "xsd:string".freeze,
611
+ type: "owl:DatatypeProperty".freeze
612
+ property :org,
613
+ comment: %(This object property has been deprecated. Use the organization-name data property.).freeze,
614
+ label: "organization".freeze,
615
+ "owl:deprecated" => %(true).freeze,
616
+ type: "owl:ObjectProperty".freeze
617
+ property :"organization-name",
618
+ comment: %(To specify the organizational name associated with the object).freeze,
619
+ label: "organization name".freeze,
620
+ range: "xsd:string".freeze,
621
+ type: "owl:DatatypeProperty".freeze
622
+ property :"organization-unit",
623
+ comment: %(To specify the organizational unit name associated with the object).freeze,
624
+ label: "organizational unit name".freeze,
625
+ range: "xsd:string".freeze,
626
+ subPropertyOf: "vcard:organization-name".freeze,
627
+ type: "owl:DatatypeProperty".freeze
628
+ property :photo,
629
+ comment: %(This object property has been deprecated).freeze,
630
+ label: "photo".freeze,
631
+ "owl:deprecated" => %(true).freeze,
632
+ type: "owl:ObjectProperty".freeze
633
+ property :"post-office-box",
634
+ comment: %(This data property has been deprecated).freeze,
635
+ label: "post office box".freeze,
636
+ "owl:deprecated" => %(true).freeze,
637
+ type: "owl:DatatypeProperty".freeze
638
+ property :"postal-code",
639
+ comment: %(The postal code associated with the address of the object).freeze,
640
+ label: "postal code".freeze,
641
+ range: "xsd:string".freeze,
642
+ type: "owl:DatatypeProperty".freeze
643
+ property :prodid,
644
+ comment: %(To specify the identifier for the product that created the object).freeze,
645
+ label: "product id".freeze,
646
+ range: "xsd:string".freeze,
647
+ type: "owl:DatatypeProperty".freeze
648
+ property :region,
649
+ comment: %(The region \(e.g. state or province\) associated with the address of the object).freeze,
650
+ label: "region".freeze,
651
+ range: "xsd:string".freeze,
652
+ type: "owl:DatatypeProperty".freeze
653
+ property :rev,
654
+ comment: %(To specify revision information about the object).freeze,
655
+ label: "revision".freeze,
656
+ range: "xsd:dateTime".freeze,
657
+ type: "owl:DatatypeProperty".freeze
658
+ property :role,
659
+ comment: %(To specify the function or part played in a particular situation by the object).freeze,
660
+ label: "role".freeze,
661
+ range: "xsd:string".freeze,
662
+ type: "owl:DatatypeProperty".freeze
663
+ property :"sort-string",
664
+ comment: %(To specify the string to be used for national-language-specific sorting. Used as a property parameter only.).freeze,
665
+ label: "sort as".freeze,
666
+ range: "xsd:string".freeze,
667
+ type: "owl:DatatypeProperty".freeze
668
+ property :sound,
669
+ comment: %(This object property has been deprecated).freeze,
670
+ label: "sound".freeze,
671
+ "owl:deprecated" => %(true).freeze,
672
+ type: "owl:ObjectProperty".freeze
673
+ property :"street-address",
674
+ comment: %(The street address associated with the address of the object).freeze,
675
+ label: "street address".freeze,
676
+ range: "xsd:string".freeze,
677
+ type: "owl:DatatypeProperty".freeze
678
+ property :tel,
679
+ comment: %(This object property has been deprecated).freeze,
680
+ label: "telephone".freeze,
681
+ "owl:deprecated" => %(true).freeze,
682
+ type: "owl:ObjectProperty".freeze
683
+ property :title,
684
+ comment: %(To specify the position or job of the object).freeze,
685
+ label: "title".freeze,
686
+ range: "xsd:string".freeze,
687
+ type: "owl:DatatypeProperty".freeze
688
+ property :tz,
689
+ comment: %(To indicate time zone information that is specific to the object. May also be used as a property parameter.).freeze,
690
+ label: "time zone".freeze,
691
+ range: "xsd:string".freeze,
692
+ type: "owl:DatatypeProperty".freeze
693
+ property :url,
694
+ comment: %(This object property has been deprecated).freeze,
695
+ label: "url".freeze,
696
+ "owl:deprecated" => %(true).freeze,
697
+ type: "owl:ObjectProperty".freeze
698
+ property :value,
699
+ comment: %(Used to indicate the literal value of a data property that requires property parameters).freeze,
700
+ label: "value".freeze,
701
+ type: "owl:DatatypeProperty".freeze
336
702
  end
337
703
  end