rdf 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CREDITS +1 -0
- data/VERSION +1 -1
- data/lib/rdf.rb +10 -48
- data/lib/rdf/cli/vocab-loader.rb +78 -142
- data/lib/rdf/mixin/enumerable.rb +25 -0
- data/lib/rdf/mixin/mutable.rb +3 -0
- data/lib/rdf/model/graph.rb +1 -1
- data/lib/rdf/model/node.rb +25 -2
- data/lib/rdf/model/statement.rb +20 -12
- data/lib/rdf/model/uri.rb +11 -2
- data/lib/rdf/nquads.rb +8 -6
- data/lib/rdf/ntriples/writer.rb +14 -10
- data/lib/rdf/query/pattern.rb +10 -8
- data/lib/rdf/reader.rb +11 -2
- data/lib/rdf/repository.rb +1 -1
- data/lib/rdf/vocab.rb +396 -96
- data/lib/rdf/vocab/cc.rb +117 -25
- data/lib/rdf/vocab/cert.rb +230 -117
- data/lib/rdf/vocab/dc.rb +930 -233
- data/lib/rdf/vocab/dc11.rb +151 -37
- data/lib/rdf/vocab/doap.rb +326 -114
- data/lib/rdf/vocab/exif.rb +930 -533
- data/lib/rdf/vocab/foaf.rb +602 -346
- data/lib/rdf/vocab/geo.rb +139 -33
- data/lib/rdf/vocab/gr.rb +1551 -1084
- data/lib/rdf/vocab/ht.rb +319 -0
- data/lib/rdf/vocab/ical.rb +507 -349
- data/lib/rdf/vocab/ma.rb +504 -280
- data/lib/rdf/vocab/mo.rb +2425 -876
- data/lib/rdf/vocab/og.rb +178 -90
- data/lib/rdf/vocab/owl.rb +513 -219
- data/lib/rdf/vocab/prov.rb +1557 -479
- data/lib/rdf/vocab/rdfs.rb +107 -31
- data/lib/rdf/vocab/rdfv.rb +165 -0
- data/lib/rdf/vocab/rsa.rb +61 -18
- data/lib/rdf/vocab/rss.rb +55 -22
- data/lib/rdf/vocab/schema.rb +8590 -3995
- data/lib/rdf/vocab/sioc.rb +657 -218
- data/lib/rdf/vocab/skos.rb +227 -134
- data/lib/rdf/vocab/skosxl.rb +47 -33
- data/lib/rdf/vocab/vcard.rb +693 -327
- data/lib/rdf/vocab/void.rb +175 -132
- data/lib/rdf/vocab/vs.rb +27 -0
- data/lib/rdf/vocab/wdrs.rb +123 -119
- data/lib/rdf/vocab/wot.rb +155 -45
- data/lib/rdf/vocab/xhtml.rb +2 -1
- data/lib/rdf/vocab/xhv.rb +496 -231
- data/lib/rdf/vocab/xsd.rb +382 -53
- data/lib/rdf/writer.rb +8 -4
- metadata +5 -4
- data/lib/rdf/vocab/http.rb +0 -84
- data/lib/rdf/vocab/v.rb +0 -154
data/lib/rdf/vocab/vcard.rb
CHANGED
@@ -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
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
%(This class is deprecated)
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
%(
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
%(
|
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",
|
121
|
-
%(The additional name associated with the object)
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
%(
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
property :
|
137
|
-
%(The
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
property :
|
147
|
-
%(
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
property :
|
152
|
-
%(
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
property :
|
157
|
-
%(
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
%(
|
166
|
-
|
167
|
-
property :"
|
168
|
-
%(This data property has been deprecated)
|
169
|
-
|
170
|
-
%(
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
property :
|
178
|
-
%(
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
property :
|
183
|
-
%(
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
property :
|
189
|
-
%(
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
property :
|
194
|
-
%(Used to
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
property :
|
203
|
-
%(
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
property :
|
211
|
-
%(To specify the
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
property :hasGender,
|
236
|
-
%(To specify
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
property :
|
249
|
-
%(Used to support property parameters for the honorific
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
property :
|
261
|
-
%(To specify a
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
property :
|
270
|
-
%(
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
property :
|
300
|
-
%(
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
property :
|
308
|
-
%(
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
property :
|
317
|
-
%(Used to
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
property :
|
329
|
-
%(
|
330
|
-
|
331
|
-
%(
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
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
|