rdf 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/CREDITS +1 -0
  3. data/VERSION +1 -1
  4. data/lib/rdf.rb +10 -48
  5. data/lib/rdf/cli/vocab-loader.rb +78 -142
  6. data/lib/rdf/mixin/enumerable.rb +25 -0
  7. data/lib/rdf/mixin/mutable.rb +3 -0
  8. data/lib/rdf/model/graph.rb +1 -1
  9. data/lib/rdf/model/node.rb +25 -2
  10. data/lib/rdf/model/statement.rb +20 -12
  11. data/lib/rdf/model/uri.rb +11 -2
  12. data/lib/rdf/nquads.rb +8 -6
  13. data/lib/rdf/ntriples/writer.rb +14 -10
  14. data/lib/rdf/query/pattern.rb +10 -8
  15. data/lib/rdf/reader.rb +11 -2
  16. data/lib/rdf/repository.rb +1 -1
  17. data/lib/rdf/vocab.rb +396 -96
  18. data/lib/rdf/vocab/cc.rb +117 -25
  19. data/lib/rdf/vocab/cert.rb +230 -117
  20. data/lib/rdf/vocab/dc.rb +930 -233
  21. data/lib/rdf/vocab/dc11.rb +151 -37
  22. data/lib/rdf/vocab/doap.rb +326 -114
  23. data/lib/rdf/vocab/exif.rb +930 -533
  24. data/lib/rdf/vocab/foaf.rb +602 -346
  25. data/lib/rdf/vocab/geo.rb +139 -33
  26. data/lib/rdf/vocab/gr.rb +1551 -1084
  27. data/lib/rdf/vocab/ht.rb +319 -0
  28. data/lib/rdf/vocab/ical.rb +507 -349
  29. data/lib/rdf/vocab/ma.rb +504 -280
  30. data/lib/rdf/vocab/mo.rb +2425 -876
  31. data/lib/rdf/vocab/og.rb +178 -90
  32. data/lib/rdf/vocab/owl.rb +513 -219
  33. data/lib/rdf/vocab/prov.rb +1557 -479
  34. data/lib/rdf/vocab/rdfs.rb +107 -31
  35. data/lib/rdf/vocab/rdfv.rb +165 -0
  36. data/lib/rdf/vocab/rsa.rb +61 -18
  37. data/lib/rdf/vocab/rss.rb +55 -22
  38. data/lib/rdf/vocab/schema.rb +8590 -3995
  39. data/lib/rdf/vocab/sioc.rb +657 -218
  40. data/lib/rdf/vocab/skos.rb +227 -134
  41. data/lib/rdf/vocab/skosxl.rb +47 -33
  42. data/lib/rdf/vocab/vcard.rb +693 -327
  43. data/lib/rdf/vocab/void.rb +175 -132
  44. data/lib/rdf/vocab/vs.rb +27 -0
  45. data/lib/rdf/vocab/wdrs.rb +123 -119
  46. data/lib/rdf/vocab/wot.rb +155 -45
  47. data/lib/rdf/vocab/xhtml.rb +2 -1
  48. data/lib/rdf/vocab/xhv.rb +496 -231
  49. data/lib/rdf/vocab/xsd.rb +382 -53
  50. data/lib/rdf/writer.rb +8 -4
  51. metadata +5 -4
  52. data/lib/rdf/vocab/http.rb +0 -84
  53. data/lib/rdf/vocab/v.rb +0 -154
@@ -1,356 +1,612 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  # This file generated automatically using vocab-fetch from http://xmlns.com/foaf/0.1/
2
3
  require 'rdf'
3
4
  module RDF
4
5
  class FOAF < StrictVocabulary("http://xmlns.com/foaf/0.1/")
5
6
 
6
7
  # Class definitions
7
- property :Agent, :label => 'Agent', :comment =>
8
- %(An agent \(eg. person, group, software or physical artifact\).)
9
- property :Agent, :label => 'Agent', :comment =>
10
- %(An agent \(eg. person, group, software or physical artifact\).)
11
- property :Document, :label => 'Document', :comment =>
12
- %(A document.)
13
- property :Document, :label => 'Document', :comment =>
14
- %(A document.)
15
- property :Group, :label => 'Group', :comment =>
16
- %(A class of Agents.)
17
- property :Group, :label => 'Group', :comment =>
18
- %(A class of Agents.)
19
- property :Image, :label => 'Image', :comment =>
20
- %(An image.)
21
- property :Image, :label => 'Image', :comment =>
22
- %(An image.)
23
- property :LabelProperty, :label => 'Label Property', :comment =>
24
- %(A foaf:LabelProperty is any RDF property with texual values
25
- that serve as labels.)
26
- property :LabelProperty, :label => 'Label Property', :comment =>
27
- %(A foaf:LabelProperty is any RDF property with texual values
28
- that serve as labels.)
29
- property :OnlineAccount, :label => 'Online Account', :comment =>
30
- %(An online account.)
31
- property :OnlineAccount, :label => 'Online Account', :comment =>
32
- %(An online account.)
33
- property :OnlineChatAccount, :label => 'Online Chat Account', :comment =>
34
- %(An online chat account.)
35
- property :OnlineChatAccount, :label => 'Online Chat Account', :comment =>
36
- %(An online chat account.)
37
- property :OnlineEcommerceAccount, :label => 'Online E-commerce Account', :comment =>
38
- %(An online e-commerce account.)
39
- property :OnlineEcommerceAccount, :label => 'Online E-commerce Account', :comment =>
40
- %(An online e-commerce account.)
41
- property :OnlineGamingAccount, :label => 'Online Gaming Account', :comment =>
42
- %(An online gaming account.)
43
- property :OnlineGamingAccount, :label => 'Online Gaming Account', :comment =>
44
- %(An online gaming account.)
45
- property :Organization, :label => 'Organization', :comment =>
46
- %(An organization.)
47
- property :Organization, :label => 'Organization', :comment =>
48
- %(An organization.)
49
- property :Person, :label => 'Person', :comment =>
50
- %(A person.)
51
- property :Person, :label => 'Person', :comment =>
52
- %(A person.)
53
- property :PersonalProfileDocument, :label => 'PersonalProfileDocument', :comment =>
54
- %(A personal profile RDF document.)
55
- property :PersonalProfileDocument, :label => 'PersonalProfileDocument', :comment =>
56
- %(A personal profile RDF document.)
57
- property :Project, :label => 'Project', :comment =>
58
- %(A project \(a collective endeavour of some kind\).)
59
- property :Project, :label => 'Project', :comment =>
60
- %(A project \(a collective endeavour of some kind\).)
8
+ term :Agent,
9
+ comment: %(An agent \(eg. person, group, software or physical artifact\).).freeze,
10
+ label: "Agent".freeze,
11
+ "owl:equivalentClass" => %(dc:Agent).freeze,
12
+ type: "owl:Class".freeze,
13
+ "vs:term_status" => %(stable).freeze
14
+ term :Document,
15
+ comment: %(A document.).freeze,
16
+ label: "Document".freeze,
17
+ "owl:disjointWith" => %(foaf:Organization).freeze,
18
+ "owl:equivalentClass" => %(schema:CreativeWork).freeze,
19
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
20
+ type: "rdfs:Class".freeze,
21
+ "vs:term_status" => %(stable).freeze
22
+ term :Group,
23
+ comment: %(A class of Agents.).freeze,
24
+ label: "Group".freeze,
25
+ subClassOf: "foaf:Agent".freeze,
26
+ type: "rdfs:Class".freeze,
27
+ "vs:term_status" => %(stable).freeze
28
+ term :Image,
29
+ comment: %(An image.).freeze,
30
+ label: "Image".freeze,
31
+ "owl:equivalentClass" => %(schema:ImageObject).freeze,
32
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
33
+ subClassOf: "foaf:Document".freeze,
34
+ type: "rdfs:Class".freeze,
35
+ "vs:term_status" => %(stable).freeze
36
+ term :LabelProperty,
37
+ comment: %(A foaf:LabelProperty is any RDF property with texual values that serve as labels.).freeze,
38
+ label: "Label Property".freeze,
39
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
40
+ type: "rdfs:Class".freeze,
41
+ "vs:term_status" => %(unstable).freeze
42
+ term :OnlineAccount,
43
+ comment: %(An online account.).freeze,
44
+ label: "Online Account".freeze,
45
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
46
+ subClassOf: "owl:Thing".freeze,
47
+ type: "rdfs:Class".freeze,
48
+ "vs:term_status" => %(testing).freeze
49
+ term :OnlineChatAccount,
50
+ comment: %(An online chat account.).freeze,
51
+ label: "Online Chat Account".freeze,
52
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
53
+ subClassOf: "foaf:OnlineAccount".freeze,
54
+ type: "rdfs:Class".freeze,
55
+ "vs:term_status" => %(unstable).freeze
56
+ term :OnlineEcommerceAccount,
57
+ comment: %(An online e-commerce account.).freeze,
58
+ label: "Online E-commerce Account".freeze,
59
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
60
+ subClassOf: "foaf:OnlineAccount".freeze,
61
+ type: "rdfs:Class".freeze,
62
+ "vs:term_status" => %(unstable).freeze
63
+ term :OnlineGamingAccount,
64
+ comment: %(An online gaming account.).freeze,
65
+ label: "Online Gaming Account".freeze,
66
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
67
+ subClassOf: "foaf:OnlineAccount".freeze,
68
+ type: "rdfs:Class".freeze,
69
+ "vs:term_status" => %(unstable).freeze
70
+ term :Organization,
71
+ comment: %(An organization.).freeze,
72
+ label: "Organization".freeze,
73
+ "owl:disjointWith" => %(foaf:Person).freeze,
74
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
75
+ subClassOf: "foaf:Agent".freeze,
76
+ type: "rdfs:Class".freeze,
77
+ "vs:term_status" => %(stable).freeze
78
+ term :Person,
79
+ comment: %(A person.).freeze,
80
+ label: "Person".freeze,
81
+ "owl:disjointWith" => %(foaf:Organization).freeze,
82
+ "owl:equivalentClass" => %(schema:Person).freeze,
83
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
84
+ subClassOf: "foaf:Agent".freeze,
85
+ type: "rdfs:Class".freeze,
86
+ "vs:term_status" => %(stable).freeze
87
+ term :PersonalProfileDocument,
88
+ comment: %(A personal profile RDF document.).freeze,
89
+ label: "PersonalProfileDocument".freeze,
90
+ subClassOf: "foaf:Document".freeze,
91
+ type: "rdfs:Class".freeze,
92
+ "vs:term_status" => %(testing).freeze
93
+ term :Project,
94
+ comment: %(A project \(a collective endeavour of some kind\).).freeze,
95
+ label: "Project".freeze,
96
+ "owl:disjointWith" => %(foaf:Person).freeze,
97
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
98
+ type: "rdfs:Class".freeze,
99
+ "vs:term_status" => %(testing).freeze
61
100
 
62
101
  # Property definitions
63
- property :aimChatID, :label => 'AIM chat ID', :comment =>
64
- %(An AIM chat ID)
65
- property :dnaChecksum, :label => 'DNA checksum', :comment =>
66
- %(A checksum for the DNA of some thing. Joke.)
67
- property :givenname, :label => 'Given name', :comment =>
68
- %(The given name of some person.)
69
- property :givenName, :label => 'Given name', :comment =>
70
- %(The given name of some person.)
71
- property :icqChatID, :label => 'ICQ chat ID', :comment =>
72
- %(An ICQ chat ID)
73
- property :msnChatID, :label => 'MSN chat ID', :comment =>
74
- %(An MSN chat ID)
75
- property :skypeID, :label => 'Skype ID', :comment =>
76
- %(A Skype ID)
77
- property :surname, :label => 'Surname', :comment =>
78
- %(The surname of some person.)
79
- property :yahooChatID, :label => 'Yahoo chat ID', :comment =>
80
- %(A Yahoo chat ID)
81
- property :holdsAccount, :label => 'account', :comment =>
82
- %(Indicates an account held by this agent.)
83
- property :account, :label => 'account', :comment =>
84
- %(Indicates an account held by this agent.)
85
- property :accountName, :label => 'account name', :comment =>
86
- %(Indicates the name \(identifier\) associated with this online
87
- account.)
88
- property :accountServiceHomepage, :label => 'account service homepage', :comment =>
89
- %(Indicates a homepage of the service provide for this online
90
- account.)
91
- property :age, :label => 'age', :comment =>
92
- %(The age in years of some agent.)
93
- property :based_near, :label => 'based near', :comment =>
94
- %(A location that something is based near, for some broadly
95
- human notion of near.)
96
- property :birthday, :label => 'birthday', :comment =>
97
- %(The birthday of this Agent, represented in mm-dd string form,
98
- eg. '12-31'.)
99
- property :currentProject, :label => 'current project', :comment =>
100
- %(A current project this person works on.)
101
- property :depiction, :label => 'depiction', :comment =>
102
- %(A depiction of some thing.)
103
- property :depicts, :label => 'depicts', :comment =>
104
- %(A thing depicted in this representation.)
105
- property :familyName, :label => 'familyName', :comment =>
106
- %(The family name of some person.)
107
- property :family_name, :label => 'family_name', :comment =>
108
- %(The family name of some person.)
109
- property :firstName, :label => 'firstName', :comment =>
110
- %(The first name of a person.)
111
- property :focus, :label => 'focus', :comment =>
112
- %(The underlying or 'focal' entity associated with some
113
- SKOS-described concept.)
114
- property :fundedBy, :label => 'funded by', :comment =>
115
- %(An organization funding a project or person.)
116
- property :geekcode, :label => 'geekcode', :comment =>
117
- %(A textual geekcode for this person, see
118
- http://www.geekcode.com/geek.html)
119
- property :gender, :label => 'gender', :comment =>
120
- %(The gender of this Agent \(typically but not necessarily
121
- 'male' or 'female'\).)
122
- property :homepage, :label => 'homepage', :comment =>
123
- %(A homepage for some thing.)
124
- property :img, :label => 'image', :comment =>
125
- %(An image that can be used to represent some thing \(ie. those
126
- depictions which are particularly representative of something,
127
- eg. one's photo on a homepage\).)
128
- property :interest, :label => 'interest', :comment =>
129
- %(A page about a topic of interest to this person.)
130
- property :isPrimaryTopicOf, :label => 'is primary topic of', :comment =>
131
- %(A document that this thing is the primary topic of.)
132
- property :jabberID, :label => 'jabber ID', :comment =>
133
- %(A jabber ID for something.)
134
- property :knows, :label => 'knows', :comment =>
135
- %(A person known by this person \(indicating some level of
136
- reciprocated interaction between the parties\).)
137
- property :lastName, :label => 'lastName', :comment =>
138
- %(The last name of a person.)
139
- property :logo, :label => 'logo', :comment =>
140
- %(A logo representing some thing.)
141
- property :made, :label => 'made', :comment =>
142
- %(Something that was made by this agent.)
143
- property :maker, :label => 'maker', :comment =>
144
- %(An agent that made this thing.)
145
- property :member, :label => 'member', :comment =>
146
- %(Indicates a member of a Group)
147
- property :membershipClass, :label => 'membershipClass', :comment =>
148
- %(Indicates the class of individuals that are a member of a
149
- Group)
150
- property :myersBriggs, :label => 'myersBriggs', :comment =>
151
- %(A Myers Briggs \(MBTI\) personality classification.)
152
- property :name, :label => 'name', :comment =>
153
- %(A name for some thing.)
154
- property :nick, :label => 'nickname', :comment =>
155
- %(A short informal nickname characterising an agent \(includes
156
- login identifiers, IRC and other chat nicknames\).)
157
- property :openid, :label => 'openid', :comment =>
158
- %(An OpenID for an Agent.)
159
- property :page, :label => 'page', :comment =>
160
- %(A page or document about this thing.)
161
- property :pastProject, :label => 'past project', :comment =>
162
- %(A project this person has previously worked on.)
163
- property :mbox, :label => 'personal mailbox', :comment =>
164
- %(A personal mailbox, ie. an Internet mailbox associated with
165
- exactly one owner, the first owner of this mailbox. This is a
166
- 'static inverse functional property', in that there is
167
- \(across time and change\) at most one individual that ever
168
- has any particular value for foaf:mbox.)
169
- property :phone, :label => 'phone', :comment =>
170
- %(A phone, specified using fully qualified tel: URI scheme
171
- \(refs: http://www.w3.org/Addressing/schemes.html#tel\).)
172
- property :plan, :label => 'plan', :comment =>
173
- %(A .plan comment, in the tradition of finger and '.plan' files.)
174
- property :primaryTopic, :label => 'primary topic', :comment =>
175
- %(The primary topic of some page or document.)
176
- property :publications, :label => 'publications', :comment =>
177
- %(A link to the publications of this person.)
178
- property :schoolHomepage, :label => 'schoolHomepage', :comment =>
179
- %(A homepage of a school attended by the person.)
180
- property :sha1, :label => 'sha1sum (hex)', :comment =>
181
- %(A sha1sum hash, in hex.)
182
- property :mbox_sha1sum, :label => 'sha1sum of a personal mailbox URI name', :comment =>
183
- %(The sha1sum of the URI of an Internet mailbox associated with
184
- exactly one owner, the first owner of the mailbox.)
185
- property :status, :label => 'status', :comment =>
186
- %(A string expressing what the user is happy for the general
187
- public \(normally\) to know about their current activity.)
188
- property :theme, :label => 'theme', :comment =>
189
- %(A theme.)
190
- property :thumbnail, :label => 'thumbnail', :comment =>
191
- %(A derived thumbnail image.)
192
- property :tipjar, :label => 'tipjar', :comment =>
193
- %(A tipjar document for this agent, describing means for payment
194
- and reward.)
195
- property :title, :label => 'title', :comment =>
196
- %(Title \(Mr, Mrs, Ms, Dr. etc\))
197
- property :topic, :label => 'topic', :comment =>
198
- %(A topic of some page or document.)
199
- property :topic_interest, :label => 'topic_interest', :comment =>
200
- %(A thing of interest to this person.)
201
- property :weblog, :label => 'weblog', :comment =>
202
- %(A weblog of some thing \(whether person, group, company
203
- etc.\).)
204
- property :workInfoHomepage, :label => 'work info homepage', :comment =>
205
- %(A work info homepage of some person; a page about their work
206
- for some organization.)
207
- property :workplaceHomepage, :label => 'workplace homepage', :comment =>
208
- %(A workplace homepage of some person; the homepage of an
209
- organization they work for.)
210
- property :aimChatID, :label => 'AIM chat ID', :comment =>
211
- %(An AIM chat ID)
212
- property :dnaChecksum, :label => 'DNA checksum', :comment =>
213
- %(A checksum for the DNA of some thing. Joke.)
214
- property :givenname, :label => 'Given name', :comment =>
215
- %(The given name of some person.)
216
- property :givenName, :label => 'Given name', :comment =>
217
- %(The given name of some person.)
218
- property :icqChatID, :label => 'ICQ chat ID', :comment =>
219
- %(An ICQ chat ID)
220
- property :msnChatID, :label => 'MSN chat ID', :comment =>
221
- %(An MSN chat ID)
222
- property :skypeID, :label => 'Skype ID', :comment =>
223
- %(A Skype ID)
224
- property :surname, :label => 'Surname', :comment =>
225
- %(The surname of some person.)
226
- property :yahooChatID, :label => 'Yahoo chat ID', :comment =>
227
- %(A Yahoo chat ID)
228
- property :accountName, :label => 'account name', :comment =>
229
- %(Indicates the name \(identifier\) associated with this online
230
- account.)
231
- property :age, :label => 'age', :comment =>
232
- %(The age in years of some agent.)
233
- property :birthday, :label => 'birthday', :comment =>
234
- %(The birthday of this Agent, represented in mm-dd string form,
235
- eg. '12-31'.)
236
- property :familyName, :label => 'familyName', :comment =>
237
- %(The family name of some person.)
238
- property :family_name, :label => 'family_name', :comment =>
239
- %(The family name of some person.)
240
- property :firstName, :label => 'firstName', :comment =>
241
- %(The first name of a person.)
242
- property :geekcode, :label => 'geekcode', :comment =>
243
- %(A textual geekcode for this person, see
244
- http://www.geekcode.com/geek.html)
245
- property :gender, :label => 'gender', :comment =>
246
- %(The gender of this Agent \(typically but not necessarily
247
- 'male' or 'female'\).)
248
- property :jabberID, :label => 'jabber ID', :comment =>
249
- %(A jabber ID for something.)
250
- property :lastName, :label => 'lastName', :comment =>
251
- %(The last name of a person.)
252
- property :myersBriggs, :label => 'myersBriggs', :comment =>
253
- %(A Myers Briggs \(MBTI\) personality classification.)
254
- property :name, :label => 'name', :comment =>
255
- %(A name for some thing.)
256
- property :nick, :label => 'nickname', :comment =>
257
- %(A short informal nickname characterising an agent \(includes
258
- login identifiers, IRC and other chat nicknames\).)
259
- property :plan, :label => 'plan', :comment =>
260
- %(A .plan comment, in the tradition of finger and '.plan' files.)
261
- property :sha1, :label => 'sha1sum (hex)', :comment =>
262
- %(A sha1sum hash, in hex.)
263
- property :mbox_sha1sum, :label => 'sha1sum of a personal mailbox URI name', :comment =>
264
- %(The sha1sum of the URI of an Internet mailbox associated with
265
- exactly one owner, the first owner of the mailbox.)
266
- property :status, :label => 'status', :comment =>
267
- %(A string expressing what the user is happy for the general
268
- public \(normally\) to know about their current activity.)
269
- property :title, :label => 'title', :comment =>
270
- %(Title \(Mr, Mrs, Ms, Dr. etc\))
271
- property :holdsAccount, :label => 'account', :comment =>
272
- %(Indicates an account held by this agent.)
273
- property :account, :label => 'account', :comment =>
274
- %(Indicates an account held by this agent.)
275
- property :accountServiceHomepage, :label => 'account service homepage', :comment =>
276
- %(Indicates a homepage of the service provide for this online
277
- account.)
278
- property :based_near, :label => 'based near', :comment =>
279
- %(A location that something is based near, for some broadly
280
- human notion of near.)
281
- property :currentProject, :label => 'current project', :comment =>
282
- %(A current project this person works on.)
283
- property :depiction, :label => 'depiction', :comment =>
284
- %(A depiction of some thing.)
285
- property :depicts, :label => 'depicts', :comment =>
286
- %(A thing depicted in this representation.)
287
- property :focus, :label => 'focus', :comment =>
288
- %(The underlying or 'focal' entity associated with some
289
- SKOS-described concept.)
290
- property :fundedBy, :label => 'funded by', :comment =>
291
- %(An organization funding a project or person.)
292
- property :homepage, :label => 'homepage', :comment =>
293
- %(A homepage for some thing.)
294
- property :img, :label => 'image', :comment =>
295
- %(An image that can be used to represent some thing \(ie. those
296
- depictions which are particularly representative of something,
297
- eg. one's photo on a homepage\).)
298
- property :interest, :label => 'interest', :comment =>
299
- %(A page about a topic of interest to this person.)
300
- property :knows, :label => 'knows', :comment =>
301
- %(A person known by this person \(indicating some level of
302
- reciprocated interaction between the parties\).)
303
- property :logo, :label => 'logo', :comment =>
304
- %(A logo representing some thing.)
305
- property :made, :label => 'made', :comment =>
306
- %(Something that was made by this agent.)
307
- property :maker, :label => 'maker', :comment =>
308
- %(An agent that made this thing.)
309
- property :member, :label => 'member', :comment =>
310
- %(Indicates a member of a Group)
311
- property :openid, :label => 'openid', :comment =>
312
- %(An OpenID for an Agent.)
313
- property :page, :label => 'page', :comment =>
314
- %(A page or document about this thing.)
315
- property :pastProject, :label => 'past project', :comment =>
316
- %(A project this person has previously worked on.)
317
- property :mbox, :label => 'personal mailbox', :comment =>
318
- %(A personal mailbox, ie. an Internet mailbox associated with
319
- exactly one owner, the first owner of this mailbox. This is a
320
- 'static inverse functional property', in that there is
321
- \(across time and change\) at most one individual that ever
322
- has any particular value for foaf:mbox.)
323
- property :phone, :label => 'phone', :comment =>
324
- %(A phone, specified using fully qualified tel: URI scheme
325
- \(refs: http://www.w3.org/Addressing/schemes.html#tel\).)
326
- property :primaryTopic, :label => 'primary topic', :comment =>
327
- %(The primary topic of some page or document.)
328
- property :publications, :label => 'publications', :comment =>
329
- %(A link to the publications of this person.)
330
- property :schoolHomepage, :label => 'schoolHomepage', :comment =>
331
- %(A homepage of a school attended by the person.)
332
- property :theme, :label => 'theme', :comment =>
333
- %(A theme.)
334
- property :thumbnail, :label => 'thumbnail', :comment =>
335
- %(A derived thumbnail image.)
336
- property :tipjar, :label => 'tipjar', :comment =>
337
- %(A tipjar document for this agent, describing means for payment
338
- and reward.)
339
- property :topic, :label => 'topic', :comment =>
340
- %(A topic of some page or document.)
341
- property :topic_interest, :label => 'topic_interest', :comment =>
342
- %(A thing of interest to this person.)
343
- property :weblog, :label => 'weblog', :comment =>
344
- %(A weblog of some thing \(whether person, group, company
345
- etc.\).)
346
- property :workInfoHomepage, :label => 'work info homepage', :comment =>
347
- %(A work info homepage of some person; a page about their work
348
- for some organization.)
349
- property :workplaceHomepage, :label => 'workplace homepage', :comment =>
350
- %(A workplace homepage of some person; the homepage of an
351
- organization they work for.)
352
- property :membershipClass, :label => 'membershipClass', :comment =>
353
- %(Indicates the class of individuals that are a member of a
354
- Group)
102
+ property :account,
103
+ comment: %(Indicates an account held by this agent.).freeze,
104
+ domain: "foaf:Agent".freeze,
105
+ label: "account".freeze,
106
+ range: "foaf:OnlineAccount".freeze,
107
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
108
+ type: "rdf:Property".freeze,
109
+ "vs:term_status" => %(testing).freeze
110
+ property :accountName,
111
+ comment: %(Indicates the name \(identifier\) associated with this online account.).freeze,
112
+ domain: "foaf:OnlineAccount".freeze,
113
+ label: "account name".freeze,
114
+ range: "rdfs:Literal".freeze,
115
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
116
+ type: "rdf:Property".freeze,
117
+ "vs:term_status" => %(testing).freeze
118
+ property :accountServiceHomepage,
119
+ comment: %(Indicates a homepage of the service provide for this online account.).freeze,
120
+ domain: "foaf:OnlineAccount".freeze,
121
+ label: "account service homepage".freeze,
122
+ range: "foaf:Document".freeze,
123
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
124
+ type: "rdf:Property".freeze,
125
+ "vs:term_status" => %(testing).freeze
126
+ property :age,
127
+ comment: %(The age in years of some agent.).freeze,
128
+ domain: "foaf:Agent".freeze,
129
+ label: "age".freeze,
130
+ range: "rdfs:Literal".freeze,
131
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
132
+ type: "rdf:Property".freeze,
133
+ "vs:term_status" => %(unstable).freeze
134
+ property :aimChatID,
135
+ comment: %(An AIM chat ID).freeze,
136
+ domain: "foaf:Agent".freeze,
137
+ label: "AIM chat ID".freeze,
138
+ range: "rdfs:Literal".freeze,
139
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
140
+ subPropertyOf: "foaf:nick".freeze,
141
+ type: "rdf:Property".freeze,
142
+ "vs:term_status" => %(testing).freeze
143
+ property :based_near,
144
+ comment: %(A location that something is based near, for some broadly human notion of near.).freeze,
145
+ domain: "geo:SpatialThing".freeze,
146
+ label: "based near".freeze,
147
+ range: "geo:SpatialThing".freeze,
148
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
149
+ type: "rdf:Property".freeze,
150
+ "vs:term_status" => %(testing).freeze
151
+ property :birthday,
152
+ comment: %(The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.).freeze,
153
+ domain: "foaf:Agent".freeze,
154
+ label: "birthday".freeze,
155
+ range: "rdfs:Literal".freeze,
156
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
157
+ type: "rdf:Property".freeze,
158
+ "vs:term_status" => %(unstable).freeze
159
+ property :currentProject,
160
+ comment: %(A current project this person works on.).freeze,
161
+ domain: "foaf:Person".freeze,
162
+ label: "current project".freeze,
163
+ range: "owl:Thing".freeze,
164
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
165
+ type: "rdf:Property".freeze,
166
+ "vs:term_status" => %(testing).freeze
167
+ property :depiction,
168
+ comment: %(A depiction of some thing.).freeze,
169
+ domain: "owl:Thing".freeze,
170
+ label: "depiction".freeze,
171
+ "owl:inverseOf" => %(foaf:depicts).freeze,
172
+ range: "foaf:Image".freeze,
173
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
174
+ type: "rdf:Property".freeze,
175
+ "vs:term_status" => %(testing).freeze
176
+ property :depicts,
177
+ comment: %(A thing depicted in this representation.).freeze,
178
+ domain: "foaf:Image".freeze,
179
+ label: "depicts".freeze,
180
+ "owl:inverseOf" => %(foaf:depiction).freeze,
181
+ range: "owl:Thing".freeze,
182
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
183
+ type: "rdf:Property".freeze,
184
+ "vs:term_status" => %(testing).freeze
185
+ property :dnaChecksum,
186
+ comment: %(A checksum for the DNA of some thing. Joke.).freeze,
187
+ label: "DNA checksum".freeze,
188
+ range: "rdfs:Literal".freeze,
189
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
190
+ type: "rdf:Property".freeze,
191
+ "vs:term_status" => %(archaic).freeze
192
+ property :familyName,
193
+ comment: %(The family name of some person.).freeze,
194
+ domain: "foaf:Person".freeze,
195
+ label: "familyName".freeze,
196
+ range: "rdfs:Literal".freeze,
197
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
198
+ type: "rdf:Property".freeze,
199
+ "vs:term_status" => %(testing).freeze
200
+ property :family_name,
201
+ comment: %(The family name of some person.).freeze,
202
+ domain: "foaf:Person".freeze,
203
+ label: "family_name".freeze,
204
+ range: "rdfs:Literal".freeze,
205
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
206
+ type: "rdf:Property".freeze,
207
+ "vs:term_status" => %(archaic).freeze
208
+ property :firstName,
209
+ comment: %(The first name of a person.).freeze,
210
+ domain: "foaf:Person".freeze,
211
+ label: "firstName".freeze,
212
+ range: "rdfs:Literal".freeze,
213
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
214
+ type: "rdf:Property".freeze,
215
+ "vs:term_status" => %(testing).freeze
216
+ property :focus,
217
+ comment: %(The underlying or 'focal' entity associated with some SKOS-described concept.).freeze,
218
+ domain: "skos:Concept".freeze,
219
+ label: "focus".freeze,
220
+ range: "owl:Thing".freeze,
221
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
222
+ type: "rdf:Property".freeze,
223
+ "vs:term_status" => %(testing).freeze
224
+ property :fundedBy,
225
+ comment: %(An organization funding a project or person.).freeze,
226
+ domain: "owl:Thing".freeze,
227
+ label: "funded by".freeze,
228
+ range: "owl:Thing".freeze,
229
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
230
+ type: "rdf:Property".freeze,
231
+ "vs:term_status" => %(archaic).freeze
232
+ property :geekcode,
233
+ comment: %(A textual geekcode for this person, see http://www.geekcode.com/geek.html).freeze,
234
+ domain: "foaf:Person".freeze,
235
+ label: "geekcode".freeze,
236
+ range: "rdfs:Literal".freeze,
237
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
238
+ type: "rdf:Property".freeze,
239
+ "vs:term_status" => %(archaic).freeze
240
+ property :gender,
241
+ comment: %(The gender of this Agent \(typically but not necessarily 'male' or 'female'\).).freeze,
242
+ domain: "foaf:Agent".freeze,
243
+ label: "gender".freeze,
244
+ range: "rdfs:Literal".freeze,
245
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
246
+ type: "rdf:Property".freeze,
247
+ "vs:term_status" => %(testing).freeze
248
+ property :givenName,
249
+ comment: %(The given name of some person.).freeze,
250
+ label: "Given name".freeze,
251
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
252
+ type: "rdf:Property".freeze,
253
+ "vs:term_status" => %(testing).freeze
254
+ property :givenname,
255
+ comment: %(The given name of some person.).freeze,
256
+ label: "Given name".freeze,
257
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
258
+ type: "rdf:Property".freeze,
259
+ "vs:term_status" => %(archaic).freeze
260
+ property :holdsAccount,
261
+ comment: %(Indicates an account held by this agent.).freeze,
262
+ domain: "foaf:Agent".freeze,
263
+ label: "account".freeze,
264
+ range: "foaf:OnlineAccount".freeze,
265
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
266
+ type: "rdf:Property".freeze,
267
+ "vs:term_status" => %(archaic).freeze
268
+ property :homepage,
269
+ comment: %(A homepage for some thing.).freeze,
270
+ domain: "owl:Thing".freeze,
271
+ label: "homepage".freeze,
272
+ range: "foaf:Document".freeze,
273
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
274
+ subPropertyOf: "foaf:page".freeze,
275
+ type: "rdf:Property".freeze,
276
+ "vs:term_status" => %(stable).freeze
277
+ property :icqChatID,
278
+ comment: %(An ICQ chat ID).freeze,
279
+ domain: "foaf:Agent".freeze,
280
+ label: "ICQ chat ID".freeze,
281
+ range: "rdfs:Literal".freeze,
282
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
283
+ subPropertyOf: "foaf:nick".freeze,
284
+ type: "rdf:Property".freeze,
285
+ "vs:term_status" => %(testing).freeze
286
+ property :img,
287
+ 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,
288
+ domain: "foaf:Person".freeze,
289
+ label: "image".freeze,
290
+ range: "foaf:Image".freeze,
291
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
292
+ subPropertyOf: "foaf:depiction".freeze,
293
+ type: "rdf:Property".freeze,
294
+ "vs:term_status" => %(testing).freeze
295
+ property :interest,
296
+ comment: %(A page about a topic of interest to this person.).freeze,
297
+ domain: "foaf:Agent".freeze,
298
+ label: "interest".freeze,
299
+ range: "foaf:Document".freeze,
300
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
301
+ type: "rdf:Property".freeze,
302
+ "vs:term_status" => %(testing).freeze
303
+ property :isPrimaryTopicOf,
304
+ comment: %(A document that this thing is the primary topic of.).freeze,
305
+ domain: "owl:Thing".freeze,
306
+ label: "is primary topic of".freeze,
307
+ "owl:inverseOf" => %(foaf:primaryTopic).freeze,
308
+ range: "foaf:Document".freeze,
309
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
310
+ subPropertyOf: "foaf:page".freeze,
311
+ type: "rdf:Property".freeze,
312
+ "vs:term_status" => %(stable).freeze
313
+ property :jabberID,
314
+ comment: %(A jabber ID for something.).freeze,
315
+ domain: "foaf:Agent".freeze,
316
+ label: "jabber ID".freeze,
317
+ range: "rdfs:Literal".freeze,
318
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
319
+ type: "rdf:Property".freeze,
320
+ "vs:term_status" => %(testing).freeze
321
+ property :knows,
322
+ comment: %(A person known by this person \(indicating some level of reciprocated interaction between the parties\).).freeze,
323
+ domain: "foaf:Person".freeze,
324
+ label: "knows".freeze,
325
+ range: "foaf:Person".freeze,
326
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
327
+ type: "rdf:Property".freeze,
328
+ "vs:term_status" => %(stable).freeze
329
+ property :lastName,
330
+ comment: %(The last name of a person.).freeze,
331
+ domain: "foaf:Person".freeze,
332
+ label: "lastName".freeze,
333
+ range: "rdfs:Literal".freeze,
334
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
335
+ type: "rdf:Property".freeze,
336
+ "vs:term_status" => %(testing).freeze
337
+ property :logo,
338
+ comment: %(A logo representing some thing.).freeze,
339
+ domain: "owl:Thing".freeze,
340
+ label: "logo".freeze,
341
+ range: "owl:Thing".freeze,
342
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
343
+ type: "rdf:Property".freeze,
344
+ "vs:term_status" => %(testing).freeze
345
+ property :made,
346
+ comment: %(Something that was made by this agent.).freeze,
347
+ domain: "foaf:Agent".freeze,
348
+ label: "made".freeze,
349
+ "owl:inverseOf" => %(foaf:maker).freeze,
350
+ range: "owl:Thing".freeze,
351
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
352
+ type: "rdf:Property".freeze,
353
+ "vs:term_status" => %(stable).freeze
354
+ property :maker,
355
+ comment: %(An agent that made this thing.).freeze,
356
+ domain: "owl:Thing".freeze,
357
+ label: "maker".freeze,
358
+ "owl:equivalentProperty" => %(dc:creator).freeze,
359
+ "owl:inverseOf" => %(foaf:made).freeze,
360
+ range: "foaf:Agent".freeze,
361
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
362
+ type: "rdf:Property".freeze,
363
+ "vs:term_status" => %(stable).freeze
364
+ property :mbox,
365
+ 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,
366
+ domain: "foaf:Agent".freeze,
367
+ label: "personal mailbox".freeze,
368
+ range: "owl:Thing".freeze,
369
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
370
+ type: "rdf:Property".freeze,
371
+ "vs:term_status" => %(stable).freeze
372
+ property :mbox_sha1sum,
373
+ comment: %(The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.).freeze,
374
+ domain: "foaf:Agent".freeze,
375
+ label: "sha1sum of a personal mailbox URI name".freeze,
376
+ range: "rdfs:Literal".freeze,
377
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
378
+ type: "rdf:Property".freeze,
379
+ "vs:term_status" => %(testing).freeze
380
+ property :member,
381
+ comment: %(Indicates a member of a Group).freeze,
382
+ domain: "foaf:Group".freeze,
383
+ label: "member".freeze,
384
+ range: "foaf:Agent".freeze,
385
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
386
+ type: "rdf:Property".freeze,
387
+ "vs:term_status" => %(stable).freeze
388
+ property :membershipClass,
389
+ comment: %(Indicates the class of individuals that are a member of a Group).freeze,
390
+ label: "membershipClass".freeze,
391
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
392
+ type: "rdf:Property".freeze,
393
+ "vs:term_status" => %(unstable).freeze
394
+ property :msnChatID,
395
+ comment: %(An MSN chat ID).freeze,
396
+ domain: "foaf:Agent".freeze,
397
+ label: "MSN chat ID".freeze,
398
+ range: "rdfs:Literal".freeze,
399
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
400
+ subPropertyOf: "foaf:nick".freeze,
401
+ type: "rdf:Property".freeze,
402
+ "vs:term_status" => %(testing).freeze
403
+ property :myersBriggs,
404
+ comment: %(A Myers Briggs \(MBTI\) personality classification.).freeze,
405
+ domain: "foaf:Person".freeze,
406
+ label: "myersBriggs".freeze,
407
+ range: "rdfs:Literal".freeze,
408
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
409
+ type: "rdf:Property".freeze,
410
+ "vs:term_status" => %(testing).freeze
411
+ property :name,
412
+ comment: %(A name for some thing.).freeze,
413
+ domain: "owl:Thing".freeze,
414
+ label: "name".freeze,
415
+ range: "rdfs:Literal".freeze,
416
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
417
+ subPropertyOf: "rdfs:label".freeze,
418
+ type: "rdf:Property".freeze,
419
+ "vs:term_status" => %(testing).freeze
420
+ property :nick,
421
+ comment: %(A short informal nickname characterising an agent \(includes login identifiers, IRC and other chat nicknames\).).freeze,
422
+ label: "nickname".freeze,
423
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
424
+ type: "rdf:Property".freeze,
425
+ "vs:term_status" => %(testing).freeze
426
+ property :openid,
427
+ comment: %(An OpenID for an Agent.).freeze,
428
+ domain: "foaf:Agent".freeze,
429
+ label: "openid".freeze,
430
+ range: "foaf:Document".freeze,
431
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
432
+ subPropertyOf: "foaf:isPrimaryTopicOf".freeze,
433
+ type: "rdf:Property".freeze,
434
+ "vs:term_status" => %(testing).freeze
435
+ property :page,
436
+ comment: %(A page or document about this thing.).freeze,
437
+ domain: "owl:Thing".freeze,
438
+ label: "page".freeze,
439
+ "owl:inverseOf" => %(foaf:topic).freeze,
440
+ range: "foaf:Document".freeze,
441
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
442
+ type: "rdf:Property".freeze,
443
+ "vs:term_status" => %(stable).freeze
444
+ property :pastProject,
445
+ comment: %(A project this person has previously worked on.).freeze,
446
+ domain: "foaf:Person".freeze,
447
+ label: "past project".freeze,
448
+ range: "owl:Thing".freeze,
449
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
450
+ type: "rdf:Property".freeze,
451
+ "vs:term_status" => %(testing).freeze
452
+ property :phone,
453
+ comment: %(A phone, specified using fully qualified tel: URI scheme \(refs: http://www.w3.org/Addressing/schemes.html#tel\).).freeze,
454
+ label: "phone".freeze,
455
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
456
+ type: "rdf:Property".freeze,
457
+ "vs:term_status" => %(testing).freeze
458
+ property :plan,
459
+ comment: %(A .plan comment, in the tradition of finger and '.plan' files.).freeze,
460
+ domain: "foaf:Person".freeze,
461
+ label: "plan".freeze,
462
+ range: "rdfs:Literal".freeze,
463
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
464
+ type: "rdf:Property".freeze,
465
+ "vs:term_status" => %(testing).freeze
466
+ property :primaryTopic,
467
+ comment: %(The primary topic of some page or document.).freeze,
468
+ domain: "foaf:Document".freeze,
469
+ label: "primary topic".freeze,
470
+ "owl:inverseOf" => %(foaf:isPrimaryTopicOf).freeze,
471
+ range: "owl:Thing".freeze,
472
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
473
+ type: "rdf:Property".freeze,
474
+ "vs:term_status" => %(stable).freeze
475
+ property :publications,
476
+ comment: %(A link to the publications of this person.).freeze,
477
+ domain: "foaf:Person".freeze,
478
+ label: "publications".freeze,
479
+ range: "foaf:Document".freeze,
480
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
481
+ type: "rdf:Property".freeze,
482
+ "vs:term_status" => %(testing).freeze
483
+ property :schoolHomepage,
484
+ comment: %(A homepage of a school attended by the person.).freeze,
485
+ domain: "foaf:Person".freeze,
486
+ label: "schoolHomepage".freeze,
487
+ range: "foaf:Document".freeze,
488
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
489
+ type: "rdf:Property".freeze,
490
+ "vs:term_status" => %(testing).freeze
491
+ property :sha1,
492
+ comment: %(A sha1sum hash, in hex.).freeze,
493
+ domain: "foaf:Document".freeze,
494
+ label: "sha1sum (hex)".freeze,
495
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
496
+ type: "rdf:Property".freeze,
497
+ "vs:term_status" => %(unstable).freeze
498
+ property :skypeID,
499
+ comment: %(A Skype ID).freeze,
500
+ domain: "foaf:Agent".freeze,
501
+ label: "Skype ID".freeze,
502
+ range: "rdfs:Literal".freeze,
503
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
504
+ subPropertyOf: "foaf:nick".freeze,
505
+ type: "rdf:Property".freeze,
506
+ "vs:term_status" => %(testing).freeze
507
+ property :status,
508
+ comment: %(A string expressing what the user is happy for the general public \(normally\) to know about their current activity.).freeze,
509
+ domain: "foaf:Agent".freeze,
510
+ label: "status".freeze,
511
+ range: "rdfs:Literal".freeze,
512
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
513
+ type: "rdf:Property".freeze,
514
+ "vs:term_status" => %(unstable).freeze
515
+ property :surname,
516
+ comment: %(The surname of some person.).freeze,
517
+ domain: "foaf:Person".freeze,
518
+ label: "Surname".freeze,
519
+ range: "rdfs:Literal".freeze,
520
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
521
+ type: "rdf:Property".freeze,
522
+ "vs:term_status" => %(archaic).freeze
523
+ property :theme,
524
+ comment: %(A theme.).freeze,
525
+ domain: "owl:Thing".freeze,
526
+ label: "theme".freeze,
527
+ range: "owl:Thing".freeze,
528
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
529
+ type: "rdf:Property".freeze,
530
+ "vs:term_status" => %(archaic).freeze
531
+ property :thumbnail,
532
+ comment: %(A derived thumbnail image.).freeze,
533
+ domain: "foaf:Image".freeze,
534
+ label: "thumbnail".freeze,
535
+ range: "foaf:Image".freeze,
536
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
537
+ type: "rdf:Property".freeze,
538
+ "vs:term_status" => %(testing).freeze
539
+ property :tipjar,
540
+ comment: %(A tipjar document for this agent, describing means for payment and reward.).freeze,
541
+ domain: "foaf:Agent".freeze,
542
+ label: "tipjar".freeze,
543
+ range: "foaf:Document".freeze,
544
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
545
+ subPropertyOf: "foaf:page".freeze,
546
+ type: "rdf:Property".freeze,
547
+ "vs:term_status" => %(testing).freeze
548
+ property :title,
549
+ comment: %(Title \(Mr, Mrs, Ms, Dr. etc\)).freeze,
550
+ label: "title".freeze,
551
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
552
+ type: "rdf:Property".freeze,
553
+ "vs:term_status" => %(testing).freeze
554
+ property :topic,
555
+ comment: %(A topic of some page or document.).freeze,
556
+ domain: "foaf:Document".freeze,
557
+ label: "topic".freeze,
558
+ "owl:inverseOf" => %(foaf:page).freeze,
559
+ range: "owl:Thing".freeze,
560
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
561
+ type: "rdf:Property".freeze,
562
+ "vs:term_status" => %(testing).freeze
563
+ property :topic_interest,
564
+ comment: %(A thing of interest to this person.).freeze,
565
+ domain: "foaf:Agent".freeze,
566
+ label: "topic_interest".freeze,
567
+ range: "owl:Thing".freeze,
568
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
569
+ type: "rdf:Property".freeze,
570
+ "vs:term_status" => %(testing).freeze
571
+ property :weblog,
572
+ comment: %(A weblog of some thing \(whether person, group, company etc.\).).freeze,
573
+ domain: "foaf:Agent".freeze,
574
+ label: "weblog".freeze,
575
+ range: "foaf:Document".freeze,
576
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
577
+ subPropertyOf: "foaf:page".freeze,
578
+ type: "rdf:Property".freeze,
579
+ "vs:term_status" => %(stable).freeze
580
+ property :workInfoHomepage,
581
+ comment: %(A work info homepage of some person; a page about their work for some organization.).freeze,
582
+ domain: "foaf:Person".freeze,
583
+ label: "work info homepage".freeze,
584
+ range: "foaf:Document".freeze,
585
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
586
+ type: "rdf:Property".freeze,
587
+ "vs:term_status" => %(testing).freeze
588
+ property :workplaceHomepage,
589
+ comment: %(A workplace homepage of some person; the homepage of an organization they work for.).freeze,
590
+ domain: "foaf:Person".freeze,
591
+ label: "workplace homepage".freeze,
592
+ range: "foaf:Document".freeze,
593
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
594
+ type: "rdf:Property".freeze,
595
+ "vs:term_status" => %(testing).freeze
596
+ property :yahooChatID,
597
+ comment: %(A Yahoo chat ID).freeze,
598
+ domain: "foaf:Agent".freeze,
599
+ label: "Yahoo chat ID".freeze,
600
+ range: "rdfs:Literal".freeze,
601
+ "rdfs:isDefinedBy" => %(foaf:).freeze,
602
+ subPropertyOf: "foaf:nick".freeze,
603
+ type: "rdf:Property".freeze,
604
+ "vs:term_status" => %(testing).freeze
605
+
606
+ # Extra definitions
607
+ term :"",
608
+ "dc11:description" => %(The Friend of a Friend \(FOAF\) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.).freeze,
609
+ "dc11:title" => %(Friend of a Friend \(FOAF\) vocabulary).freeze,
610
+ type: "owl:Ontology".freeze
355
611
  end
356
612
  end