rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/foaf.rb
CHANGED
@@ -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
|
-
"
|
319
|
-
"
|
320
|
-
type: "owl
|
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
|
-
comment:
|
325
|
-
equivalentClass: "dc
|
326
|
-
|
16
|
+
comment: "An agent (eg. person, group, software or physical artifact).".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: ["
|
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
|
-
comment:
|
332
|
-
|
23
|
+
comment: "A document.".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
|
-
|
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
|
-
comment:
|
339
|
-
|
30
|
+
comment: "A class of Agents.".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
|
342
|
-
type: ["
|
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
|
-
comment:
|
346
|
-
|
37
|
+
comment: "An image.".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
|
349
|
-
type: ["
|
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
|
-
comment:
|
353
|
-
|
44
|
+
comment: "A foaf:LabelProperty is any RDF property with texual values that serve as labels.".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: ["
|
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
|
-
comment:
|
359
|
-
|
50
|
+
comment: "An online account.".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
|
362
|
-
type: ["
|
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
|
-
comment:
|
366
|
-
|
57
|
+
comment: "An online chat account.".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
|
369
|
-
type: ["
|
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
|
-
comment:
|
373
|
-
|
64
|
+
comment: "An online e-commerce account.".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
|
376
|
-
type: ["
|
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
|
-
comment:
|
380
|
-
|
71
|
+
comment: "An online gaming account.".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
|
383
|
-
type: ["
|
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
|
-
comment:
|
387
|
-
|
78
|
+
comment: "An organization.".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
|
-
|
390
|
-
|
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
|
-
comment:
|
395
|
-
|
86
|
+
comment: "A person.".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
|
-
|
398
|
-
|
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
|
-
comment:
|
403
|
-
|
94
|
+
comment: "A personal profile RDF document.".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
|
406
|
-
type: ["
|
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
|
-
comment:
|
410
|
-
|
101
|
+
comment: "A project (a collective endeavour of some kind).".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
|
-
|
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
|
-
comment:
|
419
|
-
domain: "foaf
|
420
|
-
|
110
|
+
comment: "Indicates an account held by this agent.".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
|
423
|
-
type: ["
|
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
|
-
comment:
|
427
|
-
domain: "foaf
|
428
|
-
|
118
|
+
comment: "Indicates the name (identifier) associated with this online account.".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: "
|
431
|
-
type: ["
|
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
|
-
comment:
|
435
|
-
domain: "foaf
|
436
|
-
|
126
|
+
comment: "Indicates a homepage of the service provide for this online account.".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
|
439
|
-
type: ["
|
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
|
-
comment:
|
443
|
-
domain: "foaf
|
444
|
-
|
134
|
+
comment: "The age in years of some agent.".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: "
|
447
|
-
type: ["
|
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
|
-
comment:
|
451
|
-
domain: "foaf
|
452
|
-
|
142
|
+
comment: "An AIM chat ID".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: "
|
455
|
-
subPropertyOf: "foaf
|
456
|
-
type: ["
|
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
|
-
comment:
|
460
|
-
domain: "geo
|
461
|
-
|
151
|
+
comment: "A location that something is based near, for some broadly human notion of near.".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
|
464
|
-
type: ["
|
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
|
-
comment:
|
468
|
-
domain: "foaf
|
469
|
-
|
159
|
+
comment: "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.".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: "
|
472
|
-
type: ["
|
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
|
-
comment:
|
476
|
-
domain: "foaf
|
477
|
-
|
167
|
+
comment: "A current project this person works on.".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
|
480
|
-
type: ["
|
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
|
-
comment:
|
484
|
-
domain: "owl
|
485
|
-
|
486
|
-
|
175
|
+
comment: "A depiction of some thing.".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
|
489
|
-
type: ["
|
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
|
-
comment:
|
493
|
-
domain: "foaf
|
494
|
-
|
495
|
-
|
184
|
+
comment: "A thing depicted in this representation.".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
|
498
|
-
type: ["
|
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
|
-
comment:
|
502
|
-
|
193
|
+
comment: "A checksum for the DNA of some thing. Joke.".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: "
|
505
|
-
type: ["
|
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
|
-
comment:
|
509
|
-
domain: "foaf
|
510
|
-
|
200
|
+
comment: "The family name of some person.".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: "
|
513
|
-
type: ["
|
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
|
-
comment:
|
517
|
-
domain: "foaf
|
518
|
-
|
208
|
+
comment: "The family name of some person.".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: "
|
521
|
-
type: ["
|
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
|
-
comment:
|
525
|
-
domain: "foaf
|
526
|
-
|
216
|
+
comment: "The first name of a person.".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: "
|
529
|
-
type: ["
|
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
|
-
comment:
|
533
|
-
domain: "skos
|
534
|
-
|
224
|
+
comment: "The underlying or 'focal' entity associated with some SKOS-described concept.".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
|
537
|
-
type: ["
|
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
|
-
comment:
|
541
|
-
domain: "owl
|
542
|
-
|
232
|
+
comment: "An organization funding a project or person.".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
|
545
|
-
type: ["
|
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
|
-
comment:
|
549
|
-
domain: "foaf
|
550
|
-
|
240
|
+
comment: "A textual geekcode for this person, see http://www.geekcode.com/geek.html".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: "
|
553
|
-
type: ["
|
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
|
-
comment:
|
557
|
-
domain: "foaf
|
558
|
-
|
248
|
+
comment: "The gender of this Agent (typically but not necessarily 'male' or 'female').".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: "
|
561
|
-
type: ["
|
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
|
-
comment:
|
565
|
-
|
256
|
+
comment: "The given name of some person.".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: ["
|
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
|
-
comment:
|
571
|
-
|
262
|
+
comment: "The given name of some person.".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: ["
|
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
|
-
comment:
|
577
|
-
domain: "foaf
|
578
|
-
|
268
|
+
comment: "Indicates an account held by this agent.".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
|
581
|
-
type: ["
|
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
|
-
comment:
|
585
|
-
domain: "owl
|
586
|
-
|
276
|
+
comment: "A homepage for some thing.".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
|
589
|
-
subPropertyOf: ["foaf
|
590
|
-
type: ["
|
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
|
-
comment:
|
594
|
-
domain: "foaf
|
595
|
-
|
285
|
+
comment: "An ICQ chat ID".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: "
|
598
|
-
subPropertyOf: "foaf
|
599
|
-
type: ["
|
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
|
-
comment:
|
603
|
-
domain: "foaf
|
604
|
-
|
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,
|
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
|
607
|
-
subPropertyOf: "foaf
|
608
|
-
type: ["
|
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
|
-
comment:
|
612
|
-
domain: "foaf
|
613
|
-
|
303
|
+
comment: "A page about a topic of interest to this person.".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
|
616
|
-
type: ["
|
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
|
-
comment:
|
620
|
-
domain: "owl
|
621
|
-
|
622
|
-
|
311
|
+
comment: "A document that this thing is the primary topic of.".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
|
625
|
-
subPropertyOf: "foaf
|
626
|
-
type: ["
|
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
|
-
comment:
|
630
|
-
domain: "foaf
|
631
|
-
|
321
|
+
comment: "A jabber ID for something.".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: "
|
634
|
-
type: ["
|
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
|
-
comment:
|
638
|
-
domain: "foaf
|
639
|
-
|
329
|
+
comment: "A person known by this person (indicating some level of reciprocated interaction between the parties).".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
|
642
|
-
type: ["
|
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
|
-
comment:
|
646
|
-
domain: "foaf
|
647
|
-
|
337
|
+
comment: "The last name of a person.".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: "
|
650
|
-
type: ["
|
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
|
-
comment:
|
654
|
-
domain: "owl
|
655
|
-
|
345
|
+
comment: "A logo representing some thing.".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
|
658
|
-
type: ["
|
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
|
-
comment:
|
662
|
-
domain: "foaf
|
663
|
-
|
664
|
-
|
353
|
+
comment: "Something that was made by this agent.".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
|
667
|
-
type: ["
|
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
|
-
comment:
|
671
|
-
domain: "owl
|
672
|
-
equivalentProperty: "dc
|
673
|
-
|
674
|
-
|
362
|
+
comment: "An agent that made this thing.".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
|
677
|
-
type: ["
|
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
|
-
comment:
|
681
|
-
domain: "foaf
|
682
|
-
|
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,
|
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
|
685
|
-
type: ["
|
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
|
-
comment:
|
689
|
-
domain: "foaf
|
690
|
-
|
380
|
+
comment: "The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.".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: "
|
693
|
-
type: ["
|
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
|
-
comment:
|
697
|
-
domain: "foaf
|
698
|
-
|
388
|
+
comment: "Indicates a member of a Group".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
|
701
|
-
type: ["
|
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
|
-
comment:
|
705
|
-
|
396
|
+
comment: "Indicates the class of individuals that are a member of a Group".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: ["
|
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
|
-
comment:
|
711
|
-
domain: "foaf
|
712
|
-
|
402
|
+
comment: "An MSN chat ID".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: "
|
715
|
-
subPropertyOf: "foaf
|
716
|
-
type: ["
|
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
|
-
comment:
|
720
|
-
domain: "foaf
|
721
|
-
|
411
|
+
comment: "A Myers Briggs (MBTI) personality classification.".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: "
|
724
|
-
type: ["
|
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
|
-
comment:
|
728
|
-
domain: "owl
|
729
|
-
|
419
|
+
comment: "A name for some thing.".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: "
|
732
|
-
subPropertyOf: "
|
733
|
-
type: ["
|
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
|
-
comment:
|
737
|
-
|
428
|
+
comment: "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).".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: ["
|
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
|
-
comment:
|
743
|
-
domain: "foaf
|
744
|
-
|
434
|
+
comment: "An OpenID for an Agent.".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
|
747
|
-
subPropertyOf: "foaf
|
748
|
-
type: ["
|
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
|
-
comment:
|
752
|
-
domain: "owl
|
753
|
-
|
754
|
-
|
443
|
+
comment: "A page or document about this thing.".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
|
757
|
-
type: ["
|
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
|
-
comment:
|
761
|
-
domain: "foaf
|
762
|
-
|
452
|
+
comment: "A project this person has previously worked on.".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
|
765
|
-
type: ["
|
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
|
-
comment:
|
769
|
-
|
460
|
+
comment: "A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).".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: ["
|
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
|
-
comment:
|
775
|
-
domain: "foaf
|
776
|
-
|
466
|
+
comment: "A .plan comment, in the tradition of finger and '.plan' files.".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: "
|
779
|
-
type: ["
|
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
|
-
comment:
|
783
|
-
domain: "foaf
|
784
|
-
|
785
|
-
|
474
|
+
comment: "The primary topic of some page or document.".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
|
788
|
-
type: ["
|
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
|
-
comment:
|
792
|
-
domain: "foaf
|
793
|
-
|
483
|
+
comment: "A link to the publications of this person.".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
|
796
|
-
type: ["
|
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
|
-
comment:
|
800
|
-
domain: "foaf
|
801
|
-
|
491
|
+
comment: "A homepage of a school attended by the person.".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
|
804
|
-
type: ["
|
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
|
-
comment:
|
808
|
-
domain: "foaf
|
809
|
-
|
499
|
+
comment: "A sha1sum hash, in hex.".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: ["
|
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
|
-
comment:
|
815
|
-
domain: "foaf
|
816
|
-
|
506
|
+
comment: "A Skype ID".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: "
|
819
|
-
subPropertyOf: "foaf
|
820
|
-
type: ["
|
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
|
-
comment:
|
824
|
-
domain: "foaf
|
825
|
-
|
515
|
+
comment: "A string expressing what the user is happy for the general public (normally) to know about their current activity.".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: "
|
828
|
-
type: ["
|
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
|
-
comment:
|
832
|
-
domain: "foaf
|
833
|
-
|
523
|
+
comment: "The surname of some person.".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: "
|
836
|
-
type: ["
|
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
|
-
comment:
|
840
|
-
domain: "owl
|
841
|
-
|
531
|
+
comment: "A theme.".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
|
844
|
-
type: ["
|
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
|
-
comment:
|
848
|
-
domain: "foaf
|
849
|
-
|
539
|
+
comment: "A derived thumbnail image.".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
|
852
|
-
type: ["
|
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
|
-
comment:
|
856
|
-
domain: "foaf
|
857
|
-
|
547
|
+
comment: "A tipjar document for this agent, describing means for payment and reward.".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
|
860
|
-
subPropertyOf: "foaf
|
861
|
-
type: ["
|
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
|
-
comment:
|
865
|
-
|
556
|
+
comment: "Title (Mr, Mrs, Ms, Dr. etc)".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: ["
|
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
|
-
comment:
|
871
|
-
domain: "foaf
|
872
|
-
|
873
|
-
|
562
|
+
comment: "A topic of some page or document.".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
|
876
|
-
type: ["
|
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
|
-
comment:
|
880
|
-
domain: "foaf
|
881
|
-
|
571
|
+
comment: "A thing of interest to this person.".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
|
884
|
-
type: ["
|
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
|
-
comment:
|
888
|
-
domain: "foaf
|
889
|
-
|
579
|
+
comment: "A weblog of some thing (whether person, group, company etc.).".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
|
892
|
-
subPropertyOf: "foaf
|
893
|
-
type: ["
|
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
|
-
comment:
|
897
|
-
domain: "foaf
|
898
|
-
|
588
|
+
comment: "A work info homepage of some person; a page about their work for some organization.".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
|
901
|
-
type: ["
|
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
|
-
comment:
|
905
|
-
domain: "foaf
|
906
|
-
|
596
|
+
comment: "A workplace homepage of some person; the homepage of an organization they work for.".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
|
909
|
-
type: ["
|
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
|
-
comment:
|
913
|
-
domain: "foaf
|
914
|
-
|
604
|
+
comment: "A Yahoo chat ID".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: "
|
917
|
-
subPropertyOf: "foaf
|
918
|
-
type: ["
|
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
|