rdf-vocab 3.1.10 → 3.1.11

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 +1 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +13 -1
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1241 -2561
  8. data/lib/rdf/vocab/bibframe.rb +1241 -2561
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +72 -143
  12. data/lib/rdf/vocab/cnt.rb +51 -133
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3900 -14140
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +215 -382
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +197 -375
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +80 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +453 -1106
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +2824 -4424
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +216 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +131 -264
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +120 -201
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +1289 -1294
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +30 -63
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +8430 -18899
  66. data/lib/rdf/vocab/schemas.rb +8430 -18899
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. metadata +45 -25
@@ -3,919 +3,611 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://xmlns.com/foaf/0.1/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://xmlns.com/foaf/0.1/>
8
- # #
9
- # # Friend of a Friend (FOAF) vocabulary
10
- # #
11
- # # The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.
12
- # class FOAF < RDF::StrictVocabulary
13
- # # An agent (eg. person, group, software or physical artifact).
14
- # # @return [RDF::Vocabulary::Term]
15
- # attr_reader :Agent
16
- #
17
- # # A document.
18
- # # @return [RDF::Vocabulary::Term]
19
- # attr_reader :Document
20
- #
21
- # # A class of Agents.
22
- # # @return [RDF::Vocabulary::Term]
23
- # attr_reader :Group
24
- #
25
- # # An image.
26
- # # @return [RDF::Vocabulary::Term]
27
- # attr_reader :Image
28
- #
29
- # # A foaf:LabelProperty is any RDF property with texual values that serve as labels.
30
- # # @return [RDF::Vocabulary::Term]
31
- # attr_reader :LabelProperty
32
- #
33
- # # An online account.
34
- # # @return [RDF::Vocabulary::Term]
35
- # attr_reader :OnlineAccount
36
- #
37
- # # An online chat account.
38
- # # @return [RDF::Vocabulary::Term]
39
- # attr_reader :OnlineChatAccount
40
- #
41
- # # An online e-commerce account.
42
- # # @return [RDF::Vocabulary::Term]
43
- # attr_reader :OnlineEcommerceAccount
44
- #
45
- # # An online gaming account.
46
- # # @return [RDF::Vocabulary::Term]
47
- # attr_reader :OnlineGamingAccount
48
- #
49
- # # An organization.
50
- # # @return [RDF::Vocabulary::Term]
51
- # attr_reader :Organization
52
- #
53
- # # A person.
54
- # # @return [RDF::Vocabulary::Term]
55
- # attr_reader :Person
56
- #
57
- # # A personal profile RDF document.
58
- # # @return [RDF::Vocabulary::Term]
59
- # attr_reader :PersonalProfileDocument
60
- #
61
- # # A project (a collective endeavour of some kind).
62
- # # @return [RDF::Vocabulary::Term]
63
- # attr_reader :Project
64
- #
65
- # # Indicates an account held by this agent.
66
- # # @return [RDF::Vocabulary::Term]
67
- # attr_reader :account
68
- #
69
- # # Indicates the name (identifier) associated with this online account.
70
- # # @return [RDF::Vocabulary::Term]
71
- # attr_reader :accountName
72
- #
73
- # # Indicates a homepage of the service provide for this online account.
74
- # # @return [RDF::Vocabulary::Term]
75
- # attr_reader :accountServiceHomepage
76
- #
77
- # # The age in years of some agent.
78
- # # @return [RDF::Vocabulary::Term]
79
- # attr_reader :age
80
- #
81
- # # An AIM chat ID
82
- # # @return [RDF::Vocabulary::Term]
83
- # attr_reader :aimChatID
84
- #
85
- # # A location that something is based near, for some broadly human notion of near.
86
- # # @return [RDF::Vocabulary::Term]
87
- # attr_reader :based_near
88
- #
89
- # # The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.
90
- # # @return [RDF::Vocabulary::Term]
91
- # attr_reader :birthday
92
- #
93
- # # A current project this person works on.
94
- # # @return [RDF::Vocabulary::Term]
95
- # attr_reader :currentProject
96
- #
97
- # # A depiction of some thing.
98
- # # @return [RDF::Vocabulary::Term]
99
- # attr_reader :depiction
100
- #
101
- # # A thing depicted in this representation.
102
- # # @return [RDF::Vocabulary::Term]
103
- # attr_reader :depicts
104
- #
105
- # # A checksum for the DNA of some thing. Joke.
106
- # # @return [RDF::Vocabulary::Term]
107
- # attr_reader :dnaChecksum
108
- #
109
- # # The family name of some person.
110
- # # @return [RDF::Vocabulary::Term]
111
- # attr_reader :familyName
112
- #
113
- # # The family name of some person.
114
- # # @return [RDF::Vocabulary::Term]
115
- # attr_reader :family_name
116
- #
117
- # # The first name of a person.
118
- # # @return [RDF::Vocabulary::Term]
119
- # attr_reader :firstName
120
- #
121
- # # The underlying or 'focal' entity associated with some SKOS-described concept.
122
- # # @return [RDF::Vocabulary::Term]
123
- # attr_reader :focus
124
- #
125
- # # An organization funding a project or person.
126
- # # @return [RDF::Vocabulary::Term]
127
- # attr_reader :fundedBy
128
- #
129
- # # A textual geekcode for this person, see http://www.geekcode.com/geek.html
130
- # # @return [RDF::Vocabulary::Term]
131
- # attr_reader :geekcode
132
- #
133
- # # The gender of this Agent (typically but not necessarily 'male' or 'female').
134
- # # @return [RDF::Vocabulary::Term]
135
- # attr_reader :gender
136
- #
137
- # # The given name of some person.
138
- # # @return [RDF::Vocabulary::Term]
139
- # attr_reader :givenName
140
- #
141
- # # The given name of some person.
142
- # # @return [RDF::Vocabulary::Term]
143
- # attr_reader :givenname
144
- #
145
- # # Indicates an account held by this agent.
146
- # # @return [RDF::Vocabulary::Term]
147
- # attr_reader :holdsAccount
148
- #
149
- # # A homepage for some thing.
150
- # # @return [RDF::Vocabulary::Term]
151
- # attr_reader :homepage
152
- #
153
- # # An ICQ chat ID
154
- # # @return [RDF::Vocabulary::Term]
155
- # attr_reader :icqChatID
156
- #
157
- # # An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage).
158
- # # @return [RDF::Vocabulary::Term]
159
- # attr_reader :img
160
- #
161
- # # A page about a topic of interest to this person.
162
- # # @return [RDF::Vocabulary::Term]
163
- # attr_reader :interest
164
- #
165
- # # A document that this thing is the primary topic of.
166
- # # @return [RDF::Vocabulary::Term]
167
- # attr_reader :isPrimaryTopicOf
168
- #
169
- # # A jabber ID for something.
170
- # # @return [RDF::Vocabulary::Term]
171
- # attr_reader :jabberID
172
- #
173
- # # A person known by this person (indicating some level of reciprocated interaction between the parties).
174
- # # @return [RDF::Vocabulary::Term]
175
- # attr_reader :knows
176
- #
177
- # # The last name of a person.
178
- # # @return [RDF::Vocabulary::Term]
179
- # attr_reader :lastName
180
- #
181
- # # A logo representing some thing.
182
- # # @return [RDF::Vocabulary::Term]
183
- # attr_reader :logo
184
- #
185
- # # Something that was made by this agent.
186
- # # @return [RDF::Vocabulary::Term]
187
- # attr_reader :made
188
- #
189
- # # An agent that made this thing.
190
- # # @return [RDF::Vocabulary::Term]
191
- # attr_reader :maker
192
- #
193
- # # A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox.
194
- # # @return [RDF::Vocabulary::Term]
195
- # attr_reader :mbox
196
- #
197
- # # The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.
198
- # # @return [RDF::Vocabulary::Term]
199
- # attr_reader :mbox_sha1sum
200
- #
201
- # # Indicates a member of a Group
202
- # # @return [RDF::Vocabulary::Term]
203
- # attr_reader :member
204
- #
205
- # # Indicates the class of individuals that are a member of a Group
206
- # # @return [RDF::Vocabulary::Term]
207
- # attr_reader :membershipClass
208
- #
209
- # # An MSN chat ID
210
- # # @return [RDF::Vocabulary::Term]
211
- # attr_reader :msnChatID
212
- #
213
- # # A Myers Briggs (MBTI) personality classification.
214
- # # @return [RDF::Vocabulary::Term]
215
- # attr_reader :myersBriggs
216
- #
217
- # # A name for some thing.
218
- # # @return [RDF::Vocabulary::Term]
219
- # attr_reader :name
220
- #
221
- # # A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).
222
- # # @return [RDF::Vocabulary::Term]
223
- # attr_reader :nick
224
- #
225
- # # An OpenID for an Agent.
226
- # # @return [RDF::Vocabulary::Term]
227
- # attr_reader :openid
228
- #
229
- # # A page or document about this thing.
230
- # # @return [RDF::Vocabulary::Term]
231
- # attr_reader :page
232
- #
233
- # # A project this person has previously worked on.
234
- # # @return [RDF::Vocabulary::Term]
235
- # attr_reader :pastProject
236
- #
237
- # # A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).
238
- # # @return [RDF::Vocabulary::Term]
239
- # attr_reader :phone
240
- #
241
- # # A .plan comment, in the tradition of finger and '.plan' files.
242
- # # @return [RDF::Vocabulary::Term]
243
- # attr_reader :plan
244
- #
245
- # # The primary topic of some page or document.
246
- # # @return [RDF::Vocabulary::Term]
247
- # attr_reader :primaryTopic
248
- #
249
- # # A link to the publications of this person.
250
- # # @return [RDF::Vocabulary::Term]
251
- # attr_reader :publications
252
- #
253
- # # A homepage of a school attended by the person.
254
- # # @return [RDF::Vocabulary::Term]
255
- # attr_reader :schoolHomepage
256
- #
257
- # # A sha1sum hash, in hex.
258
- # # @return [RDF::Vocabulary::Term]
259
- # attr_reader :sha1
260
- #
261
- # # A Skype ID
262
- # # @return [RDF::Vocabulary::Term]
263
- # attr_reader :skypeID
264
- #
265
- # # A string expressing what the user is happy for the general public (normally) to know about their current activity.
266
- # # @return [RDF::Vocabulary::Term]
267
- # attr_reader :status
268
- #
269
- # # The surname of some person.
270
- # # @return [RDF::Vocabulary::Term]
271
- # attr_reader :surname
272
- #
273
- # # A theme.
274
- # # @return [RDF::Vocabulary::Term]
275
- # attr_reader :theme
276
- #
277
- # # A derived thumbnail image.
278
- # # @return [RDF::Vocabulary::Term]
279
- # attr_reader :thumbnail
280
- #
281
- # # A tipjar document for this agent, describing means for payment and reward.
282
- # # @return [RDF::Vocabulary::Term]
283
- # attr_reader :tipjar
284
- #
285
- # # Title (Mr, Mrs, Ms, Dr. etc)
286
- # # @return [RDF::Vocabulary::Term]
287
- # attr_reader :title
288
- #
289
- # # A topic of some page or document.
290
- # # @return [RDF::Vocabulary::Term]
291
- # attr_reader :topic
292
- #
293
- # # A thing of interest to this person.
294
- # # @return [RDF::Vocabulary::Term]
295
- # attr_reader :topic_interest
296
- #
297
- # # A weblog of some thing (whether person, group, company etc.).
298
- # # @return [RDF::Vocabulary::Term]
299
- # attr_reader :weblog
300
- #
301
- # # A work info homepage of some person; a page about their work for some organization.
302
- # # @return [RDF::Vocabulary::Term]
303
- # attr_reader :workInfoHomepage
304
- #
305
- # # A workplace homepage of some person; the homepage of an organization they work for.
306
- # # @return [RDF::Vocabulary::Term]
307
- # attr_reader :workplaceHomepage
308
- #
309
- # # A Yahoo chat ID
310
- # # @return [RDF::Vocabulary::Term]
311
- # attr_reader :yahooChatID
312
- #
313
- # end
314
6
  FOAF = Class.new(RDF::StrictVocabulary("http://xmlns.com/foaf/0.1/")) do
315
7
 
316
8
  # Ontology definition
317
9
  ontology :"http://xmlns.com/foaf/0.1/",
318
- "dc11:description": "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.".freeze,
319
- "dc11:title": "Friend of a Friend (FOAF) vocabulary".freeze,
320
- type: "owl:Ontology".freeze
10
+ "http://purl.org/dc/elements/1.1/description": "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.".freeze,
11
+ "http://purl.org/dc/elements/1.1/title": "Friend of a Friend (FOAF) vocabulary".freeze,
12
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
321
13
 
322
14
  # Class definitions
323
15
  term :Agent,
324
16
  comment: "An agent (eg. person, group, software or physical artifact).".freeze,
325
- equivalentClass: "dc:Agent".freeze,
326
- isDefinedBy: "foaf:".freeze,
17
+ equivalentClass: "http://purl.org/dc/terms/Agent".freeze,
18
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
19
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
327
20
  label: "Agent".freeze,
328
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
329
- "vs:term_status": "stable".freeze
21
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
330
22
  term :Document,
331
23
  comment: "A document.".freeze,
332
- isDefinedBy: "foaf:".freeze,
24
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Organization".freeze, "http://xmlns.com/foaf/0.1/Project".freeze],
25
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
26
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
333
27
  label: "Document".freeze,
334
- "owl:disjointWith": ["foaf:Organization".freeze, "foaf:Project".freeze],
335
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
336
- "vs:term_status": "testing".freeze
28
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
337
29
  term :Group,
338
30
  comment: "A class of Agents.".freeze,
339
- isDefinedBy: "foaf:".freeze,
31
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
32
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
340
33
  label: "Group".freeze,
341
- subClassOf: "foaf:Agent".freeze,
342
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
343
- "vs:term_status": "stable".freeze
34
+ subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
35
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
344
36
  term :Image,
345
37
  comment: "An image.".freeze,
346
- isDefinedBy: "foaf:".freeze,
38
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
39
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
347
40
  label: "Image".freeze,
348
- subClassOf: "foaf:Document".freeze,
349
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
350
- "vs:term_status": "testing".freeze
41
+ subClassOf: "http://xmlns.com/foaf/0.1/Document".freeze,
42
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
351
43
  term :LabelProperty,
352
44
  comment: "A foaf:LabelProperty is any RDF property with texual values that serve as labels.".freeze,
353
- isDefinedBy: "foaf:".freeze,
45
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
46
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
354
47
  label: "Label Property".freeze,
355
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
356
- "vs:term_status": "unstable".freeze
48
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
357
49
  term :OnlineAccount,
358
50
  comment: "An online account.".freeze,
359
- isDefinedBy: "foaf:".freeze,
51
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
52
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
360
53
  label: "Online Account".freeze,
361
- subClassOf: "owl:Thing".freeze,
362
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
363
- "vs:term_status": "testing".freeze
54
+ subClassOf: "http://www.w3.org/2002/07/owl#Thing".freeze,
55
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
364
56
  term :OnlineChatAccount,
365
57
  comment: "An online chat account.".freeze,
366
- isDefinedBy: "foaf:".freeze,
58
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
59
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
367
60
  label: "Online Chat Account".freeze,
368
- subClassOf: "foaf:OnlineAccount".freeze,
369
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
370
- "vs:term_status": "unstable".freeze
61
+ subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
62
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
371
63
  term :OnlineEcommerceAccount,
372
64
  comment: "An online e-commerce account.".freeze,
373
- isDefinedBy: "foaf:".freeze,
65
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
66
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
374
67
  label: "Online E-commerce Account".freeze,
375
- subClassOf: "foaf:OnlineAccount".freeze,
376
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
377
- "vs:term_status": "unstable".freeze
68
+ subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
69
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
378
70
  term :OnlineGamingAccount,
379
71
  comment: "An online gaming account.".freeze,
380
- isDefinedBy: "foaf:".freeze,
72
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
73
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
381
74
  label: "Online Gaming Account".freeze,
382
- subClassOf: "foaf:OnlineAccount".freeze,
383
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
384
- "vs:term_status": "unstable".freeze
75
+ subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
76
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
385
77
  term :Organization,
386
78
  comment: "An organization.".freeze,
387
- isDefinedBy: "foaf:".freeze,
79
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Document".freeze, "http://xmlns.com/foaf/0.1/Person".freeze],
80
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
81
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
388
82
  label: "Organization".freeze,
389
- "owl:disjointWith": ["foaf:Document".freeze, "foaf:Person".freeze],
390
- subClassOf: "foaf:Agent".freeze,
391
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
392
- "vs:term_status": "stable".freeze
83
+ subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
84
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
393
85
  term :Person,
394
86
  comment: "A person.".freeze,
395
- isDefinedBy: "foaf:".freeze,
87
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Organization".freeze, "http://xmlns.com/foaf/0.1/Project".freeze],
88
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
89
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
396
90
  label: "Person".freeze,
397
- "owl:disjointWith": ["foaf:Organization".freeze, "foaf:Project".freeze],
398
- subClassOf: ["foaf:Agent".freeze, "geo:SpatialThing".freeze, "http://www.w3.org/2000/10/swap/pim/contact#Person".freeze],
399
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
400
- "vs:term_status": "stable".freeze
91
+ subClassOf: ["http://www.w3.org/2000/10/swap/pim/contact#Person".freeze, "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze, "http://xmlns.com/foaf/0.1/Agent".freeze],
92
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
401
93
  term :PersonalProfileDocument,
402
94
  comment: "A personal profile RDF document.".freeze,
403
- isDefinedBy: "foaf:".freeze,
95
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
96
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
404
97
  label: "PersonalProfileDocument".freeze,
405
- subClassOf: "foaf:Document".freeze,
406
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
407
- "vs:term_status": "testing".freeze
98
+ subClassOf: "http://xmlns.com/foaf/0.1/Document".freeze,
99
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
408
100
  term :Project,
409
101
  comment: "A project (a collective endeavour of some kind).".freeze,
410
- isDefinedBy: "foaf:".freeze,
102
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Document".freeze, "http://xmlns.com/foaf/0.1/Person".freeze],
103
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
104
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
411
105
  label: "Project".freeze,
412
- "owl:disjointWith": ["foaf:Document".freeze, "foaf:Person".freeze],
413
- type: ["owl:Class".freeze, "rdfs:Class".freeze],
414
- "vs:term_status": "testing".freeze
106
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
415
107
 
416
108
  # Property definitions
417
109
  property :account,
418
110
  comment: "Indicates an account held by this agent.".freeze,
419
- domain: "foaf:Agent".freeze,
420
- isDefinedBy: "foaf:".freeze,
111
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
112
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
113
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
421
114
  label: "account".freeze,
422
- range: "foaf:OnlineAccount".freeze,
423
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
424
- "vs:term_status": "testing".freeze
115
+ range: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
116
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
425
117
  property :accountName,
426
118
  comment: "Indicates the name (identifier) associated with this online account.".freeze,
427
- domain: "foaf:OnlineAccount".freeze,
428
- isDefinedBy: "foaf:".freeze,
119
+ domain: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
120
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
121
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
429
122
  label: "account name".freeze,
430
- range: "rdfs:Literal".freeze,
431
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
432
- "vs:term_status": "testing".freeze
123
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
124
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
433
125
  property :accountServiceHomepage,
434
126
  comment: "Indicates a homepage of the service provide for this online account.".freeze,
435
- domain: "foaf:OnlineAccount".freeze,
436
- isDefinedBy: "foaf:".freeze,
127
+ domain: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
128
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
129
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
437
130
  label: "account service homepage".freeze,
438
- range: "foaf:Document".freeze,
439
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
440
- "vs:term_status": "testing".freeze
131
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
132
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
441
133
  property :age,
442
134
  comment: "The age in years of some agent.".freeze,
443
- domain: "foaf:Agent".freeze,
444
- isDefinedBy: "foaf:".freeze,
135
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
136
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
137
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
445
138
  label: "age".freeze,
446
- range: "rdfs:Literal".freeze,
447
- type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze, "rdf:Property".freeze],
448
- "vs:term_status": "unstable".freeze
139
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
140
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
449
141
  property :aimChatID,
450
142
  comment: "An AIM chat ID".freeze,
451
- domain: "foaf:Agent".freeze,
452
- isDefinedBy: "foaf:".freeze,
143
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
144
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
145
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
453
146
  label: "AIM chat ID".freeze,
454
- range: "rdfs:Literal".freeze,
455
- subPropertyOf: "foaf:nick".freeze,
456
- type: ["owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze],
457
- "vs:term_status": "testing".freeze
147
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
148
+ subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
149
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
458
150
  property :based_near,
459
151
  comment: "A location that something is based near, for some broadly human notion of near.".freeze,
460
- domain: "geo:SpatialThing".freeze,
461
- isDefinedBy: "foaf:".freeze,
152
+ domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
153
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
154
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
462
155
  label: "based near".freeze,
463
- range: "geo:SpatialThing".freeze,
464
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
465
- "vs:term_status": "testing".freeze
156
+ range: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
157
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
466
158
  property :birthday,
467
159
  comment: "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.".freeze,
468
- domain: "foaf:Agent".freeze,
469
- isDefinedBy: "foaf:".freeze,
160
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
161
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
162
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
470
163
  label: "birthday".freeze,
471
- range: "rdfs:Literal".freeze,
472
- type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze, "rdf:Property".freeze],
473
- "vs:term_status": "unstable".freeze
164
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
165
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
474
166
  property :currentProject,
475
167
  comment: "A current project this person works on.".freeze,
476
- domain: "foaf:Person".freeze,
477
- isDefinedBy: "foaf:".freeze,
168
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
169
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
170
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
478
171
  label: "current project".freeze,
479
- range: "owl:Thing".freeze,
480
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
481
- "vs:term_status": "testing".freeze
172
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
173
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
482
174
  property :depiction,
483
175
  comment: "A depiction of some thing.".freeze,
484
- domain: "owl:Thing".freeze,
485
- inverseOf: "foaf:depicts".freeze,
486
- isDefinedBy: "foaf:".freeze,
176
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
177
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
178
+ inverseOf: "http://xmlns.com/foaf/0.1/depicts".freeze,
179
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
487
180
  label: "depiction".freeze,
488
- range: "foaf:Image".freeze,
489
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
490
- "vs:term_status": "testing".freeze
181
+ range: "http://xmlns.com/foaf/0.1/Image".freeze,
182
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
491
183
  property :depicts,
492
184
  comment: "A thing depicted in this representation.".freeze,
493
- domain: "foaf:Image".freeze,
494
- inverseOf: "foaf:depiction".freeze,
495
- isDefinedBy: "foaf:".freeze,
185
+ domain: "http://xmlns.com/foaf/0.1/Image".freeze,
186
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
187
+ inverseOf: "http://xmlns.com/foaf/0.1/depiction".freeze,
188
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
496
189
  label: "depicts".freeze,
497
- range: "owl:Thing".freeze,
498
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
499
- "vs:term_status": "testing".freeze
190
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
191
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
500
192
  property :dnaChecksum,
501
193
  comment: "A checksum for the DNA of some thing. Joke.".freeze,
502
- isDefinedBy: "foaf:".freeze,
194
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
195
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
503
196
  label: "DNA checksum".freeze,
504
- range: "rdfs:Literal".freeze,
505
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
506
- "vs:term_status": "archaic".freeze
197
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
198
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
507
199
  property :familyName,
508
200
  comment: "The family name of some person.".freeze,
509
- domain: "foaf:Person".freeze,
510
- isDefinedBy: "foaf:".freeze,
201
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
202
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
203
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
511
204
  label: "familyName".freeze,
512
- range: "rdfs:Literal".freeze,
513
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
514
- "vs:term_status": "testing".freeze
205
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
206
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
515
207
  property :family_name,
516
208
  comment: "The family name of some person.".freeze,
517
- domain: "foaf:Person".freeze,
518
- isDefinedBy: "foaf:".freeze,
209
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
210
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
211
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
519
212
  label: "family_name".freeze,
520
- range: "rdfs:Literal".freeze,
521
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
522
- "vs:term_status": "archaic".freeze
213
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
214
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
523
215
  property :firstName,
524
216
  comment: "The first name of a person.".freeze,
525
- domain: "foaf:Person".freeze,
526
- isDefinedBy: "foaf:".freeze,
217
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
218
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
219
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
527
220
  label: "firstName".freeze,
528
- range: "rdfs:Literal".freeze,
529
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
530
- "vs:term_status": "testing".freeze
221
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
222
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
531
223
  property :focus,
532
224
  comment: "The underlying or 'focal' entity associated with some SKOS-described concept.".freeze,
533
- domain: "skos:Concept".freeze,
534
- isDefinedBy: "foaf:".freeze,
225
+ domain: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
226
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
227
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
535
228
  label: "focus".freeze,
536
- range: "owl:Thing".freeze,
537
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
538
- "vs:term_status": "testing".freeze
229
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
230
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
539
231
  property :fundedBy,
540
232
  comment: "An organization funding a project or person.".freeze,
541
- domain: "owl:Thing".freeze,
542
- isDefinedBy: "foaf:".freeze,
233
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
234
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
235
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
543
236
  label: "funded by".freeze,
544
- range: "owl:Thing".freeze,
545
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
546
- "vs:term_status": "archaic".freeze
237
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
238
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
547
239
  property :geekcode,
548
240
  comment: "A textual geekcode for this person, see http://www.geekcode.com/geek.html".freeze,
549
- domain: "foaf:Person".freeze,
550
- isDefinedBy: "foaf:".freeze,
241
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
242
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
243
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
551
244
  label: "geekcode".freeze,
552
- range: "rdfs:Literal".freeze,
553
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
554
- "vs:term_status": "archaic".freeze
245
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
246
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
555
247
  property :gender,
556
248
  comment: "The gender of this Agent (typically but not necessarily 'male' or 'female').".freeze,
557
- domain: "foaf:Agent".freeze,
558
- isDefinedBy: "foaf:".freeze,
249
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
250
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
251
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
559
252
  label: "gender".freeze,
560
- range: "rdfs:Literal".freeze,
561
- type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze, "rdf:Property".freeze],
562
- "vs:term_status": "testing".freeze
253
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
254
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
563
255
  property :givenName,
564
256
  comment: "The given name of some person.".freeze,
565
- isDefinedBy: "foaf:".freeze,
257
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
258
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
566
259
  label: "Given name".freeze,
567
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
568
- "vs:term_status": "testing".freeze
260
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
569
261
  property :givenname,
570
262
  comment: "The given name of some person.".freeze,
571
- isDefinedBy: "foaf:".freeze,
263
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
264
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
572
265
  label: "Given name".freeze,
573
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
574
- "vs:term_status": "archaic".freeze
266
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
575
267
  property :holdsAccount,
576
268
  comment: "Indicates an account held by this agent.".freeze,
577
- domain: "foaf:Agent".freeze,
578
- isDefinedBy: "foaf:".freeze,
269
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
270
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
271
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
579
272
  label: "account".freeze,
580
- range: "foaf:OnlineAccount".freeze,
581
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
582
- "vs:term_status": "archaic".freeze
273
+ range: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
274
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
583
275
  property :homepage,
584
276
  comment: "A homepage for some thing.".freeze,
585
- domain: "owl:Thing".freeze,
586
- isDefinedBy: "foaf:".freeze,
277
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
278
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
279
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
587
280
  label: "homepage".freeze,
588
- range: "foaf:Document".freeze,
589
- subPropertyOf: ["foaf:isPrimaryTopicOf".freeze, "foaf:page".freeze],
590
- type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze],
591
- "vs:term_status": "stable".freeze
281
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
282
+ subPropertyOf: ["http://xmlns.com/foaf/0.1/isPrimaryTopicOf".freeze, "http://xmlns.com/foaf/0.1/page".freeze],
283
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
592
284
  property :icqChatID,
593
285
  comment: "An ICQ chat ID".freeze,
594
- domain: "foaf:Agent".freeze,
595
- isDefinedBy: "foaf:".freeze,
286
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
287
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
288
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
596
289
  label: "ICQ chat ID".freeze,
597
- range: "rdfs:Literal".freeze,
598
- subPropertyOf: "foaf:nick".freeze,
599
- type: ["owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze],
600
- "vs:term_status": "testing".freeze
290
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
291
+ subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
292
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
601
293
  property :img,
602
294
  comment: "An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage).".freeze,
603
- domain: "foaf:Person".freeze,
604
- isDefinedBy: "foaf:".freeze,
295
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
296
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
297
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
605
298
  label: "image".freeze,
606
- range: "foaf:Image".freeze,
607
- subPropertyOf: "foaf:depiction".freeze,
608
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
609
- "vs:term_status": "testing".freeze
299
+ range: "http://xmlns.com/foaf/0.1/Image".freeze,
300
+ subPropertyOf: "http://xmlns.com/foaf/0.1/depiction".freeze,
301
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
610
302
  property :interest,
611
303
  comment: "A page about a topic of interest to this person.".freeze,
612
- domain: "foaf:Agent".freeze,
613
- isDefinedBy: "foaf:".freeze,
304
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
305
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
306
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
614
307
  label: "interest".freeze,
615
- range: "foaf:Document".freeze,
616
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
617
- "vs:term_status": "testing".freeze
308
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
309
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
618
310
  property :isPrimaryTopicOf,
619
311
  comment: "A document that this thing is the primary topic of.".freeze,
620
- domain: "owl:Thing".freeze,
621
- inverseOf: "foaf:primaryTopic".freeze,
622
- isDefinedBy: "foaf:".freeze,
312
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
313
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
314
+ inverseOf: "http://xmlns.com/foaf/0.1/primaryTopic".freeze,
315
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
623
316
  label: "is primary topic of".freeze,
624
- range: "foaf:Document".freeze,
625
- subPropertyOf: "foaf:page".freeze,
626
- type: ["owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze],
627
- "vs:term_status": "stable".freeze
317
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
318
+ subPropertyOf: "http://xmlns.com/foaf/0.1/page".freeze,
319
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
628
320
  property :jabberID,
629
321
  comment: "A jabber ID for something.".freeze,
630
- domain: "foaf:Agent".freeze,
631
- isDefinedBy: "foaf:".freeze,
322
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
323
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
324
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
632
325
  label: "jabber ID".freeze,
633
- range: "rdfs:Literal".freeze,
634
- type: ["owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze],
635
- "vs:term_status": "testing".freeze
326
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
327
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
636
328
  property :knows,
637
329
  comment: "A person known by this person (indicating some level of reciprocated interaction between the parties).".freeze,
638
- domain: "foaf:Person".freeze,
639
- isDefinedBy: "foaf:".freeze,
330
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
331
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
332
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
640
333
  label: "knows".freeze,
641
- range: "foaf:Person".freeze,
642
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
643
- "vs:term_status": "stable".freeze
334
+ range: "http://xmlns.com/foaf/0.1/Person".freeze,
335
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
644
336
  property :lastName,
645
337
  comment: "The last name of a person.".freeze,
646
- domain: "foaf:Person".freeze,
647
- isDefinedBy: "foaf:".freeze,
338
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
339
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
340
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
648
341
  label: "lastName".freeze,
649
- range: "rdfs:Literal".freeze,
650
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
651
- "vs:term_status": "testing".freeze
342
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
343
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
652
344
  property :logo,
653
345
  comment: "A logo representing some thing.".freeze,
654
- domain: "owl:Thing".freeze,
655
- isDefinedBy: "foaf:".freeze,
346
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
347
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
348
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
656
349
  label: "logo".freeze,
657
- range: "owl:Thing".freeze,
658
- type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze],
659
- "vs:term_status": "testing".freeze
350
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
351
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
660
352
  property :made,
661
353
  comment: "Something that was made by this agent.".freeze,
662
- domain: "foaf:Agent".freeze,
663
- inverseOf: "foaf:maker".freeze,
664
- isDefinedBy: "foaf:".freeze,
354
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
355
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
356
+ inverseOf: "http://xmlns.com/foaf/0.1/maker".freeze,
357
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
665
358
  label: "made".freeze,
666
- range: "owl:Thing".freeze,
667
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
668
- "vs:term_status": "stable".freeze
359
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
360
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
669
361
  property :maker,
670
362
  comment: "An agent that made this thing.".freeze,
671
- domain: "owl:Thing".freeze,
672
- equivalentProperty: "dc:creator".freeze,
673
- inverseOf: "foaf:made".freeze,
674
- isDefinedBy: "foaf:".freeze,
363
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
364
+ equivalentProperty: "http://purl.org/dc/terms/creator".freeze,
365
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
366
+ inverseOf: "http://xmlns.com/foaf/0.1/made".freeze,
367
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
675
368
  label: "maker".freeze,
676
- range: "foaf:Agent".freeze,
677
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
678
- "vs:term_status": "stable".freeze
369
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
370
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
679
371
  property :mbox,
680
372
  comment: "A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox.".freeze,
681
- domain: "foaf:Agent".freeze,
682
- isDefinedBy: "foaf:".freeze,
373
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
374
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
375
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
683
376
  label: "personal mailbox".freeze,
684
- range: "owl:Thing".freeze,
685
- type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze],
686
- "vs:term_status": "stable".freeze
377
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
378
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
687
379
  property :mbox_sha1sum,
688
380
  comment: "The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.".freeze,
689
- domain: "foaf:Agent".freeze,
690
- isDefinedBy: "foaf:".freeze,
381
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
382
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
383
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
691
384
  label: "sha1sum of a personal mailbox URI name".freeze,
692
- range: "rdfs:Literal".freeze,
693
- type: ["owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze],
694
- "vs:term_status": "testing".freeze
385
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
386
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
695
387
  property :member,
696
388
  comment: "Indicates a member of a Group".freeze,
697
- domain: "foaf:Group".freeze,
698
- isDefinedBy: "foaf:".freeze,
389
+ domain: "http://xmlns.com/foaf/0.1/Group".freeze,
390
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
391
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
699
392
  label: "member".freeze,
700
- range: "foaf:Agent".freeze,
701
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
702
- "vs:term_status": "stable".freeze
393
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
394
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
703
395
  property :membershipClass,
704
396
  comment: "Indicates the class of individuals that are a member of a Group".freeze,
705
- isDefinedBy: "foaf:".freeze,
397
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
398
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
706
399
  label: "membershipClass".freeze,
707
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze],
708
- "vs:term_status": "unstable".freeze
400
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
709
401
  property :msnChatID,
710
402
  comment: "An MSN chat ID".freeze,
711
- domain: "foaf:Agent".freeze,
712
- isDefinedBy: "foaf:".freeze,
403
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
404
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
405
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
713
406
  label: "MSN chat ID".freeze,
714
- range: "rdfs:Literal".freeze,
715
- subPropertyOf: "foaf:nick".freeze,
716
- type: ["owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze],
717
- "vs:term_status": "testing".freeze
407
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
408
+ subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
409
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
718
410
  property :myersBriggs,
719
411
  comment: "A Myers Briggs (MBTI) personality classification.".freeze,
720
- domain: "foaf:Person".freeze,
721
- isDefinedBy: "foaf:".freeze,
412
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
413
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
414
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
722
415
  label: "myersBriggs".freeze,
723
- range: "rdfs:Literal".freeze,
724
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
725
- "vs:term_status": "testing".freeze
416
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
417
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
726
418
  property :name,
727
419
  comment: "A name for some thing.".freeze,
728
- domain: "owl:Thing".freeze,
729
- isDefinedBy: "foaf:".freeze,
420
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
421
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
422
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
730
423
  label: "name".freeze,
731
- range: "rdfs:Literal".freeze,
732
- subPropertyOf: "rdfs:label".freeze,
733
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
734
- "vs:term_status": "testing".freeze
424
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
425
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
426
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
735
427
  property :nick,
736
428
  comment: "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).".freeze,
737
- isDefinedBy: "foaf:".freeze,
429
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
430
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
738
431
  label: "nickname".freeze,
739
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
740
- "vs:term_status": "testing".freeze
432
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
741
433
  property :openid,
742
434
  comment: "An OpenID for an Agent.".freeze,
743
- domain: "foaf:Agent".freeze,
744
- isDefinedBy: "foaf:".freeze,
435
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
436
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
437
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
745
438
  label: "openid".freeze,
746
- range: "foaf:Document".freeze,
747
- subPropertyOf: "foaf:isPrimaryTopicOf".freeze,
748
- type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze],
749
- "vs:term_status": "testing".freeze
439
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
440
+ subPropertyOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf".freeze,
441
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
750
442
  property :page,
751
443
  comment: "A page or document about this thing.".freeze,
752
- domain: "owl:Thing".freeze,
753
- inverseOf: "foaf:topic".freeze,
754
- isDefinedBy: "foaf:".freeze,
444
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
445
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
446
+ inverseOf: "http://xmlns.com/foaf/0.1/topic".freeze,
447
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
755
448
  label: "page".freeze,
756
- range: "foaf:Document".freeze,
757
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
758
- "vs:term_status": "testing".freeze
449
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
450
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
759
451
  property :pastProject,
760
452
  comment: "A project this person has previously worked on.".freeze,
761
- domain: "foaf:Person".freeze,
762
- isDefinedBy: "foaf:".freeze,
453
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
454
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
455
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
763
456
  label: "past project".freeze,
764
- range: "owl:Thing".freeze,
765
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
766
- "vs:term_status": "testing".freeze
457
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
458
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
767
459
  property :phone,
768
460
  comment: "A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).".freeze,
769
- isDefinedBy: "foaf:".freeze,
461
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
462
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
770
463
  label: "phone".freeze,
771
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
772
- "vs:term_status": "testing".freeze
464
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
773
465
  property :plan,
774
466
  comment: "A .plan comment, in the tradition of finger and '.plan' files.".freeze,
775
- domain: "foaf:Person".freeze,
776
- isDefinedBy: "foaf:".freeze,
467
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
468
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
469
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
777
470
  label: "plan".freeze,
778
- range: "rdfs:Literal".freeze,
779
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
780
- "vs:term_status": "testing".freeze
471
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
472
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
781
473
  property :primaryTopic,
782
474
  comment: "The primary topic of some page or document.".freeze,
783
- domain: "foaf:Document".freeze,
784
- inverseOf: "foaf:isPrimaryTopicOf".freeze,
785
- isDefinedBy: "foaf:".freeze,
475
+ domain: "http://xmlns.com/foaf/0.1/Document".freeze,
476
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
477
+ inverseOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf".freeze,
478
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
786
479
  label: "primary topic".freeze,
787
- range: "owl:Thing".freeze,
788
- type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze],
789
- "vs:term_status": "stable".freeze
480
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
481
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
790
482
  property :publications,
791
483
  comment: "A link to the publications of this person.".freeze,
792
- domain: "foaf:Person".freeze,
793
- isDefinedBy: "foaf:".freeze,
484
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
485
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
486
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
794
487
  label: "publications".freeze,
795
- range: "foaf:Document".freeze,
796
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
797
- "vs:term_status": "testing".freeze
488
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
489
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
798
490
  property :schoolHomepage,
799
491
  comment: "A homepage of a school attended by the person.".freeze,
800
- domain: "foaf:Person".freeze,
801
- isDefinedBy: "foaf:".freeze,
492
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
493
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
494
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
802
495
  label: "schoolHomepage".freeze,
803
- range: "foaf:Document".freeze,
804
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
805
- "vs:term_status": "testing".freeze
496
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
497
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
806
498
  property :sha1,
807
499
  comment: "A sha1sum hash, in hex.".freeze,
808
- domain: "foaf:Document".freeze,
809
- isDefinedBy: "foaf:".freeze,
500
+ domain: "http://xmlns.com/foaf/0.1/Document".freeze,
501
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
502
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
810
503
  label: "sha1sum (hex)".freeze,
811
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
812
- "vs:term_status": "unstable".freeze
504
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
813
505
  property :skypeID,
814
506
  comment: "A Skype ID".freeze,
815
- domain: "foaf:Agent".freeze,
816
- isDefinedBy: "foaf:".freeze,
507
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
508
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
509
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
817
510
  label: "Skype ID".freeze,
818
- range: "rdfs:Literal".freeze,
819
- subPropertyOf: "foaf:nick".freeze,
820
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
821
- "vs:term_status": "testing".freeze
511
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
512
+ subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
513
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
822
514
  property :status,
823
515
  comment: "A string expressing what the user is happy for the general public (normally) to know about their current activity.".freeze,
824
- domain: "foaf:Agent".freeze,
825
- isDefinedBy: "foaf:".freeze,
516
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
517
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
518
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
826
519
  label: "status".freeze,
827
- range: "rdfs:Literal".freeze,
828
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
829
- "vs:term_status": "unstable".freeze
520
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
521
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
830
522
  property :surname,
831
523
  comment: "The surname of some person.".freeze,
832
- domain: "foaf:Person".freeze,
833
- isDefinedBy: "foaf:".freeze,
524
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
525
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
526
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
834
527
  label: "Surname".freeze,
835
- range: "rdfs:Literal".freeze,
836
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
837
- "vs:term_status": "archaic".freeze
528
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
529
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
838
530
  property :theme,
839
531
  comment: "A theme.".freeze,
840
- domain: "owl:Thing".freeze,
841
- isDefinedBy: "foaf:".freeze,
532
+ domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
533
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
534
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
842
535
  label: "theme".freeze,
843
- range: "owl:Thing".freeze,
844
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
845
- "vs:term_status": "archaic".freeze
536
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
537
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
846
538
  property :thumbnail,
847
539
  comment: "A derived thumbnail image.".freeze,
848
- domain: "foaf:Image".freeze,
849
- isDefinedBy: "foaf:".freeze,
540
+ domain: "http://xmlns.com/foaf/0.1/Image".freeze,
541
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
542
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
850
543
  label: "thumbnail".freeze,
851
- range: "foaf:Image".freeze,
852
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
853
- "vs:term_status": "testing".freeze
544
+ range: "http://xmlns.com/foaf/0.1/Image".freeze,
545
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
854
546
  property :tipjar,
855
547
  comment: "A tipjar document for this agent, describing means for payment and reward.".freeze,
856
- domain: "foaf:Agent".freeze,
857
- isDefinedBy: "foaf:".freeze,
548
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
549
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
550
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
858
551
  label: "tipjar".freeze,
859
- range: "foaf:Document".freeze,
860
- subPropertyOf: "foaf:page".freeze,
861
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
862
- "vs:term_status": "testing".freeze
552
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
553
+ subPropertyOf: "http://xmlns.com/foaf/0.1/page".freeze,
554
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
863
555
  property :title,
864
556
  comment: "Title (Mr, Mrs, Ms, Dr. etc)".freeze,
865
- isDefinedBy: "foaf:".freeze,
557
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
558
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
866
559
  label: "title".freeze,
867
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze],
868
- "vs:term_status": "testing".freeze
560
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
869
561
  property :topic,
870
562
  comment: "A topic of some page or document.".freeze,
871
- domain: "foaf:Document".freeze,
872
- inverseOf: "foaf:page".freeze,
873
- isDefinedBy: "foaf:".freeze,
563
+ domain: "http://xmlns.com/foaf/0.1/Document".freeze,
564
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
565
+ inverseOf: "http://xmlns.com/foaf/0.1/page".freeze,
566
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
874
567
  label: "topic".freeze,
875
- range: "owl:Thing".freeze,
876
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
877
- "vs:term_status": "testing".freeze
568
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
569
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
878
570
  property :topic_interest,
879
571
  comment: "A thing of interest to this person.".freeze,
880
- domain: "foaf:Agent".freeze,
881
- isDefinedBy: "foaf:".freeze,
572
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
573
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
574
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
882
575
  label: "topic_interest".freeze,
883
- range: "owl:Thing".freeze,
884
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
885
- "vs:term_status": "testing".freeze
576
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
577
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
886
578
  property :weblog,
887
579
  comment: "A weblog of some thing (whether person, group, company etc.).".freeze,
888
- domain: "foaf:Agent".freeze,
889
- isDefinedBy: "foaf:".freeze,
580
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
581
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
582
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
890
583
  label: "weblog".freeze,
891
- range: "foaf:Document".freeze,
892
- subPropertyOf: "foaf:page".freeze,
893
- type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze],
894
- "vs:term_status": "testing".freeze
584
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
585
+ subPropertyOf: "http://xmlns.com/foaf/0.1/page".freeze,
586
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
895
587
  property :workInfoHomepage,
896
588
  comment: "A work info homepage of some person; a page about their work for some organization.".freeze,
897
- domain: "foaf:Person".freeze,
898
- isDefinedBy: "foaf:".freeze,
589
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
590
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
591
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
899
592
  label: "work info homepage".freeze,
900
- range: "foaf:Document".freeze,
901
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
902
- "vs:term_status": "testing".freeze
593
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
594
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
903
595
  property :workplaceHomepage,
904
596
  comment: "A workplace homepage of some person; the homepage of an organization they work for.".freeze,
905
- domain: "foaf:Person".freeze,
906
- isDefinedBy: "foaf:".freeze,
597
+ domain: "http://xmlns.com/foaf/0.1/Person".freeze,
598
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
599
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
907
600
  label: "workplace homepage".freeze,
908
- range: "foaf:Document".freeze,
909
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze],
910
- "vs:term_status": "testing".freeze
601
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
602
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
911
603
  property :yahooChatID,
912
604
  comment: "A Yahoo chat ID".freeze,
913
- domain: "foaf:Agent".freeze,
914
- isDefinedBy: "foaf:".freeze,
605
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
606
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
607
+ isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
915
608
  label: "Yahoo chat ID".freeze,
916
- range: "rdfs:Literal".freeze,
917
- subPropertyOf: "foaf:nick".freeze,
918
- type: ["owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze],
919
- "vs:term_status": "testing".freeze
609
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
610
+ subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
611
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
920
612
  end
921
613
  end