rdf-vocab 3.1.12 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +647 -601
  6. data/lib/rdf/vocab/bf2.rb +2263 -2097
  7. data/lib/rdf/vocab/bibframe.rb +2263 -2097
  8. data/lib/rdf/vocab/bibo.rb +944 -939
  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 +4856 -3758
  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 +378 -359
  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 +150 -135
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +327 -286
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +8 -8
  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 +1272 -1069
  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 +444 -403
  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 +320 -312
  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 +323 -317
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +116 -16
  56. data/lib/rdf/vocab/premis.rb +949 -819
  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 +9462 -9295
  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 +14780 -14153
  65. data/lib/rdf/vocab/schemas.rb +14780 -14153
  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 +821 -700
  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 +27 -2
  84. data/spec/spec_helper.rb +11 -3
  85. metadata +32 -45
@@ -3,870 +3,991 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/2006/vcard/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://www.w3.org/2006/vcard/ns#>
7
+ # @!visibility private
6
8
  VCARD = Class.new(RDF::StrictVocabulary("http://www.w3.org/2006/vcard/ns#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://www.w3.org/2006/vcard/ns#",
10
- comment: "Ontology for vCard based on RFC6350".freeze,
11
- "http://www.w3.org/2002/07/owl#versionInfo": "Final".freeze,
12
- label: "Ontology for vCard".freeze,
13
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
12
+ comment: {en: "Ontology for vCard based on RFC6350"},
13
+ "http://www.w3.org/2002/07/owl#versionInfo": {en: "Final"},
14
+ label: {en: "Ontology for vCard"},
15
+ type: "http://www.w3.org/2002/07/owl#Ontology"
14
16
 
15
17
  # Class definitions
16
18
  term :Acquaintance,
17
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
18
- label: "Acquaintance".freeze,
19
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
20
- type: "http://www.w3.org/2002/07/owl#Class".freeze
19
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
20
+ label: {en: "Acquaintance"},
21
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
22
+ type: "http://www.w3.org/2002/07/owl#Class"
21
23
  term :Address,
22
- comment: "To specify the components of the delivery address for the object".freeze,
24
+ comment: {en: "To specify the components of the delivery address for the object"},
23
25
  equivalentClass: term(
24
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
25
- unionOf: list("_:g14020".freeze, "_:g14060".freeze, "_:g14100".freeze, "_:g14140".freeze, "_:g14180".freeze)
26
+ type: "http://www.w3.org/2002/07/owl#Class",
27
+ unionOf: list(term(
28
+ intersectionOf: list(term(
29
+ onProperty: "http://www.w3.org/2006/vcard/ns#country-name",
30
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
31
+ type: "http://www.w3.org/2002/07/owl#Restriction"
32
+ ), term(
33
+ maxCardinality: "1",
34
+ onProperty: "http://www.w3.org/2006/vcard/ns#country-name",
35
+ type: "http://www.w3.org/2002/07/owl#Restriction"
36
+ )),
37
+ type: "http://www.w3.org/2002/07/owl#Class"
38
+ ), term(
39
+ intersectionOf: list(term(
40
+ onProperty: "http://www.w3.org/2006/vcard/ns#locality",
41
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
42
+ type: "http://www.w3.org/2002/07/owl#Restriction"
43
+ ), term(
44
+ maxCardinality: "1",
45
+ onProperty: "http://www.w3.org/2006/vcard/ns#locality",
46
+ type: "http://www.w3.org/2002/07/owl#Restriction"
47
+ )),
48
+ type: "http://www.w3.org/2002/07/owl#Class"
49
+ ), term(
50
+ intersectionOf: list(term(
51
+ onProperty: "http://www.w3.org/2006/vcard/ns#postal-code",
52
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
53
+ type: "http://www.w3.org/2002/07/owl#Restriction"
54
+ ), term(
55
+ maxCardinality: "1",
56
+ onProperty: "http://www.w3.org/2006/vcard/ns#postal-code",
57
+ type: "http://www.w3.org/2002/07/owl#Restriction"
58
+ )),
59
+ type: "http://www.w3.org/2002/07/owl#Class"
60
+ ), term(
61
+ intersectionOf: list(term(
62
+ onProperty: "http://www.w3.org/2006/vcard/ns#region",
63
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
64
+ type: "http://www.w3.org/2002/07/owl#Restriction"
65
+ ), term(
66
+ maxCardinality: "1",
67
+ onProperty: "http://www.w3.org/2006/vcard/ns#region",
68
+ type: "http://www.w3.org/2002/07/owl#Restriction"
69
+ )),
70
+ type: "http://www.w3.org/2002/07/owl#Class"
71
+ ), term(
72
+ intersectionOf: list(term(
73
+ onProperty: "http://www.w3.org/2006/vcard/ns#street-address",
74
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
75
+ type: "http://www.w3.org/2002/07/owl#Restriction"
76
+ ), term(
77
+ maxCardinality: "1",
78
+ onProperty: "http://www.w3.org/2006/vcard/ns#street-address",
79
+ type: "http://www.w3.org/2002/07/owl#Restriction"
80
+ )),
81
+ type: "http://www.w3.org/2002/07/owl#Class"
82
+ ))
26
83
  ),
27
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
28
- label: "Address".freeze,
29
- type: "http://www.w3.org/2002/07/owl#Class".freeze
84
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
85
+ label: {en: "Address"},
86
+ type: "http://www.w3.org/2002/07/owl#Class"
30
87
  term :Agent,
31
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
32
- label: "Agent".freeze,
33
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
34
- type: "http://www.w3.org/2002/07/owl#Class".freeze
88
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
89
+ label: {en: "Agent"},
90
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
91
+ type: "http://www.w3.org/2002/07/owl#Class"
35
92
  term :BBS,
36
- comment: "This class is deprecated".freeze,
37
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
38
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
39
- label: "BBS".freeze,
40
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
41
- type: "http://www.w3.org/2002/07/owl#Class".freeze
93
+ comment: {en: "This class is deprecated"},
94
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
95
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
96
+ label: {en: "BBS"},
97
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
98
+ type: "http://www.w3.org/2002/07/owl#Class"
42
99
  term :Car,
43
- comment: "This class is deprecated".freeze,
44
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
45
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
46
- label: "Car".freeze,
47
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
48
- type: "http://www.w3.org/2002/07/owl#Class".freeze
100
+ comment: {en: "This class is deprecated"},
101
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
102
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
103
+ label: {en: "Car"},
104
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
105
+ type: "http://www.w3.org/2002/07/owl#Class"
49
106
  term :Cell,
50
- comment: "Also called mobile telephone".freeze,
51
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
52
- label: "Cell".freeze,
53
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
54
- type: "http://www.w3.org/2002/07/owl#Class".freeze
107
+ comment: {en: "Also called mobile telephone"},
108
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
109
+ label: {en: "Cell"},
110
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
111
+ type: "http://www.w3.org/2002/07/owl#Class"
55
112
  term :Child,
56
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
57
- label: "Child".freeze,
58
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
59
- type: "http://www.w3.org/2002/07/owl#Class".freeze
113
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
114
+ label: {en: "Child"},
115
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
116
+ type: "http://www.w3.org/2002/07/owl#Class"
60
117
  term :Colleague,
61
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
62
- label: "Colleague".freeze,
63
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
64
- type: "http://www.w3.org/2002/07/owl#Class".freeze
118
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
119
+ label: {en: "Colleague"},
120
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
121
+ type: "http://www.w3.org/2002/07/owl#Class"
65
122
  term :Contact,
66
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
67
- label: "Contact".freeze,
68
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
69
- type: "http://www.w3.org/2002/07/owl#Class".freeze
123
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
124
+ label: {en: "Contact"},
125
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
126
+ type: "http://www.w3.org/2002/07/owl#Class"
70
127
  term :Coresident,
71
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
72
- label: "Coresident".freeze,
73
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
74
- type: "http://www.w3.org/2002/07/owl#Class".freeze
128
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
129
+ label: {en: "Coresident"},
130
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
131
+ type: "http://www.w3.org/2002/07/owl#Class"
75
132
  term :Coworker,
76
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
77
- label: "Coworker".freeze,
78
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
79
- type: "http://www.w3.org/2002/07/owl#Class".freeze
133
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
134
+ label: {en: "Coworker"},
135
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
136
+ type: "http://www.w3.org/2002/07/owl#Class"
80
137
  term :Crush,
81
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
82
- label: "Crush".freeze,
83
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
84
- type: "http://www.w3.org/2002/07/owl#Class".freeze
138
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
139
+ label: {en: "Crush"},
140
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
141
+ type: "http://www.w3.org/2002/07/owl#Class"
85
142
  term :Date,
86
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
87
- label: "Date".freeze,
88
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
89
- type: "http://www.w3.org/2002/07/owl#Class".freeze
143
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
144
+ label: {en: "Date"},
145
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
146
+ type: "http://www.w3.org/2002/07/owl#Class"
90
147
  term :Dom,
91
- comment: "This class is deprecated".freeze,
92
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
93
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
94
- label: "Dom".freeze,
95
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
96
- type: "http://www.w3.org/2002/07/owl#Class".freeze
148
+ comment: {en: "This class is deprecated"},
149
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
150
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
151
+ label: {en: "Dom"},
152
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
153
+ type: "http://www.w3.org/2002/07/owl#Class"
97
154
  term :Email,
98
- comment: "To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property.".freeze,
99
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
100
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
101
- label: "Email".freeze,
102
- type: "http://www.w3.org/2002/07/owl#Class".freeze
155
+ comment: {en: "To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property."},
156
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
157
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
158
+ label: {en: "Email"},
159
+ type: "http://www.w3.org/2002/07/owl#Class"
103
160
  term :Emergency,
104
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
105
- label: "Emergency".freeze,
106
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
107
- type: "http://www.w3.org/2002/07/owl#Class".freeze
161
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
162
+ label: {en: "Emergency"},
163
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
164
+ type: "http://www.w3.org/2002/07/owl#Class"
108
165
  term :Fax,
109
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
110
- label: "Fax".freeze,
111
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
112
- type: "http://www.w3.org/2002/07/owl#Class".freeze
166
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
167
+ label: {en: "Fax"},
168
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
169
+ type: "http://www.w3.org/2002/07/owl#Class"
113
170
  term :Female,
114
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
115
- label: "Female".freeze,
116
- subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
117
- type: "http://www.w3.org/2002/07/owl#Class".freeze
171
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
172
+ label: {en: "Female"},
173
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender",
174
+ type: "http://www.w3.org/2002/07/owl#Class"
118
175
  term :Friend,
119
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
120
- label: "Friend".freeze,
121
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
122
- type: "http://www.w3.org/2002/07/owl#Class".freeze
176
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
177
+ label: {en: "Friend"},
178
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
179
+ type: "http://www.w3.org/2002/07/owl#Class"
123
180
  term :Gender,
124
- comment: "Used for gender codes. The URI of the gender code must be used as the value for Gender.".freeze,
125
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
126
- label: "Gender".freeze,
127
- type: "http://www.w3.org/2002/07/owl#Class".freeze
181
+ comment: {en: "Used for gender codes. The URI of the gender code must be used as the value for Gender."},
182
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
183
+ label: {en: "Gender"},
184
+ type: "http://www.w3.org/2002/07/owl#Class"
128
185
  term :Group,
129
- 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,
186
+ comment: {en: "Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group."},
130
187
  equivalentClass: term(
131
- intersectionOf: list("_:g13740".freeze, "_:g13780".freeze),
132
- type: "http://www.w3.org/2002/07/owl#Class".freeze
188
+ intersectionOf: list(term(
189
+ onProperty: "http://www.w3.org/2006/vcard/ns#hasMember",
190
+ someValuesFrom: "http://www.w3.org/2006/vcard/ns#Kind",
191
+ type: "http://www.w3.org/2002/07/owl#Restriction"
192
+ ), term(
193
+ "http://www.w3.org/2002/07/owl#minQualifiedCardinality": "1",
194
+ "http://www.w3.org/2002/07/owl#onClass": "http://www.w3.org/2006/vcard/ns#Kind",
195
+ onProperty: "http://www.w3.org/2006/vcard/ns#hasMember",
196
+ type: "http://www.w3.org/2002/07/owl#Restriction"
197
+ )),
198
+ type: "http://www.w3.org/2002/07/owl#Class"
133
199
  ),
134
- "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2006/vcard/ns#Individual".freeze, "http://www.w3.org/2006/vcard/ns#Location".freeze, "http://www.w3.org/2006/vcard/ns#Organization".freeze],
135
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
136
- label: "Group".freeze,
137
- subClassOf: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
138
- type: "http://www.w3.org/2002/07/owl#Class".freeze
200
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2006/vcard/ns#Individual", "http://www.w3.org/2006/vcard/ns#Location", "http://www.w3.org/2006/vcard/ns#Organization"],
201
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
202
+ label: {en: "Group"},
203
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Kind",
204
+ type: "http://www.w3.org/2002/07/owl#Class"
139
205
  term :Home,
140
- comment: "This implies that the property is related to an individual's personal life".freeze,
141
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
142
- label: "Home".freeze,
143
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
144
- type: "http://www.w3.org/2002/07/owl#Class".freeze
206
+ comment: {en: "This implies that the property is related to an individual's personal life"},
207
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
208
+ label: {en: "Home"},
209
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
210
+ type: "http://www.w3.org/2002/07/owl#Class"
145
211
  term :ISDN,
146
- comment: "This class is deprecated".freeze,
147
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
148
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
149
- label: "ISDN".freeze,
150
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
151
- type: "http://www.w3.org/2002/07/owl#Class".freeze
212
+ comment: {en: "This class is deprecated"},
213
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
214
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
215
+ label: {en: "ISDN"},
216
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
217
+ type: "http://www.w3.org/2002/07/owl#Class"
152
218
  term :Individual,
153
- comment: "An object representing a single person or entity".freeze,
154
- "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2006/vcard/ns#Location".freeze, "http://www.w3.org/2006/vcard/ns#Organization".freeze],
155
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
156
- label: "Individual".freeze,
157
- subClassOf: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
158
- type: "http://www.w3.org/2002/07/owl#Class".freeze
219
+ comment: {en: "An object representing a single person or entity"},
220
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2006/vcard/ns#Location", "http://www.w3.org/2006/vcard/ns#Organization"],
221
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
222
+ label: {en: "Individual"},
223
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Kind",
224
+ type: "http://www.w3.org/2002/07/owl#Class"
159
225
  term :Internet,
160
- comment: "This class is deprecated".freeze,
161
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
162
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
163
- label: "Internet".freeze,
164
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
165
- type: "http://www.w3.org/2002/07/owl#Class".freeze
226
+ comment: {en: "This class is deprecated"},
227
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
228
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
229
+ label: {en: "Internet"},
230
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
231
+ type: "http://www.w3.org/2002/07/owl#Class"
166
232
  term :Intl,
167
- comment: "This class is deprecated".freeze,
168
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
169
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
170
- label: "Intl".freeze,
171
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
172
- type: "http://www.w3.org/2002/07/owl#Class".freeze
233
+ comment: {en: "This class is deprecated"},
234
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
235
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
236
+ label: {en: "Intl"},
237
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
238
+ type: "http://www.w3.org/2002/07/owl#Class"
173
239
  term :Kin,
174
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
175
- label: "Kin".freeze,
176
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
177
- type: "http://www.w3.org/2002/07/owl#Class".freeze
240
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
241
+ label: {en: "Kin"},
242
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
243
+ type: "http://www.w3.org/2002/07/owl#Class"
178
244
  term :Kind,
179
- comment: "The parent class for all objects".freeze,
180
- equivalentClass: ["http://www.w3.org/2006/vcard/ns#VCard".freeze, term(
181
- "http://www.w3.org/2002/07/owl#minQualifiedCardinality": "1".freeze,
182
- "http://www.w3.org/2002/07/owl#onDataRange": "http://www.w3.org/2001/XMLSchema#string".freeze,
183
- onProperty: "http://www.w3.org/2006/vcard/ns#fn".freeze,
184
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
245
+ comment: {en: "The parent class for all objects"},
246
+ equivalentClass: ["http://www.w3.org/2006/vcard/ns#VCard", term(
247
+ "http://www.w3.org/2002/07/owl#minQualifiedCardinality": "1",
248
+ "http://www.w3.org/2002/07/owl#onDataRange": "http://www.w3.org/2001/XMLSchema#string",
249
+ onProperty: "http://www.w3.org/2006/vcard/ns#fn",
250
+ type: "http://www.w3.org/2002/07/owl#Restriction"
185
251
  )],
186
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
187
- label: "Kind".freeze,
188
- type: "http://www.w3.org/2002/07/owl#Class".freeze
252
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
253
+ label: {en: "Kind"},
254
+ type: "http://www.w3.org/2002/07/owl#Class"
189
255
  term :Label,
190
- comment: "This class is deprecated".freeze,
191
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
192
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
193
- label: "Label".freeze,
194
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
195
- type: "http://www.w3.org/2002/07/owl#Class".freeze
256
+ comment: {en: "This class is deprecated"},
257
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
258
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
259
+ label: {en: "Label"},
260
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
261
+ type: "http://www.w3.org/2002/07/owl#Class"
196
262
  term :Location,
197
- comment: "An object representing a named geographical place".freeze,
198
- "http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/2006/vcard/ns#Organization".freeze,
199
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
200
- label: "Location".freeze,
201
- subClassOf: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
202
- type: "http://www.w3.org/2002/07/owl#Class".freeze
263
+ comment: {en: "An object representing a named geographical place"},
264
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/2006/vcard/ns#Organization",
265
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
266
+ label: {en: "Location"},
267
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Kind",
268
+ type: "http://www.w3.org/2002/07/owl#Class"
203
269
  term :Male,
204
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
205
- label: "Male".freeze,
206
- subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
207
- type: "http://www.w3.org/2002/07/owl#Class".freeze
270
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
271
+ label: {en: "Male"},
272
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender",
273
+ type: "http://www.w3.org/2002/07/owl#Class"
208
274
  term :Me,
209
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
210
- label: "Me".freeze,
211
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
212
- type: "http://www.w3.org/2002/07/owl#Class".freeze
275
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
276
+ label: {en: "Me"},
277
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
278
+ type: "http://www.w3.org/2002/07/owl#Class"
213
279
  term :Met,
214
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
215
- label: "Met".freeze,
216
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
217
- type: "http://www.w3.org/2002/07/owl#Class".freeze
280
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
281
+ label: {en: "Met"},
282
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
283
+ type: "http://www.w3.org/2002/07/owl#Class"
218
284
  term :Modem,
219
- comment: "This class is deprecated".freeze,
220
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
221
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
222
- label: "Modem".freeze,
223
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
224
- type: "http://www.w3.org/2002/07/owl#Class".freeze
285
+ comment: {en: "This class is deprecated"},
286
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
287
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
288
+ label: {en: "Modem"},
289
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
290
+ type: "http://www.w3.org/2002/07/owl#Class"
225
291
  term :Msg,
226
- comment: "This class is deprecated".freeze,
227
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
228
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
229
- label: "Msg".freeze,
230
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
231
- type: "http://www.w3.org/2002/07/owl#Class".freeze
292
+ comment: {en: "This class is deprecated"},
293
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
294
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
295
+ label: {en: "Msg"},
296
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
297
+ type: "http://www.w3.org/2002/07/owl#Class"
232
298
  term :Muse,
233
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
234
- label: "Muse".freeze,
235
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
236
- type: "http://www.w3.org/2002/07/owl#Class".freeze
299
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
300
+ label: {en: "Muse"},
301
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
302
+ type: "http://www.w3.org/2002/07/owl#Class"
237
303
  term :Name,
238
- comment: "To specify the components of the name of the object".freeze,
304
+ comment: {en: "To specify the components of the name of the object"},
239
305
  equivalentClass: term(
240
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
241
- unionOf: list("_:g14320".freeze, "_:g14360".freeze, "_:g14400".freeze, "_:g14440".freeze, "_:g14480".freeze)
306
+ type: "http://www.w3.org/2002/07/owl#Class",
307
+ unionOf: list(term(
308
+ intersectionOf: list(term(
309
+ onProperty: "http://www.w3.org/2006/vcard/ns#additional-name",
310
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
311
+ type: "http://www.w3.org/2002/07/owl#Restriction"
312
+ ), term(
313
+ minCardinality: "0",
314
+ onProperty: "http://www.w3.org/2006/vcard/ns#additional-name",
315
+ type: "http://www.w3.org/2002/07/owl#Restriction"
316
+ )),
317
+ type: "http://www.w3.org/2002/07/owl#Class"
318
+ ), term(
319
+ intersectionOf: list(term(
320
+ onProperty: "http://www.w3.org/2006/vcard/ns#family-name",
321
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
322
+ type: "http://www.w3.org/2002/07/owl#Restriction"
323
+ ), term(
324
+ maxCardinality: "1",
325
+ onProperty: "http://www.w3.org/2006/vcard/ns#family-name",
326
+ type: "http://www.w3.org/2002/07/owl#Restriction"
327
+ )),
328
+ type: "http://www.w3.org/2002/07/owl#Class"
329
+ ), term(
330
+ intersectionOf: list(term(
331
+ onProperty: "http://www.w3.org/2006/vcard/ns#given-name",
332
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
333
+ type: "http://www.w3.org/2002/07/owl#Restriction"
334
+ ), term(
335
+ maxCardinality: "1",
336
+ onProperty: "http://www.w3.org/2006/vcard/ns#given-name",
337
+ type: "http://www.w3.org/2002/07/owl#Restriction"
338
+ )),
339
+ type: "http://www.w3.org/2002/07/owl#Class"
340
+ ), term(
341
+ intersectionOf: list(term(
342
+ onProperty: "http://www.w3.org/2006/vcard/ns#honorific-prefix",
343
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
344
+ type: "http://www.w3.org/2002/07/owl#Restriction"
345
+ ), term(
346
+ minCardinality: "0",
347
+ onProperty: "http://www.w3.org/2006/vcard/ns#honorific-prefix",
348
+ type: "http://www.w3.org/2002/07/owl#Restriction"
349
+ )),
350
+ type: "http://www.w3.org/2002/07/owl#Class"
351
+ ), term(
352
+ intersectionOf: list(term(
353
+ onProperty: "http://www.w3.org/2006/vcard/ns#honorific-suffix",
354
+ someValuesFrom: "http://www.w3.org/2001/XMLSchema#string",
355
+ type: "http://www.w3.org/2002/07/owl#Restriction"
356
+ ), term(
357
+ minCardinality: "0",
358
+ onProperty: "http://www.w3.org/2006/vcard/ns#honorific-suffix",
359
+ type: "http://www.w3.org/2002/07/owl#Restriction"
360
+ )),
361
+ type: "http://www.w3.org/2002/07/owl#Class"
362
+ ))
242
363
  ),
243
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
244
- label: "Name".freeze,
245
- type: "http://www.w3.org/2002/07/owl#Class".freeze
364
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
365
+ label: {en: "Name"},
366
+ type: "http://www.w3.org/2002/07/owl#Class"
246
367
  term :Neighbor,
247
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
248
- label: "Neighbor".freeze,
249
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
250
- type: "http://www.w3.org/2002/07/owl#Class".freeze
368
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
369
+ label: {en: "Neighbor"},
370
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
371
+ type: "http://www.w3.org/2002/07/owl#Class"
251
372
  term :None,
252
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
253
- label: "None".freeze,
254
- subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
255
- type: "http://www.w3.org/2002/07/owl#Class".freeze
373
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
374
+ label: {en: "None"},
375
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender",
376
+ type: "http://www.w3.org/2002/07/owl#Class"
256
377
  term :Organization,
257
- 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.\n".freeze,
258
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
259
- label: "Organization".freeze,
260
- subClassOf: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
261
- type: "http://www.w3.org/2002/07/owl#Class".freeze
378
+ comment: {en: "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.\n"},
379
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
380
+ label: {en: "Organization"},
381
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Kind",
382
+ type: "http://www.w3.org/2002/07/owl#Class"
262
383
  term :Other,
263
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
264
- label: "Other".freeze,
265
- subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
266
- type: "http://www.w3.org/2002/07/owl#Class".freeze
384
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
385
+ label: {en: "Other"},
386
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender",
387
+ type: "http://www.w3.org/2002/07/owl#Class"
267
388
  term :PCS,
268
- comment: "This class is deprecated".freeze,
269
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
270
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
271
- label: "PCS".freeze,
272
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
273
- type: "http://www.w3.org/2002/07/owl#Class".freeze
389
+ comment: {en: "This class is deprecated"},
390
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
391
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
392
+ label: {en: "PCS"},
393
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
394
+ type: "http://www.w3.org/2002/07/owl#Class"
274
395
  term :Pager,
275
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
276
- label: "Pager".freeze,
277
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
278
- type: "http://www.w3.org/2002/07/owl#Class".freeze
396
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
397
+ label: {en: "Pager"},
398
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
399
+ type: "http://www.w3.org/2002/07/owl#Class"
279
400
  term :Parcel,
280
- comment: "This class is deprecated".freeze,
281
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
282
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
283
- label: "Parcel".freeze,
284
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
285
- type: "http://www.w3.org/2002/07/owl#Class".freeze
401
+ comment: {en: "This class is deprecated"},
402
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
403
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
404
+ label: {en: "Parcel"},
405
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
406
+ type: "http://www.w3.org/2002/07/owl#Class"
286
407
  term :Parent,
287
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
288
- label: "Parent".freeze,
289
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
290
- type: "http://www.w3.org/2002/07/owl#Class".freeze
408
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
409
+ label: {en: "Parent"},
410
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
411
+ type: "http://www.w3.org/2002/07/owl#Class"
291
412
  term :Postal,
292
- comment: "This class is deprecated".freeze,
293
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
294
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
295
- label: "Postal".freeze,
296
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
297
- type: "http://www.w3.org/2002/07/owl#Class".freeze
413
+ comment: {en: "This class is deprecated"},
414
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
415
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
416
+ label: {en: "Postal"},
417
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
418
+ type: "http://www.w3.org/2002/07/owl#Class"
298
419
  term :Pref,
299
- comment: "This class is deprecated".freeze,
300
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
301
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
302
- label: "Pref".freeze,
303
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
304
- type: "http://www.w3.org/2002/07/owl#Class".freeze
420
+ comment: {en: "This class is deprecated"},
421
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
422
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
423
+ label: {en: "Pref"},
424
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
425
+ type: "http://www.w3.org/2002/07/owl#Class"
305
426
  term :RelatedType,
306
- comment: "Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type.".freeze,
307
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
308
- label: "Relation Type".freeze,
309
- type: "http://www.w3.org/2002/07/owl#Class".freeze
427
+ comment: {en: "Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type."},
428
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
429
+ label: {en: "Relation Type"},
430
+ type: "http://www.w3.org/2002/07/owl#Class"
310
431
  term :Sibling,
311
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
312
- label: "Sibling".freeze,
313
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
314
- type: "http://www.w3.org/2002/07/owl#Class".freeze
432
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
433
+ label: {en: "Sibling"},
434
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
435
+ type: "http://www.w3.org/2002/07/owl#Class"
315
436
  term :Spouse,
316
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
317
- label: "Spouse".freeze,
318
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
319
- type: "http://www.w3.org/2002/07/owl#Class".freeze
437
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
438
+ label: {en: "Spouse"},
439
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
440
+ type: "http://www.w3.org/2002/07/owl#Class"
320
441
  term :Sweetheart,
321
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
322
- label: "Sweetheart".freeze,
323
- subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
324
- type: "http://www.w3.org/2002/07/owl#Class".freeze
442
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
443
+ label: {en: "Sweetheart"},
444
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType",
445
+ type: "http://www.w3.org/2002/07/owl#Class"
325
446
  term :Tel,
326
- comment: "This class is deprecated. Use the hasTelephone object property.".freeze,
327
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
328
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
329
- label: "Tel".freeze,
330
- type: "http://www.w3.org/2002/07/owl#Class".freeze
447
+ comment: {en: "This class is deprecated. Use the hasTelephone object property."},
448
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
449
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
450
+ label: {en: "Tel"},
451
+ type: "http://www.w3.org/2002/07/owl#Class"
331
452
  term :TelephoneType,
332
- comment: "Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type.".freeze,
333
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
334
- label: "Phone".freeze,
335
- type: "http://www.w3.org/2002/07/owl#Class".freeze
453
+ comment: {en: "Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type."},
454
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
455
+ label: {en: "Phone"},
456
+ type: "http://www.w3.org/2002/07/owl#Class"
336
457
  term :Text,
337
- comment: "Also called sms telephone".freeze,
338
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
339
- label: "Text".freeze,
340
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
341
- type: "http://www.w3.org/2002/07/owl#Class".freeze
458
+ comment: {en: "Also called sms telephone"},
459
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
460
+ label: {en: "Text"},
461
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
462
+ type: "http://www.w3.org/2002/07/owl#Class"
342
463
  term :TextPhone,
343
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
344
- label: "Text phone".freeze,
345
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
346
- type: "http://www.w3.org/2002/07/owl#Class".freeze
464
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
465
+ label: {en: "Text phone"},
466
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
467
+ type: "http://www.w3.org/2002/07/owl#Class"
347
468
  term :Type,
348
- comment: "Used for type codes. The URI of the type code must be used as the value for Type.".freeze,
349
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
350
- label: "Type".freeze,
351
- type: "http://www.w3.org/2002/07/owl#Class".freeze
469
+ comment: {en: "Used for type codes. The URI of the type code must be used as the value for Type."},
470
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
471
+ label: {en: "Type"},
472
+ type: "http://www.w3.org/2002/07/owl#Class"
352
473
  term :Unknown,
353
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
354
- label: "Unknown".freeze,
355
- subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
356
- type: "http://www.w3.org/2002/07/owl#Class".freeze
474
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
475
+ label: {en: "Unknown"},
476
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender",
477
+ type: "http://www.w3.org/2002/07/owl#Class"
357
478
  term :VCard,
358
- comment: "The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards (Individual, Organization, Location, Group)".freeze,
359
- equivalentClass: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
360
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
361
- label: "VCard".freeze,
362
- type: "http://www.w3.org/2002/07/owl#Class".freeze
479
+ comment: {en: "The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards (Individual, Organization, Location, Group)"},
480
+ equivalentClass: "http://www.w3.org/2006/vcard/ns#Kind",
481
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
482
+ label: {en: "VCard"},
483
+ type: "http://www.w3.org/2002/07/owl#Class"
363
484
  term :Video,
364
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
365
- label: "Video".freeze,
366
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
367
- type: "http://www.w3.org/2002/07/owl#Class".freeze
485
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
486
+ label: {en: "Video"},
487
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
488
+ type: "http://www.w3.org/2002/07/owl#Class"
368
489
  term :Voice,
369
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
370
- label: "Voice".freeze,
371
- subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
372
- type: "http://www.w3.org/2002/07/owl#Class".freeze
490
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
491
+ label: {en: "Voice"},
492
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType",
493
+ type: "http://www.w3.org/2002/07/owl#Class"
373
494
  term :Work,
374
- comment: "This implies that the property is related to an individual's work place".freeze,
375
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
376
- label: "Work".freeze,
377
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
378
- type: "http://www.w3.org/2002/07/owl#Class".freeze
495
+ comment: {en: "This implies that the property is related to an individual's work place"},
496
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
497
+ label: {en: "Work"},
498
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
499
+ type: "http://www.w3.org/2002/07/owl#Class"
379
500
  term :X400,
380
- comment: "This class is deprecated".freeze,
381
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
382
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
383
- label: "X400".freeze,
384
- subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
385
- type: "http://www.w3.org/2002/07/owl#Class".freeze
501
+ comment: {en: "This class is deprecated"},
502
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
503
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
504
+ label: {en: "X400"},
505
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type",
506
+ type: "http://www.w3.org/2002/07/owl#Class"
386
507
 
387
508
  # Property definitions
388
509
  property :"additional-name",
389
- comment: "The additional name associated with the object".freeze,
390
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
391
- label: "additional name".freeze,
392
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
393
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
510
+ comment: {en: "The additional name associated with the object"},
511
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
512
+ label: {en: "additional name"},
513
+ range: "http://www.w3.org/2001/XMLSchema#string",
514
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
394
515
  property :adr,
395
- comment: "This object property has been mapped".freeze,
396
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasAddress".freeze,
397
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
398
- label: "address".freeze,
399
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
516
+ comment: {en: "This object property has been mapped"},
517
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasAddress",
518
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
519
+ label: {en: "address"},
520
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
400
521
  property :agent,
401
- comment: "This object property has been deprecated".freeze,
402
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
403
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
404
- label: "agent".freeze,
405
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
522
+ comment: {en: "This object property has been deprecated"},
523
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
524
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
525
+ label: {en: "agent"},
526
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
406
527
  property :anniversary,
407
- comment: "The date of marriage, or equivalent, of the object".freeze,
408
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
409
- label: "anniversary".freeze,
528
+ comment: {en: "The date of marriage, or equivalent, of the object"},
529
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
530
+ label: {en: "anniversary"},
410
531
  range: term(
411
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze,
412
- unionOf: list("http://www.w3.org/2001/XMLSchema#dateTime".freeze, "http://www.w3.org/2001/XMLSchema#gYear".freeze)
532
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype",
533
+ unionOf: list("http://www.w3.org/2001/XMLSchema#dateTime", "http://www.w3.org/2001/XMLSchema#gYear")
413
534
  ),
414
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
535
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
415
536
  property :bday,
416
- comment: "To specify the birth date of the object".freeze,
417
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
418
- label: "birth date".freeze,
537
+ comment: {en: "To specify the birth date of the object"},
538
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
539
+ label: {en: "birth date"},
419
540
  range: term(
420
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze,
421
- unionOf: list("http://www.w3.org/2001/XMLSchema#dateTime".freeze, "http://www.w3.org/2001/XMLSchema#dateTimeStamp".freeze, "http://www.w3.org/2001/XMLSchema#gYear".freeze)
541
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype",
542
+ unionOf: list("http://www.w3.org/2001/XMLSchema#dateTime", "http://www.w3.org/2001/XMLSchema#dateTimeStamp", "http://www.w3.org/2001/XMLSchema#gYear")
422
543
  ),
423
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
544
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
424
545
  property :category,
425
- comment: "The category information about the object, also known as tags".freeze,
426
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
427
- label: "category".freeze,
428
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
429
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
546
+ comment: {en: "The category information about the object, also known as tags"},
547
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
548
+ label: {en: "category"},
549
+ range: "http://www.w3.org/2001/XMLSchema#string",
550
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
430
551
  property :class,
431
- comment: "This data property has been deprecated".freeze,
432
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
433
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
434
- label: "class".freeze,
435
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
552
+ comment: {en: "This data property has been deprecated"},
553
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
554
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
555
+ label: {en: "class"},
556
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
436
557
  property :"country-name",
437
- comment: "The country name associated with the address of the object".freeze,
438
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
439
- label: "country name".freeze,
440
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
441
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
558
+ comment: {en: "The country name associated with the address of the object"},
559
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
560
+ label: {en: "country name"},
561
+ range: "http://www.w3.org/2001/XMLSchema#string",
562
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
442
563
  property :email,
443
- comment: "This object property has been mapped".freeze,
444
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasEmail".freeze,
445
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
446
- label: "email".freeze,
447
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
564
+ comment: {en: "This object property has been mapped"},
565
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasEmail",
566
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
567
+ label: {en: "email"},
568
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
448
569
  property :"extended-address",
449
- comment: "This data property has been deprecated".freeze,
450
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
451
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
452
- label: "extended address".freeze,
453
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
570
+ comment: {en: "This data property has been deprecated"},
571
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
572
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
573
+ label: {en: "extended address"},
574
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
454
575
  property :"family-name",
455
- comment: "The family name associated with the object".freeze,
456
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
457
- label: "family name".freeze,
458
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
459
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
576
+ comment: {en: "The family name associated with the object"},
577
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
578
+ label: {en: "family name"},
579
+ range: "http://www.w3.org/2001/XMLSchema#string",
580
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
460
581
  property :fn,
461
- comment: "The formatted text corresponding to the name of the object".freeze,
462
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
463
- label: "formatted name".freeze,
464
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
465
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
582
+ comment: {en: "The formatted text corresponding to the name of the object"},
583
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
584
+ label: {en: "formatted name"},
585
+ range: "http://www.w3.org/2001/XMLSchema#string",
586
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
466
587
  property :geo,
467
- comment: "This object property has been mapped".freeze,
468
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasGeo".freeze,
469
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
470
- label: "geo".freeze,
471
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
588
+ comment: {en: "This object property has been mapped"},
589
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasGeo",
590
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
591
+ label: {en: "geo"},
592
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
472
593
  property :"given-name",
473
- comment: "The given name associated with the object".freeze,
474
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
475
- label: "given name".freeze,
476
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
477
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
594
+ comment: {en: "The given name associated with the object"},
595
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
596
+ label: {en: "given name"},
597
+ range: "http://www.w3.org/2001/XMLSchema#string",
598
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
478
599
  property :hasAdditionalName,
479
- comment: "Used to support property parameters for the additional name data property".freeze,
480
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
481
- label: "has additional name".freeze,
482
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
600
+ comment: {en: "Used to support property parameters for the additional name data property"},
601
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
602
+ label: {en: "has additional name"},
603
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
483
604
  property :hasAddress,
484
- comment: "To specify the components of the delivery address for the object".freeze,
485
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
486
- label: "has address".freeze,
487
- range: "http://www.w3.org/2006/vcard/ns#Address".freeze,
488
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
605
+ comment: {en: "To specify the components of the delivery address for the object"},
606
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
607
+ label: {en: "has address"},
608
+ range: "http://www.w3.org/2006/vcard/ns#Address",
609
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
489
610
  property :hasCalendarBusy,
490
- comment: "To specify the busy time associated with the object. (Was called FBURL in RFC6350)".freeze,
491
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
492
- label: "has calendar busy".freeze,
493
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
611
+ comment: {en: "To specify the busy time associated with the object. (Was called FBURL in RFC6350)"},
612
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
613
+ label: {en: "has calendar busy"},
614
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
494
615
  property :hasCalendarLink,
495
- comment: "To specify the calendar associated with the object. (Was called CALURI in RFC6350)".freeze,
496
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
497
- label: "has calendar link".freeze,
498
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
616
+ comment: {en: "To specify the calendar associated with the object. (Was called CALURI in RFC6350)"},
617
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
618
+ label: {en: "has calendar link"},
619
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
499
620
  property :hasCalendarRequest,
500
- comment: "To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)".freeze,
501
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
502
- label: "has calendar request".freeze,
503
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
621
+ comment: {en: "To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)"},
622
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
623
+ label: {en: "has calendar request"},
624
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
504
625
  property :hasCategory,
505
- comment: "Used to support property parameters for the category data property".freeze,
506
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
507
- label: "has category".freeze,
508
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
626
+ comment: {en: "Used to support property parameters for the category data property"},
627
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
628
+ label: {en: "has category"},
629
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
509
630
  property :hasCountryName,
510
- comment: "Used to support property parameters for the country name data property".freeze,
511
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
512
- label: "has country name".freeze,
513
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
631
+ comment: {en: "Used to support property parameters for the country name data property"},
632
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
633
+ label: {en: "has country name"},
634
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
514
635
  property :hasEmail,
515
- comment: "To specify the electronic mail address for communication with the object".freeze,
516
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
517
- label: "has email".freeze,
518
- range: "http://www.w3.org/2006/vcard/ns#Email".freeze,
519
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
636
+ comment: {en: "To specify the electronic mail address for communication with the object"},
637
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
638
+ label: {en: "has email"},
639
+ range: "http://www.w3.org/2006/vcard/ns#Email",
640
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
520
641
  property :hasFN,
521
- comment: "Used to support property parameters for the formatted name data property".freeze,
522
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
523
- label: "has formatted name".freeze,
524
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
642
+ comment: {en: "Used to support property parameters for the formatted name data property"},
643
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
644
+ label: {en: "has formatted name"},
645
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
525
646
  property :hasFamilyName,
526
- comment: "Used to support property parameters for the family name data property".freeze,
527
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
528
- label: "has family name".freeze,
529
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
647
+ comment: {en: "Used to support property parameters for the family name data property"},
648
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
649
+ label: {en: "has family name"},
650
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
530
651
  property :hasGender,
531
- comment: "To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used.".freeze,
532
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
533
- label: "has gender".freeze,
534
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
652
+ comment: {en: "To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used."},
653
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
654
+ label: {en: "has gender"},
655
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
535
656
  property :hasGeo,
536
- comment: "To specify information related to the global positioning of the object. May also be used as a property parameter.".freeze,
537
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
538
- label: "has geo".freeze,
539
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
657
+ comment: {en: "To specify information related to the global positioning of the object. May also be used as a property parameter."},
658
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
659
+ label: {en: "has geo"},
660
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
540
661
  property :hasGivenName,
541
- comment: "Used to support property parameters for the given name data property".freeze,
542
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
543
- label: "has given name".freeze,
544
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
662
+ comment: {en: "Used to support property parameters for the given name data property"},
663
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
664
+ label: {en: "has given name"},
665
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
545
666
  property :hasHonorificPrefix,
546
- comment: "Used to support property parameters for the honorific prefix data property".freeze,
547
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
548
- label: "has honorific prefix".freeze,
549
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
667
+ comment: {en: "Used to support property parameters for the honorific prefix data property"},
668
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
669
+ label: {en: "has honorific prefix"},
670
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
550
671
  property :hasHonorificSuffix,
551
- comment: "Used to support property parameters for the honorific suffix data property".freeze,
552
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
553
- label: "has honorific suffix".freeze,
554
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
672
+ comment: {en: "Used to support property parameters for the honorific suffix data property"},
673
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
674
+ label: {en: "has honorific suffix"},
675
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
555
676
  property :hasInstantMessage,
556
- comment: "To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)".freeze,
557
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
558
- label: "has messaging".freeze,
559
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
677
+ comment: {en: "To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)"},
678
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
679
+ label: {en: "has messaging"},
680
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
560
681
  property :hasKey,
561
- comment: "To specify a public key or authentication certificate associated with the object".freeze,
562
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#key".freeze,
563
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
564
- label: "has key".freeze,
565
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
682
+ comment: {en: "To specify a public key or authentication certificate associated with the object"},
683
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#key",
684
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
685
+ label: {en: "has key"},
686
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
566
687
  property :hasLanguage,
567
- comment: "Used to support property parameters for the language data property".freeze,
568
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
569
- label: "has language".freeze,
570
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
688
+ comment: {en: "Used to support property parameters for the language data property"},
689
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
690
+ label: {en: "has language"},
691
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
571
692
  property :hasLocality,
572
- comment: "Used to support property parameters for the locality data property".freeze,
573
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
574
- label: "has locality".freeze,
575
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
693
+ comment: {en: "Used to support property parameters for the locality data property"},
694
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
695
+ label: {en: "has locality"},
696
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
576
697
  property :hasLogo,
577
- comment: "To specify a graphic image of a logo associated with the object ".freeze,
578
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#logo".freeze,
579
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
580
- label: "has logo".freeze,
581
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
698
+ comment: {en: "To specify a graphic image of a logo associated with the object "},
699
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#logo",
700
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
701
+ label: {en: "has logo"},
702
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
582
703
  property :hasMember,
583
- comment: "To include a member in the group this object represents. (This property can only be used by Group individuals)".freeze,
584
- domain: "http://www.w3.org/2006/vcard/ns#Group".freeze,
585
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
586
- label: "has member".freeze,
587
- range: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
588
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
704
+ comment: {en: "To include a member in the group this object represents. (This property can only be used by Group individuals)"},
705
+ domain: "http://www.w3.org/2006/vcard/ns#Group",
706
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
707
+ label: {en: "has member"},
708
+ range: "http://www.w3.org/2006/vcard/ns#Kind",
709
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
589
710
  property :hasName,
590
- comment: "To specify the components of the name of the object".freeze,
591
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#n".freeze,
592
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
593
- label: "has name".freeze,
594
- range: "http://www.w3.org/2006/vcard/ns#Name".freeze,
595
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
711
+ comment: {en: "To specify the components of the name of the object"},
712
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#n",
713
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
714
+ label: {en: "has name"},
715
+ range: "http://www.w3.org/2006/vcard/ns#Name",
716
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
596
717
  property :hasNickname,
597
- comment: "Used to support property parameters for the nickname data property".freeze,
598
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#nickname".freeze,
599
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
600
- label: "has nickname".freeze,
601
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
718
+ comment: {en: "Used to support property parameters for the nickname data property"},
719
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#nickname",
720
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
721
+ label: {en: "has nickname"},
722
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
602
723
  property :hasNote,
603
- comment: "Used to support property parameters for the note data property".freeze,
604
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
605
- label: "has note".freeze,
606
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
724
+ comment: {en: "Used to support property parameters for the note data property"},
725
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
726
+ label: {en: "has note"},
727
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
607
728
  property :hasOrganizationName,
608
- comment: "Used to support property parameters for the organization name data property".freeze,
609
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
610
- label: "has organization name".freeze,
611
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
729
+ comment: {en: "Used to support property parameters for the organization name data property"},
730
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
731
+ label: {en: "has organization name"},
732
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
612
733
  property :hasOrganizationUnit,
613
- comment: "Used to support property parameters for the organization unit name data property".freeze,
614
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
615
- label: "has organization unit name".freeze,
616
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
734
+ comment: {en: "Used to support property parameters for the organization unit name data property"},
735
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
736
+ label: {en: "has organization unit name"},
737
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
617
738
  property :hasPhoto,
618
- comment: "To specify an image or photograph information that annotates some aspect of the object".freeze,
619
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#photo".freeze,
620
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
621
- label: "has photo".freeze,
622
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
739
+ comment: {en: "To specify an image or photograph information that annotates some aspect of the object"},
740
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#photo",
741
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
742
+ label: {en: "has photo"},
743
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
623
744
  property :hasPostalCode,
624
- comment: "Used to support property parameters for the postal code data property".freeze,
625
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
626
- label: "has postal code".freeze,
627
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
745
+ comment: {en: "Used to support property parameters for the postal code data property"},
746
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
747
+ label: {en: "has postal code"},
748
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
628
749
  property :hasRegion,
629
- comment: "Used to support property parameters for the region data property".freeze,
630
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
631
- label: "has region".freeze,
632
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
750
+ comment: {en: "Used to support property parameters for the region data property"},
751
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
752
+ label: {en: "has region"},
753
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
633
754
  property :hasRelated,
634
- comment: "To specify a relationship between another entity and the entity represented by this object".freeze,
635
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
636
- label: "has related".freeze,
637
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
755
+ comment: {en: "To specify a relationship between another entity and the entity represented by this object"},
756
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
757
+ label: {en: "has related"},
758
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
638
759
  property :hasRole,
639
- comment: "Used to support property parameters for the role data property".freeze,
640
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
641
- label: "has role".freeze,
642
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
760
+ comment: {en: "Used to support property parameters for the role data property"},
761
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
762
+ label: {en: "has role"},
763
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
643
764
  property :hasSound,
644
- comment: "To specify a digital sound content information that annotates some aspect of the object".freeze,
645
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#sound".freeze,
646
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
647
- label: "has sound".freeze,
648
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
765
+ comment: {en: "To specify a digital sound content information that annotates some aspect of the object"},
766
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#sound",
767
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
768
+ label: {en: "has sound"},
769
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
649
770
  property :hasSource,
650
- comment: "To identify the source of directory information of the object".freeze,
651
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
652
- label: "has source".freeze,
653
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
771
+ comment: {en: "To identify the source of directory information of the object"},
772
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
773
+ label: {en: "has source"},
774
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
654
775
  property :hasStreetAddress,
655
- comment: "Used to support property parameters for the street address data property".freeze,
656
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
657
- label: "has street address".freeze,
658
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
776
+ comment: {en: "Used to support property parameters for the street address data property"},
777
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
778
+ label: {en: "has street address"},
779
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
659
780
  property :hasTelephone,
660
- comment: "To specify the telephone number for telephony communication with the object".freeze,
661
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#tel".freeze,
662
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
663
- label: "has telephone".freeze,
664
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
781
+ comment: {en: "To specify the telephone number for telephony communication with the object"},
782
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#tel",
783
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
784
+ label: {en: "has telephone"},
785
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
665
786
  property :hasTitle,
666
- comment: "Used to support property parameters for the title data property".freeze,
667
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
668
- label: "has title".freeze,
669
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
787
+ comment: {en: "Used to support property parameters for the title data property"},
788
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
789
+ label: {en: "has title"},
790
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
670
791
  property :hasUID,
671
- comment: "To specify a value that represents a globally unique identifier corresponding to the object".freeze,
672
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
673
- label: "has uid".freeze,
674
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
792
+ comment: {en: "To specify a value that represents a globally unique identifier corresponding to the object"},
793
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
794
+ label: {en: "has uid"},
795
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
675
796
  property :hasURL,
676
- comment: "To specify a uniform resource locator associated with the object".freeze,
677
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#url".freeze,
678
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
679
- label: "has url".freeze,
680
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
797
+ comment: {en: "To specify a uniform resource locator associated with the object"},
798
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#url",
799
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
800
+ label: {en: "has url"},
801
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
681
802
  property :hasValue,
682
- comment: "Used to indicate the resource value of an object property that requires property parameters".freeze,
683
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
684
- label: "has value".freeze,
685
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
803
+ comment: {en: "Used to indicate the resource value of an object property that requires property parameters"},
804
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
805
+ label: {en: "has value"},
806
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
686
807
  property :"honorific-prefix",
687
- comment: "The honorific prefix of the name associated with the object".freeze,
688
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
689
- label: "honorific prefix".freeze,
690
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
691
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
808
+ comment: {en: "The honorific prefix of the name associated with the object"},
809
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
810
+ label: {en: "honorific prefix"},
811
+ range: "http://www.w3.org/2001/XMLSchema#string",
812
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
692
813
  property :"honorific-suffix",
693
- comment: "The honorific suffix of the name associated with the object".freeze,
694
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
695
- label: "honorific suffix".freeze,
696
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
697
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
814
+ comment: {en: "The honorific suffix of the name associated with the object"},
815
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
816
+ label: {en: "honorific suffix"},
817
+ range: "http://www.w3.org/2001/XMLSchema#string",
818
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
698
819
  property :key,
699
- comment: "This object property has been mapped".freeze,
700
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasKey".freeze,
701
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
702
- label: "key".freeze,
703
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
820
+ comment: {en: "This object property has been mapped"},
821
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasKey",
822
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
823
+ label: {en: "key"},
824
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
704
825
  property :label,
705
- comment: "This data property has been deprecated".freeze,
706
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
707
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
708
- label: "label".freeze,
709
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
826
+ comment: {en: "This data property has been deprecated"},
827
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
828
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
829
+ label: {en: "label"},
830
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
710
831
  property :language,
711
- comment: "To specify the language that may be used for contacting the object. May also be used as a property parameter.".freeze,
712
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
713
- label: "language".freeze,
714
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
832
+ comment: {en: "To specify the language that may be used for contacting the object. May also be used as a property parameter."},
833
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
834
+ label: {en: "language"},
835
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
715
836
  property :latitude,
716
- comment: "This data property has been deprecated. See hasGeo".freeze,
717
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
718
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
719
- label: "latitude".freeze,
720
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
837
+ comment: {en: "This data property has been deprecated. See hasGeo"},
838
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
839
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
840
+ label: {en: "latitude"},
841
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
721
842
  property :locality,
722
- comment: "The locality (e.g. city or town) associated with the address of the object".freeze,
723
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
724
- label: "locality".freeze,
725
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
726
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
843
+ comment: {en: "The locality (e.g. city or town) associated with the address of the object"},
844
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
845
+ label: {en: "locality"},
846
+ range: "http://www.w3.org/2001/XMLSchema#string",
847
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
727
848
  property :logo,
728
- comment: "This object property has been mapped".freeze,
729
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasLogo".freeze,
730
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
731
- label: "logo".freeze,
732
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
849
+ comment: {en: "This object property has been mapped"},
850
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasLogo",
851
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
852
+ label: {en: "logo"},
853
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
733
854
  property :longitude,
734
- comment: "This data property has been deprecated. See hasGeo".freeze,
735
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
736
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
737
- label: "longitude".freeze,
738
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
855
+ comment: {en: "This data property has been deprecated. See hasGeo"},
856
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
857
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
858
+ label: {en: "longitude"},
859
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
739
860
  property :mailer,
740
- comment: "This data property has been deprecated".freeze,
741
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
742
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
743
- label: "mailer".freeze,
744
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
861
+ comment: {en: "This data property has been deprecated"},
862
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
863
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
864
+ label: {en: "mailer"},
865
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
745
866
  property :n,
746
- comment: "This object property has been mapped".freeze,
747
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasName".freeze,
748
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
749
- label: "name".freeze,
750
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
867
+ comment: {en: "This object property has been mapped"},
868
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasName",
869
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
870
+ label: {en: "name"},
871
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
751
872
  property :nickname,
752
- comment: "The nick name associated with the object".freeze,
753
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
754
- label: "nickname".freeze,
755
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
756
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
873
+ comment: {en: "The nick name associated with the object"},
874
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
875
+ label: {en: "nickname"},
876
+ range: "http://www.w3.org/2001/XMLSchema#string",
877
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
757
878
  property :note,
758
- comment: "A note associated with the object".freeze,
759
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
760
- label: "note".freeze,
761
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
762
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
879
+ comment: {en: "A note associated with the object"},
880
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
881
+ label: {en: "note"},
882
+ range: "http://www.w3.org/2001/XMLSchema#string",
883
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
763
884
  property :org,
764
- comment: "This object property has been mapped. Use the organization-name data property.".freeze,
765
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#organization-name".freeze,
766
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
767
- label: "organization".freeze,
768
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
885
+ comment: {en: "This object property has been mapped. Use the organization-name data property."},
886
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#organization-name",
887
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
888
+ label: {en: "organization"},
889
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
769
890
  property :"organization-name",
770
- comment: "To specify the organizational name associated with the object".freeze,
771
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
772
- label: "organization name".freeze,
773
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
774
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
891
+ comment: {en: "To specify the organizational name associated with the object"},
892
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
893
+ label: {en: "organization name"},
894
+ range: "http://www.w3.org/2001/XMLSchema#string",
895
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
775
896
  property :"organization-unit",
776
- comment: "To specify the organizational unit name associated with the object".freeze,
777
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
778
- label: "organizational unit name".freeze,
779
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
780
- subPropertyOf: "http://www.w3.org/2006/vcard/ns#organization-name".freeze,
781
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
897
+ comment: {en: "To specify the organizational unit name associated with the object"},
898
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
899
+ label: {en: "organizational unit name"},
900
+ range: "http://www.w3.org/2001/XMLSchema#string",
901
+ subPropertyOf: "http://www.w3.org/2006/vcard/ns#organization-name",
902
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
782
903
  property :photo,
783
- comment: "This object property has been mapped".freeze,
784
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasPhoto".freeze,
785
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
786
- label: "photo".freeze,
787
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
904
+ comment: {en: "This object property has been mapped"},
905
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasPhoto",
906
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
907
+ label: {en: "photo"},
908
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
788
909
  property :"post-office-box",
789
- comment: "This data property has been deprecated".freeze,
790
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
791
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
792
- label: "post office box".freeze,
793
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
910
+ comment: {en: "This data property has been deprecated"},
911
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
912
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
913
+ label: {en: "post office box"},
914
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
794
915
  property :"postal-code",
795
- comment: "The postal code associated with the address of the object".freeze,
796
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
797
- label: "postal code".freeze,
798
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
799
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
916
+ comment: {en: "The postal code associated with the address of the object"},
917
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
918
+ label: {en: "postal code"},
919
+ range: "http://www.w3.org/2001/XMLSchema#string",
920
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
800
921
  property :prodid,
801
- comment: "To specify the identifier for the product that created the object".freeze,
802
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
803
- label: "product id".freeze,
804
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
805
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
922
+ comment: {en: "To specify the identifier for the product that created the object"},
923
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
924
+ label: {en: "product id"},
925
+ range: "http://www.w3.org/2001/XMLSchema#string",
926
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
806
927
  property :region,
807
- comment: "The region (e.g. state or province) associated with the address of the object".freeze,
808
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
809
- label: "region".freeze,
810
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
811
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
928
+ comment: {en: "The region (e.g. state or province) associated with the address of the object"},
929
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
930
+ label: {en: "region"},
931
+ range: "http://www.w3.org/2001/XMLSchema#string",
932
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
812
933
  property :rev,
813
- comment: "To specify revision information about the object".freeze,
814
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
815
- label: "revision".freeze,
816
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
817
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
934
+ comment: {en: "To specify revision information about the object"},
935
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
936
+ label: {en: "revision"},
937
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
938
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
818
939
  property :role,
819
- comment: "To specify the function or part played in a particular situation by the object".freeze,
820
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
821
- label: "role".freeze,
822
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
823
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
940
+ comment: {en: "To specify the function or part played in a particular situation by the object"},
941
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
942
+ label: {en: "role"},
943
+ range: "http://www.w3.org/2001/XMLSchema#string",
944
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
824
945
  property :"sort-string",
825
- comment: "To specify the string to be used for national-language-specific sorting. Used as a property parameter only.".freeze,
826
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
827
- label: "sort as".freeze,
828
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
829
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
946
+ comment: {en: "To specify the string to be used for national-language-specific sorting. Used as a property parameter only."},
947
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
948
+ label: {en: "sort as"},
949
+ range: "http://www.w3.org/2001/XMLSchema#string",
950
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
830
951
  property :sound,
831
- comment: "This object property has been mapped".freeze,
832
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasSound".freeze,
833
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
834
- label: "sound".freeze,
835
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
952
+ comment: {en: "This object property has been mapped"},
953
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasSound",
954
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
955
+ label: {en: "sound"},
956
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
836
957
  property :"street-address",
837
- comment: "The street address associated with the address of the object".freeze,
838
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
839
- label: "street address".freeze,
840
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
841
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
958
+ comment: {en: "The street address associated with the address of the object"},
959
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
960
+ label: {en: "street address"},
961
+ range: "http://www.w3.org/2001/XMLSchema#string",
962
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
842
963
  property :tel,
843
- comment: "This object property has been mapped".freeze,
844
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasTelephone".freeze,
845
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
846
- label: "telephone".freeze,
847
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
964
+ comment: {en: "This object property has been mapped"},
965
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasTelephone",
966
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
967
+ label: {en: "telephone"},
968
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
848
969
  property :title,
849
- comment: "To specify the position or job of the object".freeze,
850
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
851
- label: "title".freeze,
852
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
853
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
970
+ comment: {en: "To specify the position or job of the object"},
971
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
972
+ label: {en: "title"},
973
+ range: "http://www.w3.org/2001/XMLSchema#string",
974
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
854
975
  property :tz,
855
- comment: "To indicate time zone information that is specific to the object. May also be used as a property parameter.".freeze,
856
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
857
- label: "time zone".freeze,
858
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
859
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
976
+ comment: {en: "To indicate time zone information that is specific to the object. May also be used as a property parameter."},
977
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
978
+ label: {en: "time zone"},
979
+ range: "http://www.w3.org/2001/XMLSchema#string",
980
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
860
981
  property :url,
861
- comment: "This object property has been mapped".freeze,
862
- equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasURL".freeze,
863
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
864
- label: "url".freeze,
865
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
982
+ comment: {en: "This object property has been mapped"},
983
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasURL",
984
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
985
+ label: {en: "url"},
986
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
866
987
  property :value,
867
- comment: "Used to indicate the literal value of a data property that requires property parameters".freeze,
868
- isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
869
- label: "value".freeze,
870
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
988
+ comment: {en: "Used to indicate the literal value of a data property that requires property parameters"},
989
+ isDefinedBy: "http://www.w3.org/2006/vcard/ns",
990
+ label: {en: "value"},
991
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
871
992
  end
872
993
  end