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.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +25 -8
  5. data/lib/rdf/vocab/acl.rb +67 -194
  6. data/lib/rdf/vocab/as.rb +471 -984
  7. data/lib/rdf/vocab/bf2.rb +1714 -3034
  8. data/lib/rdf/vocab/bibframe.rb +2270 -1840
  9. data/lib/rdf/vocab/bibo.rb +696 -1201
  10. data/lib/rdf/vocab/cc.rb +75 -214
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1420 -3261
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +556 -898
  17. data/lib/rdf/vocab/dc11.rb +92 -158
  18. data/lib/rdf/vocab/dcat.rb +300 -466
  19. data/lib/rdf/vocab/dcmitype.rb +77 -131
  20. data/lib/rdf/vocab/disco.rb +228 -459
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1639 -2395
  23. data/lib/rdf/vocab/earl.rb +105 -243
  24. data/lib/rdf/vocab/ebucore.rb +3957 -8695
  25. data/lib/rdf/vocab/edm.rb +211 -426
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +268 -648
  29. data/lib/rdf/vocab/foaf.rb +448 -756
  30. data/lib/rdf/vocab/geo.rb +24 -167
  31. data/lib/rdf/vocab/geojson.rb +32 -101
  32. data/lib/rdf/vocab/geonames.rb +2915 -3092
  33. data/lib/rdf/vocab/gr.rb +716 -1991
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +133 -300
  36. data/lib/rdf/vocab/hydra.rb +298 -511
  37. data/lib/rdf/vocab/iana.rb +142 -417
  38. data/lib/rdf/vocab/ical.rb +532 -1045
  39. data/lib/rdf/vocab/identifiers.rb +215 -1019
  40. data/lib/rdf/vocab/iiif.rb +106 -245
  41. data/lib/rdf/vocab/jsonld.rb +163 -323
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +175 -199
  44. data/lib/rdf/vocab/ma.rb +312 -702
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +540 -1351
  47. data/lib/rdf/vocab/mo.rb +1579 -2844
  48. data/lib/rdf/vocab/mods.rb +503 -1026
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +264 -546
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +33 -70
  53. data/lib/rdf/vocab/ore.rb +64 -123
  54. data/lib/rdf/vocab/org.rb +226 -422
  55. data/lib/rdf/vocab/pcdm.rb +61 -133
  56. data/lib/rdf/vocab/pplan.rb +16 -202
  57. data/lib/rdf/vocab/premis.rb +793 -2039
  58. data/lib/rdf/vocab/premiseventtype.rb +115 -273
  59. data/lib/rdf/vocab/prov.rb +1077 -1724
  60. data/lib/rdf/vocab/ptr.rb +111 -254
  61. data/lib/rdf/vocab/rdau.rb +10506 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +102 -110
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +34 -79
  65. data/lib/rdf/vocab/schema.rb +11193 -22240
  66. data/lib/rdf/vocab/schemas.rb +16333 -0
  67. data/lib/rdf/vocab/sd.rb +123 -280
  68. data/lib/rdf/vocab/sh.rb +912 -1651
  69. data/lib/rdf/vocab/sioc.rb +513 -917
  70. data/lib/rdf/vocab/siocservices.rb +39 -80
  71. data/lib/rdf/vocab/sioctypes.rb +183 -344
  72. data/lib/rdf/vocab/skos.rb +136 -260
  73. data/lib/rdf/vocab/skosxl.rb +36 -69
  74. data/lib/rdf/vocab/v.rb +231 -529
  75. data/lib/rdf/vocab/vcard.rb +407 -1038
  76. data/lib/rdf/vocab/vmd.rb +231 -529
  77. data/lib/rdf/vocab/void.rb +112 -236
  78. data/lib/rdf/vocab/vs.rb +20 -42
  79. data/lib/rdf/vocab/wdrs.rb +65 -158
  80. data/lib/rdf/vocab/wot.rb +113 -194
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +206 -663
  83. data/lib/rdf/vocab/xkos.rb +122 -275
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +72 -24
@@ -3,1129 +3,725 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://rdfs.org/sioc/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://rdfs.org/sioc/ns#>
8
- # #
9
- # # SIOC Core Ontology Namespace
10
- # #
11
- # # SIOC (Semantically-Interlinked Online Communities) is an ontology for describing the information in online communities. This information can be used to export information from online communities and to link them together. The scope of the application areas that SIOC can be used for includes (and is not limited to) weblogs, message boards, mailing lists and chat channels.
12
- # # @version Revision: 1.36
13
- # # @see http://rdfs.org/sioc/spec
14
- # class SIOC < RDF::StrictVocabulary
15
- # # Community is a high-level concept that defines an online community and what it consists of.
16
- # # @return [RDF::Vocabulary::Term]
17
- # attr_reader :Community
18
- #
19
- # # An area in which content Items are contained.
20
- # # @return [RDF::Vocabulary::Term]
21
- # attr_reader :Container
22
- #
23
- # # A discussion area on which Posts or entries are made.
24
- # # @return [RDF::Vocabulary::Term]
25
- # attr_reader :Forum
26
- #
27
- # # An Item is something which can be in a Container.
28
- # # @return [RDF::Vocabulary::Term]
29
- # attr_reader :Item
30
- #
31
- # # An article or message that can be posted to a Forum.
32
- # # @return [RDF::Vocabulary::Term]
33
- # attr_reader :Post
34
- #
35
- # # A Role is a function of a UserAccount within a scope of a particular Forum, Site, etc.
36
- # # @return [RDF::Vocabulary::Term]
37
- # attr_reader :Role
38
- #
39
- # # A Site can be the location of an online community or set of communities, with UserAccounts and Usergroups creating Items in a set of Containers. It can be thought of as a web-accessible data Space.
40
- # # @return [RDF::Vocabulary::Term]
41
- # attr_reader :Site
42
- #
43
- # # A Space is a place where data resides, e.g. on a website, desktop, fileshare, etc.
44
- # # @return [RDF::Vocabulary::Term]
45
- # attr_reader :Space
46
- #
47
- # # A container for a series of threaded discussion Posts or Items.
48
- # # @return [RDF::Vocabulary::Term]
49
- # attr_reader :Thread
50
- #
51
- # # UserAccount is now preferred. This is a deprecated class for a User in an online community site.
52
- # # @return [RDF::Vocabulary::Term]
53
- # attr_reader :User
54
- #
55
- # # A user account in an online community site.
56
- # # @return [RDF::Vocabulary::Term]
57
- # attr_reader :UserAccount
58
- #
59
- # # A set of UserAccounts whose owners have a common purpose or interest. Can be used for access control purposes.
60
- # # @return [RDF::Vocabulary::Term]
61
- # attr_reader :Usergroup
62
- #
63
- # # Specifies that this Item is about a particular resource, e.g. a Post describing a book, hotel, etc.
64
- # # @return [RDF::Vocabulary::Term]
65
- # attr_reader :about
66
- #
67
- # # Refers to the foaf:Agent or foaf:Person who owns this sioc:UserAccount.
68
- # # @return [RDF::Vocabulary::Term]
69
- # attr_reader :account_of
70
- #
71
- # # Refers to who (e.g. a UserAccount, e-mail address, etc.) a particular Item is addressed to.
72
- # # @return [RDF::Vocabulary::Term]
73
- # attr_reader :addressed_to
74
- #
75
- # # A Site that the UserAccount is an administrator of.
76
- # # @return [RDF::Vocabulary::Term]
77
- # attr_reader :administrator_of
78
- #
79
- # # The URI of a file attached to an Item.
80
- # # @return [RDF::Vocabulary::Term]
81
- # attr_reader :attachment
82
- #
83
- # # An image or depiction used to represent this UserAccount.
84
- # # @return [RDF::Vocabulary::Term]
85
- # attr_reader :avatar
86
- #
87
- # # An Item that this Container contains.
88
- # # @return [RDF::Vocabulary::Term]
89
- # attr_reader :container_of
90
- #
91
- # # The content of the Item in plain text format.
92
- # # @return [RDF::Vocabulary::Term]
93
- # attr_reader :content
94
- #
95
- # # The encoded content of the Post, contained in CDATA areas.
96
- # # @return [RDF::Vocabulary::Term]
97
- # attr_reader :content_encoded
98
- #
99
- # # When this was created, in ISO 8601 format.
100
- # # @return [RDF::Vocabulary::Term]
101
- # attr_reader :created_at
102
- #
103
- # # A resource that the UserAccount is a creator of.
104
- # # @return [RDF::Vocabulary::Term]
105
- # attr_reader :creator_of
106
- #
107
- # # When this was delivered, in ISO 8601 format.
108
- # # @return [RDF::Vocabulary::Term]
109
- # attr_reader :delivered_at
110
- #
111
- # # The content of the Post.
112
- # # @return [RDF::Vocabulary::Term]
113
- # attr_reader :description
114
- #
115
- # # The Item that this discussion is about.
116
- # # @return [RDF::Vocabulary::Term]
117
- # attr_reader :discussion_of
118
- #
119
- # # Links to a previous (older) revision of this Item or Post.
120
- # # @return [RDF::Vocabulary::Term]
121
- # attr_reader :earlier_version
122
- #
123
- # # An electronic mail address of the UserAccount.
124
- # # @return [RDF::Vocabulary::Term]
125
- # attr_reader :email
126
- #
127
- # # An electronic mail address of the UserAccount, encoded using SHA1.
128
- # # @return [RDF::Vocabulary::Term]
129
- # attr_reader :email_sha1
130
- #
131
- # # This links Items to embedded statements, facts and structured content.
132
- # # @return [RDF::Vocabulary::Term]
133
- # attr_reader :embeds_knowledge
134
- #
135
- # # A feed (e.g. RSS, Atom, etc.) pertaining to this resource (e.g. for a Forum, Site, UserAccount, etc.).
136
- # # @return [RDF::Vocabulary::Term]
137
- # attr_reader :feed
138
- #
139
- # # First (real) name of this User. Synonyms include given name or christian name.
140
- # # @return [RDF::Vocabulary::Term]
141
- # attr_reader :first_name
142
- #
143
- # # Indicates that one UserAccount follows another UserAccount (e.g. for microblog posts or other content item updates).
144
- # # @return [RDF::Vocabulary::Term]
145
- # attr_reader :follows
146
- #
147
- # # A UserAccount that has this Role.
148
- # # @return [RDF::Vocabulary::Term]
149
- # attr_reader :function_of
150
- #
151
- # # A URI for the application used to generate this Item.
152
- # # @return [RDF::Vocabulary::Term]
153
- # attr_reader :generator
154
- #
155
- # # @return [RDF::Vocabulary::Term]
156
- # attr_reader :group_of
157
- #
158
- # # A UserAccount that is an administrator of this Site.
159
- # # @return [RDF::Vocabulary::Term]
160
- # attr_reader :has_administrator
161
- #
162
- # # The Container to which this Item belongs.
163
- # # @return [RDF::Vocabulary::Term]
164
- # attr_reader :has_container
165
- #
166
- # # This is the UserAccount that made this resource.
167
- # # @return [RDF::Vocabulary::Term]
168
- # attr_reader :has_creator
169
- #
170
- # # A discussion that is related to this Item. The discussion can be anything, for example, a sioc:Forum or sioc:Thread, a sioct:WikiArticle or simply a foaf:Document.
171
- # # @return [RDF::Vocabulary::Term]
172
- # attr_reader :has_discussion
173
- #
174
- # # A Role that this UserAccount has.
175
- # # @return [RDF::Vocabulary::Term]
176
- # attr_reader :has_function
177
- #
178
- # # @return [RDF::Vocabulary::Term]
179
- # attr_reader :has_group
180
- #
181
- # # The Site that hosts this Container.
182
- # # @return [RDF::Vocabulary::Term]
183
- # attr_reader :has_host
184
- #
185
- # # A UserAccount that is a member of this Usergroup.
186
- # # @return [RDF::Vocabulary::Term]
187
- # attr_reader :has_member
188
- #
189
- # # A UserAccount that is a moderator of this Forum.
190
- # # @return [RDF::Vocabulary::Term]
191
- # attr_reader :has_moderator
192
- #
193
- # # A UserAccount that modified this resource (e.g. Item, Container, Space).
194
- # # @return [RDF::Vocabulary::Term]
195
- # attr_reader :has_modifier
196
- #
197
- # # A UserAccount that this resource is owned by.
198
- # # @return [RDF::Vocabulary::Term]
199
- # attr_reader :has_owner
200
- #
201
- # # A Container or Forum that this Container or Forum is a child of.
202
- # # @return [RDF::Vocabulary::Term]
203
- # attr_reader :has_parent
204
- #
205
- # # An resource that is a part of this subject.
206
- # # @return [RDF::Vocabulary::Term]
207
- # attr_reader :has_part
208
- #
209
- # # Points to an Item or Post that is a reply or response to this Item or Post.
210
- # # @return [RDF::Vocabulary::Term]
211
- # attr_reader :has_reply
212
- #
213
- # # A resource that this Role applies to.
214
- # # @return [RDF::Vocabulary::Term]
215
- # attr_reader :has_scope
216
- #
217
- # # A data Space which this resource is a part of.
218
- # # @return [RDF::Vocabulary::Term]
219
- # attr_reader :has_space
220
- #
221
- # # A UserAccount that is subscribed to this Container.
222
- # # @return [RDF::Vocabulary::Term]
223
- # attr_reader :has_subscriber
224
- #
225
- # # Points to a Usergroup that has certain access to this Space.
226
- # # @return [RDF::Vocabulary::Term]
227
- # attr_reader :has_usergroup
228
- #
229
- # # A Container that is hosted on this Site.
230
- # # @return [RDF::Vocabulary::Term]
231
- # attr_reader :host_of
232
- #
233
- # # An identifier of a SIOC concept instance. For example, a user ID. Must be unique for instances of each type of SIOC concept within the same site.
234
- # # @return [RDF::Vocabulary::Term]
235
- # attr_reader :id
236
- #
237
- # # The IP address used when creating this Item, UserAccount, etc. This can be associated with a creator. Some wiki articles list the IP addresses for the creator or modifiers when the usernames are absent.
238
- # # @return [RDF::Vocabulary::Term]
239
- # attr_reader :ip_address
240
- #
241
- # # The date and time of the last activity associated with a SIOC concept instance, and expressed in ISO 8601 format. This could be due to a reply Post or Comment, a modification to an Item, etc.
242
- # # @return [RDF::Vocabulary::Term]
243
- # attr_reader :last_activity_date
244
- #
245
- # # The date and time of the last Post (or Item) in a Forum (or a Container), in ISO 8601 format.
246
- # # @return [RDF::Vocabulary::Term]
247
- # attr_reader :last_item_date
248
- #
249
- # # Last (real) name of this user. Synonyms include surname or family name.
250
- # # @return [RDF::Vocabulary::Term]
251
- # attr_reader :last_name
252
- #
253
- # # The date and time of the last reply Post or Comment, which could be associated with a starter Item or Post or with a Thread, and expressed in ISO 8601 format.
254
- # # @return [RDF::Vocabulary::Term]
255
- # attr_reader :last_reply_date
256
- #
257
- # # Links to a later (newer) revision of this Item or Post.
258
- # # @return [RDF::Vocabulary::Term]
259
- # attr_reader :later_version
260
- #
261
- # # Links to the latest revision of this Item or Post.
262
- # # @return [RDF::Vocabulary::Term]
263
- # attr_reader :latest_version
264
- #
265
- # # Used to indicate some form of endorsement by a UserAccount or Agent of an Item, Container, Space, UserAccount, etc.
266
- # # @return [RDF::Vocabulary::Term]
267
- # attr_reader :likes
268
- #
269
- # # A URI of a document which contains this SIOC object.
270
- # # @return [RDF::Vocabulary::Term]
271
- # attr_reader :link
272
- #
273
- # # Links extracted from hyperlinks within a SIOC concept, e.g. Post or Site.
274
- # # @return [RDF::Vocabulary::Term]
275
- # attr_reader :links_to
276
- #
277
- # # A Usergroup that this UserAccount is a member of.
278
- # # @return [RDF::Vocabulary::Term]
279
- # attr_reader :member_of
280
- #
281
- # # Refers to a UserAccount that a particular Item mentions.
282
- # # @return [RDF::Vocabulary::Term]
283
- # attr_reader :mentions
284
- #
285
- # # A Forum that a UserAccount is a moderator of.
286
- # # @return [RDF::Vocabulary::Term]
287
- # attr_reader :moderator_of
288
- #
289
- # # When this was modified, in ISO 8601 format.
290
- # # @return [RDF::Vocabulary::Term]
291
- # attr_reader :modified_at
292
- #
293
- # # A resource that this UserAccount has modified.
294
- # # @return [RDF::Vocabulary::Term]
295
- # attr_reader :modifier_of
296
- #
297
- # # The name of a SIOC concept instance, e.g. a username for a UserAccount, group name for a Usergroup, etc.
298
- # # @return [RDF::Vocabulary::Term]
299
- # attr_reader :name
300
- #
301
- # # Next Item or Post in a given Container sorted by date.
302
- # # @return [RDF::Vocabulary::Term]
303
- # attr_reader :next_by_date
304
- #
305
- # # Links to the next revision of this Item or Post.
306
- # # @return [RDF::Vocabulary::Term]
307
- # attr_reader :next_version
308
- #
309
- # # A note associated with this resource, for example, if it has been edited by a UserAccount.
310
- # # @return [RDF::Vocabulary::Term]
311
- # attr_reader :note
312
- #
313
- # # The number of unique authors (UserAccounts and unregistered posters) who have contributed to this Item, Thread, Post, etc.
314
- # # @return [RDF::Vocabulary::Term]
315
- # attr_reader :num_authors
316
- #
317
- # # The number of Posts (or Items) in a Forum (or a Container).
318
- # # @return [RDF::Vocabulary::Term]
319
- # attr_reader :num_items
320
- #
321
- # # The number of replies that this Item, Thread, Post, etc. has. Useful for when the reply structure is absent.
322
- # # @return [RDF::Vocabulary::Term]
323
- # attr_reader :num_replies
324
- #
325
- # # The number of Threads (AKA discussion topics) in a Forum.
326
- # # @return [RDF::Vocabulary::Term]
327
- # attr_reader :num_threads
328
- #
329
- # # The number of times this Item, Thread, UserAccount profile, etc. has been viewed.
330
- # # @return [RDF::Vocabulary::Term]
331
- # attr_reader :num_views
332
- #
333
- # # A resource owned by a particular UserAccount, for example, a weblog or image gallery.
334
- # # @return [RDF::Vocabulary::Term]
335
- # attr_reader :owner_of
336
- #
337
- # # A child Container or Forum that this Container or Forum is a parent of.
338
- # # @return [RDF::Vocabulary::Term]
339
- # attr_reader :parent_of
340
- #
341
- # # A resource that the subject is a part of.
342
- # # @return [RDF::Vocabulary::Term]
343
- # attr_reader :part_of
344
- #
345
- # # Previous Item or Post in a given Container sorted by date.
346
- # # @return [RDF::Vocabulary::Term]
347
- # attr_reader :previous_by_date
348
- #
349
- # # Links to the previous revision of this Item or Post.
350
- # # @return [RDF::Vocabulary::Term]
351
- # attr_reader :previous_version
352
- #
353
- # # When this was read, in ISO 8601 format.
354
- # # @return [RDF::Vocabulary::Term]
355
- # attr_reader :read_at
356
- #
357
- # # Links either created explicitly or extracted implicitly on the HTML level from the Post.
358
- # # @return [RDF::Vocabulary::Term]
359
- # attr_reader :reference
360
- #
361
- # # Related resources for this resource, e.g. for Posts, perhaps determined implicitly from topics or references.
362
- # # @return [RDF::Vocabulary::Term]
363
- # attr_reader :related_to
364
- #
365
- # # Links to an Item or Post which this Item or Post is a reply to.
366
- # # @return [RDF::Vocabulary::Term]
367
- # attr_reader :reply_of
368
- #
369
- # # For the reply-to address set in email messages, IMs, etc. The property name was chosen to avoid confusion with has_reply/reply_of (the reply graph).
370
- # # @return [RDF::Vocabulary::Term]
371
- # attr_reader :respond_to
372
- #
373
- # # A Role that has a scope of this resource.
374
- # # @return [RDF::Vocabulary::Term]
375
- # attr_reader :scope_of
376
- #
377
- # # For shared Items where there is a certain creator_of and an intermediary who shares or forwards it (e.g. as a sibling Item).
378
- # # @return [RDF::Vocabulary::Term]
379
- # attr_reader :shared_by
380
- #
381
- # # An Item may have a sibling or a twin that exists in a different Container, but the siblings may differ in some small way (for example, language, category, etc.). The sibling of this Item should be self-describing (that is, it should contain all available information).
382
- # # @return [RDF::Vocabulary::Term]
383
- # attr_reader :sibling
384
- #
385
- # # A resource which belongs to this data Space.
386
- # # @return [RDF::Vocabulary::Term]
387
- # attr_reader :space_of
388
- #
389
- # # Keyword(s) describing subject of the Post.
390
- # # @return [RDF::Vocabulary::Term]
391
- # attr_reader :subject
392
- #
393
- # # A Container that a UserAccount is subscribed to.
394
- # # @return [RDF::Vocabulary::Term]
395
- # attr_reader :subscriber_of
396
- #
397
- # # This is the title (subject line) of the Post. Note that for a Post within a threaded discussion that has no parents, it would detail the topic thread.
398
- # # @return [RDF::Vocabulary::Term]
399
- # attr_reader :title
400
- #
401
- # # A topic of interest, linking to the appropriate URI, e.g. in the Open Directory Project or of a SKOS category.
402
- # # @return [RDF::Vocabulary::Term]
403
- # attr_reader :topic
404
- #
405
- # # A Space that the Usergroup has access to.
406
- # # @return [RDF::Vocabulary::Term]
407
- # attr_reader :usergroup_of
408
- #
409
- # end
410
6
  SIOC = Class.new(RDF::StrictVocabulary("http://rdfs.org/sioc/ns#")) do
411
7
 
412
8
  # Ontology definition
413
9
  ontology :"http://rdfs.org/sioc/ns#",
414
- "dc:description": "SIOC (Semantically-Interlinked Online Communities) is an ontology for describing the information in online communities. \nThis information can be used to export information from online communities and to link them together. The scope of the application areas that SIOC can be used for includes (and is not limited to) weblogs, message boards, mailing lists and chat channels.".freeze,
415
- "dc:title": "SIOC Core Ontology Namespace".freeze,
416
- "owl:versionInfo": "Revision: 1.36".freeze,
417
- "rdfs:seeAlso": "http://rdfs.org/sioc/spec".freeze,
418
- type: ["owl:Ontology".freeze, "owl:Thing".freeze]
10
+ "http://purl.org/dc/terms/description": "SIOC (Semantically-Interlinked Online Communities) is an ontology for describing the information in online communities. \nThis information can be used to export information from online communities and to link them together. The scope of the application areas that SIOC can be used for includes (and is not limited to) weblogs, message boards, mailing lists and chat channels.".freeze,
11
+ "http://purl.org/dc/terms/title": "SIOC Core Ontology Namespace".freeze,
12
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/spec".freeze,
13
+ "http://www.w3.org/2002/07/owl#versionInfo": "Revision: 1.36".freeze,
14
+ type: ["http://www.w3.org/2002/07/owl#Ontology".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
419
15
 
420
16
  # Class definitions
421
17
  term :Community,
422
- comment: %(Community is a high-level concept that defines an online community and what it consists of.).freeze,
423
- isDefinedBy: "sioc:".freeze,
18
+ comment: "Community is a high-level concept that defines an online community and what it consists of.".freeze,
19
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://rdfs.org/sioc/ns#Item".freeze, "http://rdfs.org/sioc/ns#Role".freeze, "http://rdfs.org/sioc/ns#UserAccount".freeze],
20
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
424
21
  label: "Community".freeze,
425
- "owl:disjointWith": ["sioc:Item".freeze, "sioc:Role".freeze, "sioc:UserAccount".freeze],
426
- type: "owl:Class".freeze
22
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
427
23
  term :Container,
428
- comment: %(An area in which content Items are contained.).freeze,
429
- isDefinedBy: "sioc:".freeze,
24
+ comment: "An area in which content Items are contained.".freeze,
25
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://rdfs.org/sioc/ns#Item".freeze, "http://rdfs.org/sioc/ns#Role".freeze, "http://rdfs.org/sioc/ns#UserAccount".freeze, "http://rdfs.org/sioc/ns#Usergroup".freeze],
26
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
430
27
  label: "Container".freeze,
431
- "owl:disjointWith": ["sioc:Item".freeze, "sioc:Role".freeze, "sioc:UserAccount".freeze, "sioc:Usergroup".freeze],
432
- type: "owl:Class".freeze
28
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
433
29
  term :Forum,
434
- comment: %(A discussion area on which Posts or entries are made.).freeze,
435
- isDefinedBy: "sioc:".freeze,
30
+ comment: "A discussion area on which Posts or entries are made.".freeze,
31
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
436
32
  label: "Forum".freeze,
437
- subClassOf: "sioc:Container".freeze,
438
- type: "owl:Class".freeze
33
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
34
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
439
35
  term :Item,
440
- comment: %(An Item is something which can be in a Container.).freeze,
441
- isDefinedBy: "sioc:".freeze,
36
+ comment: "An Item is something which can be in a Container.".freeze,
37
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://rdfs.org/sioc/ns#Container".freeze, "http://rdfs.org/sioc/ns#Role".freeze, "http://rdfs.org/sioc/ns#Space".freeze, "http://rdfs.org/sioc/ns#UserAccount".freeze, "http://rdfs.org/sioc/ns#Usergroup".freeze],
38
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
442
39
  label: "Item".freeze,
443
- "owl:disjointWith": ["sioc:Container".freeze, "sioc:Role".freeze, "sioc:Space".freeze, "sioc:UserAccount".freeze, "sioc:Usergroup".freeze],
444
- type: "owl:Class".freeze
40
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
445
41
  term :Post,
446
- comment: %(An article or message that can be posted to a Forum.).freeze,
447
- isDefinedBy: "sioc:".freeze,
42
+ comment: "An article or message that can be posted to a Forum.".freeze,
43
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
448
44
  label: "Post".freeze,
449
- subClassOf: ["foaf:Document".freeze, "sioc:Item".freeze],
450
- type: "owl:Class".freeze
45
+ subClassOf: ["http://rdfs.org/sioc/ns#Item".freeze, "http://xmlns.com/foaf/0.1/Document".freeze],
46
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
451
47
  term :Role,
452
- comment: %(A Role is a function of a UserAccount within a scope of a particular Forum, Site, etc.).freeze,
453
- isDefinedBy: "sioc:".freeze,
48
+ comment: "A Role is a function of a UserAccount within a scope of a particular Forum, Site, etc.".freeze,
49
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://rdfs.org/sioc/ns#Container".freeze, "http://rdfs.org/sioc/ns#Item".freeze, "http://rdfs.org/sioc/ns#Space".freeze, "http://rdfs.org/sioc/ns#UserAccount".freeze, "http://rdfs.org/sioc/ns#Usergroup".freeze],
50
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
454
51
  label: "Role".freeze,
455
- "owl:disjointWith": ["sioc:Container".freeze, "sioc:Item".freeze, "sioc:Space".freeze, "sioc:UserAccount".freeze, "sioc:Usergroup".freeze],
456
- type: "owl:Class".freeze
52
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
457
53
  term :Site,
458
- comment: %(A Site can be the location of an online community or set of communities, with UserAccounts and Usergroups creating Items in a set of Containers. It can be thought of as a web-accessible data Space.).freeze,
459
- isDefinedBy: "sioc:".freeze,
54
+ comment: "A Site can be the location of an online community or set of communities, with UserAccounts and Usergroups creating Items in a set of Containers. It can be thought of as a web-accessible data Space.".freeze,
55
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
460
56
  label: "Site".freeze,
461
- subClassOf: "sioc:Space".freeze,
462
- type: "owl:Class".freeze
57
+ subClassOf: "http://rdfs.org/sioc/ns#Space".freeze,
58
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
463
59
  term :Space,
464
- comment: %(A Space is a place where data resides, e.g. on a website, desktop, fileshare, etc.).freeze,
465
- isDefinedBy: "sioc:".freeze,
60
+ comment: "A Space is a place where data resides, e.g. on a website, desktop, fileshare, etc.".freeze,
61
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://rdfs.org/sioc/ns#Item".freeze, "http://rdfs.org/sioc/ns#Role".freeze, "http://rdfs.org/sioc/ns#UserAccount".freeze, "http://rdfs.org/sioc/ns#Usergroup".freeze],
62
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
466
63
  label: "Space".freeze,
467
- "owl:disjointWith": ["sioc:Item".freeze, "sioc:Role".freeze, "sioc:UserAccount".freeze, "sioc:Usergroup".freeze],
468
- type: "owl:Class".freeze
64
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
469
65
  term :Thread,
470
- comment: %(A container for a series of threaded discussion Posts or Items.).freeze,
471
- isDefinedBy: "sioc:".freeze,
66
+ comment: "A container for a series of threaded discussion Posts or Items.".freeze,
67
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
472
68
  label: "Thread".freeze,
473
- subClassOf: "sioc:Container".freeze,
474
- type: "owl:Class".freeze
69
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
70
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
475
71
  term :User,
476
- comment: %(UserAccount is now preferred. This is a deprecated class for a User in an online community site.).freeze,
477
- equivalentClass: "sioc:UserAccount".freeze,
478
- isDefinedBy: "sioc:".freeze,
72
+ comment: "UserAccount is now preferred. This is a deprecated class for a User in an online community site.".freeze,
73
+ equivalentClass: "http://rdfs.org/sioc/ns#UserAccount".freeze,
74
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://rdfs.org/sioc/ns#Container".freeze, "http://rdfs.org/sioc/ns#Item".freeze, "http://rdfs.org/sioc/ns#Role".freeze, "http://rdfs.org/sioc/ns#Space".freeze, "http://rdfs.org/sioc/ns#Usergroup".freeze],
75
+ "http://www.w3.org/2002/07/owl#versionInfo": "This class is deprecated. Use sioc:UserAccount from the SIOC ontology instead.".freeze,
76
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
479
77
  label: "User".freeze,
480
- "owl:disjointWith": ["sioc:Container".freeze, "sioc:Item".freeze, "sioc:Role".freeze, "sioc:Space".freeze, "sioc:Usergroup".freeze],
481
- "owl:versionInfo": "This class is deprecated. Use sioc:UserAccount from the SIOC ontology instead.".freeze,
482
- subClassOf: "foaf:OnlineAccount".freeze,
483
- type: "owl:DeprecatedClass".freeze
78
+ subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
79
+ type: "http://www.w3.org/2002/07/owl#DeprecatedClass".freeze
484
80
  term :UserAccount,
485
- comment: %(A user account in an online community site.).freeze,
486
- isDefinedBy: "sioc:".freeze,
81
+ comment: "A user account in an online community site.".freeze,
82
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://rdfs.org/sioc/ns#Container".freeze, "http://rdfs.org/sioc/ns#Item".freeze, "http://rdfs.org/sioc/ns#Role".freeze, "http://rdfs.org/sioc/ns#Space".freeze, "http://rdfs.org/sioc/ns#Usergroup".freeze],
83
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
487
84
  label: "User Account".freeze,
488
- "owl:disjointWith": ["sioc:Container".freeze, "sioc:Item".freeze, "sioc:Role".freeze, "sioc:Space".freeze, "sioc:Usergroup".freeze],
489
- subClassOf: "foaf:OnlineAccount".freeze,
490
- type: "owl:Class".freeze
85
+ subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
86
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
491
87
  term :Usergroup,
492
- comment: %(A set of UserAccounts whose owners have a common purpose or interest. Can be used for access control purposes.).freeze,
493
- isDefinedBy: "sioc:".freeze,
88
+ comment: "A set of UserAccounts whose owners have a common purpose or interest. Can be used for access control purposes.".freeze,
89
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://rdfs.org/sioc/ns#Container".freeze, "http://rdfs.org/sioc/ns#Item".freeze, "http://rdfs.org/sioc/ns#Role".freeze, "http://rdfs.org/sioc/ns#Space".freeze, "http://rdfs.org/sioc/ns#UserAccount".freeze],
90
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
494
91
  label: "Usergroup".freeze,
495
- "owl:disjointWith": ["sioc:Container".freeze, "sioc:Item".freeze, "sioc:Role".freeze, "sioc:Space".freeze, "sioc:UserAccount".freeze],
496
- type: "owl:Class".freeze
92
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
497
93
 
498
94
  # Property definitions
499
95
  property :about,
500
- comment: %(Specifies that this Item is about a particular resource, e.g. a Post describing a book, hotel, etc.).freeze,
501
- domain: "sioc:Item".freeze,
502
- isDefinedBy: "sioc:".freeze,
96
+ comment: "Specifies that this Item is about a particular resource, e.g. a Post describing a book, hotel, etc.".freeze,
97
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
98
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
503
99
  label: "about".freeze,
504
- type: "owl:ObjectProperty".freeze
100
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
505
101
  property :account_of,
506
- comment: %(Refers to the foaf:Agent or foaf:Person who owns this sioc:UserAccount.).freeze,
507
- domain: "sioc:UserAccount".freeze,
508
- inverseOf: "foaf:account".freeze,
509
- isDefinedBy: "sioc:".freeze,
102
+ comment: "Refers to the foaf:Agent or foaf:Person who owns this sioc:UserAccount.".freeze,
103
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
104
+ inverseOf: "http://xmlns.com/foaf/0.1/account".freeze,
105
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
510
106
  label: "account of".freeze,
511
- range: "foaf:Agent".freeze,
512
- type: "owl:ObjectProperty".freeze
107
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
108
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
513
109
  property :addressed_to,
514
- comment: %(Refers to who \(e.g. a UserAccount, e-mail address, etc.\) a particular Item is addressed to.).freeze,
515
- domain: "sioc:Item".freeze,
516
- isDefinedBy: "sioc:".freeze,
110
+ comment: "Refers to who (e.g. a UserAccount, e-mail address, etc.) a particular Item is addressed to.".freeze,
111
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
112
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
517
113
  label: "addressed to".freeze,
518
- type: "owl:ObjectProperty".freeze
114
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
519
115
  property :administrator_of,
520
- comment: %(A Site that the UserAccount is an administrator of.).freeze,
521
- domain: "sioc:UserAccount".freeze,
522
- inverseOf: "sioc:has_administrator".freeze,
523
- isDefinedBy: "sioc:".freeze,
116
+ comment: "A Site that the UserAccount is an administrator of.".freeze,
117
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
118
+ inverseOf: "http://rdfs.org/sioc/ns#has_administrator".freeze,
119
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
524
120
  label: "administrator of".freeze,
525
- range: "sioc:Site".freeze,
526
- type: "owl:ObjectProperty".freeze
121
+ range: "http://rdfs.org/sioc/ns#Site".freeze,
122
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
527
123
  property :attachment,
528
- comment: %(The URI of a file attached to an Item.).freeze,
529
- domain: "sioc:Item".freeze,
530
- isDefinedBy: "sioc:".freeze,
124
+ comment: "The URI of a file attached to an Item.".freeze,
125
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
126
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
531
127
  label: "attachment".freeze,
532
- type: "owl:ObjectProperty".freeze
128
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
533
129
  property :avatar,
534
- comment: %(An image or depiction used to represent this UserAccount.).freeze,
535
- domain: "sioc:UserAccount".freeze,
536
- isDefinedBy: "sioc:".freeze,
130
+ comment: "An image or depiction used to represent this UserAccount.".freeze,
131
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
132
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
537
133
  label: "avatar".freeze,
538
- subPropertyOf: "foaf:depiction".freeze,
539
- type: "owl:ObjectProperty".freeze
134
+ subPropertyOf: "http://xmlns.com/foaf/0.1/depiction".freeze,
135
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
540
136
  property :container_of,
541
- comment: %(An Item that this Container contains.).freeze,
542
- domain: "sioc:Container".freeze,
543
- inverseOf: "sioc:has_container".freeze,
544
- isDefinedBy: "sioc:".freeze,
137
+ comment: "An Item that this Container contains.".freeze,
138
+ domain: "http://rdfs.org/sioc/ns#Container".freeze,
139
+ inverseOf: "http://rdfs.org/sioc/ns#has_container".freeze,
140
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
545
141
  label: "container of".freeze,
546
- range: "sioc:Item".freeze,
547
- subPropertyOf: "dc:hasPart".freeze,
548
- type: "owl:ObjectProperty".freeze
142
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
143
+ subPropertyOf: "http://purl.org/dc/terms/hasPart".freeze,
144
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
549
145
  property :content,
550
- comment: %(The content of the Item in plain text format.).freeze,
551
- domain: "sioc:Item".freeze,
552
- isDefinedBy: "sioc:".freeze,
146
+ comment: "The content of the Item in plain text format.".freeze,
147
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
148
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
553
149
  label: "content".freeze,
554
- range: "rdfs:Literal".freeze,
555
- type: "owl:DatatypeProperty".freeze
150
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
151
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
556
152
  property :content_encoded,
557
- comment: %(The encoded content of the Post, contained in CDATA areas.).freeze,
558
- domain: "sioc:Post".freeze,
559
- isDefinedBy: "sioc:".freeze,
153
+ comment: "The encoded content of the Post, contained in CDATA areas.".freeze,
154
+ domain: "http://rdfs.org/sioc/ns#Post".freeze,
155
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use content:encoded from the RSS 1.0 content module instead.".freeze,
156
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
560
157
  label: "content encoded".freeze,
561
- "owl:versionInfo": "This property is deprecated. Use content:encoded from the RSS 1.0 content module instead.".freeze,
562
- range: "rdfs:Literal".freeze,
563
- type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
158
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
159
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
564
160
  property :created_at,
565
- comment: %(When this was created, in ISO 8601 format.).freeze,
566
- domain: "sioc:Post".freeze,
567
- isDefinedBy: "sioc:".freeze,
161
+ comment: "When this was created, in ISO 8601 format.".freeze,
162
+ domain: "http://rdfs.org/sioc/ns#Post".freeze,
163
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use dcterms:created from the Dublin Core ontology instead.".freeze,
164
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
568
165
  label: "created at".freeze,
569
- "owl:versionInfo": "This property is deprecated. Use dcterms:created from the Dublin Core ontology instead.".freeze,
570
- range: "rdfs:Literal".freeze,
571
- type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
166
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
167
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
572
168
  property :creator_of,
573
- comment: %(A resource that the UserAccount is a creator of.).freeze,
574
- domain: "sioc:UserAccount".freeze,
575
- inverseOf: "sioc:has_creator".freeze,
576
- isDefinedBy: "sioc:".freeze,
169
+ comment: "A resource that the UserAccount is a creator of.".freeze,
170
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
171
+ inverseOf: "http://rdfs.org/sioc/ns#has_creator".freeze,
172
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
577
173
  label: "creator of".freeze,
578
- type: "owl:ObjectProperty".freeze
174
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
579
175
  property :delivered_at,
580
- comment: %(When this was delivered, in ISO 8601 format.).freeze,
581
- domain: "sioc:Item".freeze,
582
- isDefinedBy: "sioc:".freeze,
176
+ comment: "When this was delivered, in ISO 8601 format.".freeze,
177
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
178
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
583
179
  label: "delivered at".freeze,
584
- range: "rdfs:Literal".freeze,
585
- type: ["owl:DatatypeProperty".freeze, "owl:ObjectProperty".freeze]
180
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
181
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
586
182
  property :description,
587
- comment: %(The content of the Post.).freeze,
588
- domain: "sioc:Post".freeze,
589
- isDefinedBy: "sioc:".freeze,
183
+ comment: "The content of the Post.".freeze,
184
+ domain: "http://rdfs.org/sioc/ns#Post".freeze,
185
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use sioc:content or other methods (AtomOwl, content:encoded from RSS 1.0, etc.) instead.".freeze,
186
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
590
187
  label: "description".freeze,
591
- "owl:versionInfo": "This property is deprecated. Use sioc:content or other methods (AtomOwl, content:encoded from RSS 1.0, etc.) instead.".freeze,
592
- range: "rdfs:Literal".freeze,
593
- type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
188
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
189
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
594
190
  property :discussion_of,
595
- comment: %(The Item that this discussion is about.).freeze,
596
- inverseOf: "sioc:has_discussion".freeze,
597
- isDefinedBy: "sioc:".freeze,
191
+ comment: "The Item that this discussion is about.".freeze,
192
+ inverseOf: "http://rdfs.org/sioc/ns#has_discussion".freeze,
193
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
598
194
  label: "discussion of".freeze,
599
- range: "sioc:Item".freeze,
600
- type: "owl:ObjectProperty".freeze
195
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
196
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
601
197
  property :earlier_version,
602
- comment: %(Links to a previous \(older\) revision of this Item or Post.).freeze,
603
- domain: "sioc:Item".freeze,
604
- inverseOf: "sioc:later_version".freeze,
605
- isDefinedBy: "sioc:".freeze,
198
+ comment: "Links to a previous (older) revision of this Item or Post.".freeze,
199
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
200
+ inverseOf: "http://rdfs.org/sioc/ns#later_version".freeze,
201
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
606
202
  label: "earlier version".freeze,
607
- range: "sioc:Item".freeze,
608
- type: "owl:TransitiveProperty".freeze
203
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
204
+ type: "http://www.w3.org/2002/07/owl#TransitiveProperty".freeze
609
205
  property :email,
610
- comment: %(An electronic mail address of the UserAccount.).freeze,
611
- domain: "sioc:UserAccount".freeze,
612
- isDefinedBy: "sioc:".freeze,
206
+ comment: "An electronic mail address of the UserAccount.".freeze,
207
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
208
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
613
209
  label: "email".freeze,
614
- type: "owl:ObjectProperty".freeze
210
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
615
211
  property :email_sha1,
616
- comment: %(An electronic mail address of the UserAccount, encoded using SHA1.).freeze,
617
- domain: "sioc:UserAccount".freeze,
618
- isDefinedBy: "sioc:".freeze,
212
+ comment: "An electronic mail address of the UserAccount, encoded using SHA1.".freeze,
213
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
214
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
619
215
  label: "email sha1".freeze,
620
- range: "rdfs:Literal".freeze,
621
- type: "owl:DatatypeProperty".freeze
216
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
217
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
622
218
  property :embeds_knowledge,
623
- comment: %(This links Items to embedded statements, facts and structured content.).freeze,
624
- domain: "sioc:Item".freeze,
625
- isDefinedBy: "sioc:".freeze,
219
+ comment: "This links Items to embedded statements, facts and structured content.".freeze,
220
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
221
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
626
222
  label: "embeds knowledge".freeze,
627
223
  range: "http://www.w3.org/2004/03/trix/rdfg-1/Graph".freeze,
628
- type: "owl:ObjectProperty".freeze
224
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
629
225
  property :feed,
630
- comment: %(A feed \(e.g. RSS, Atom, etc.\) pertaining to this resource \(e.g. for a Forum, Site, UserAccount, etc.\).).freeze,
631
- isDefinedBy: "sioc:".freeze,
226
+ comment: "A feed (e.g. RSS, Atom, etc.) pertaining to this resource (e.g. for a Forum, Site, UserAccount, etc.).".freeze,
227
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
632
228
  label: "feed".freeze,
633
- type: "owl:ObjectProperty".freeze
229
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
634
230
  property :first_name,
635
- comment: %(First \(real\) name of this User. Synonyms include given name or christian name.).freeze,
636
- domain: "sioc:UserAccount".freeze,
637
- isDefinedBy: "sioc:".freeze,
231
+ comment: "First (real) name of this User. Synonyms include given name or christian name.".freeze,
232
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
233
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use foaf:name or foaf:firstName from the FOAF vocabulary instead.".freeze,
234
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
638
235
  label: "first name".freeze,
639
- "owl:versionInfo": "This property is deprecated. Use foaf:name or foaf:firstName from the FOAF vocabulary instead.".freeze,
640
- range: "rdfs:Literal".freeze,
641
- type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
236
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
237
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
642
238
  property :follows,
643
- comment: %(Indicates that one UserAccount follows another UserAccount \(e.g. for microblog posts or other content item updates\).).freeze,
644
- domain: "sioc:UserAccount".freeze,
645
- isDefinedBy: "sioc:".freeze,
239
+ comment: "Indicates that one UserAccount follows another UserAccount (e.g. for microblog posts or other content item updates).".freeze,
240
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
241
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
646
242
  label: "follows".freeze,
647
- range: "sioc:UserAccount".freeze,
648
- type: "owl:ObjectProperty".freeze
243
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
244
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
649
245
  property :function_of,
650
- comment: %(A UserAccount that has this Role.).freeze,
651
- domain: "sioc:Role".freeze,
652
- inverseOf: "sioc:has_function".freeze,
653
- isDefinedBy: "sioc:".freeze,
246
+ comment: "A UserAccount that has this Role.".freeze,
247
+ domain: "http://rdfs.org/sioc/ns#Role".freeze,
248
+ inverseOf: "http://rdfs.org/sioc/ns#has_function".freeze,
249
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
654
250
  label: "function of".freeze,
655
- type: "owl:ObjectProperty".freeze
251
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
656
252
  property :generator,
657
- comment: %(A URI for the application used to generate this Item.).freeze,
658
- domain: "sioc:Item".freeze,
659
- isDefinedBy: "sioc:".freeze,
253
+ comment: "A URI for the application used to generate this Item.".freeze,
254
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
255
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
660
256
  label: "generator".freeze,
661
- type: "owl:ObjectProperty".freeze
257
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
662
258
  property :group_of,
663
- inverseOf: "sioc:has_group".freeze,
259
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property has been renamed. Use sioc:usergroup_of instead.".freeze,
260
+ inverseOf: "http://rdfs.org/sioc/ns#has_group".freeze,
664
261
  label: "group of".freeze,
665
- "owl:versionInfo": "This property has been renamed. Use sioc:usergroup_of instead.".freeze,
666
- type: ["owl:DeprecatedProperty".freeze, "owl:ObjectProperty".freeze]
262
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
667
263
  property :has_administrator,
668
- comment: %(A UserAccount that is an administrator of this Site.).freeze,
669
- domain: "sioc:Site".freeze,
670
- inverseOf: "sioc:administrator_of".freeze,
671
- isDefinedBy: "sioc:".freeze,
264
+ comment: "A UserAccount that is an administrator of this Site.".freeze,
265
+ domain: "http://rdfs.org/sioc/ns#Site".freeze,
266
+ inverseOf: "http://rdfs.org/sioc/ns#administrator_of".freeze,
267
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
672
268
  label: "has administrator".freeze,
673
- range: "sioc:UserAccount".freeze,
674
- type: "owl:ObjectProperty".freeze
269
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
270
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
675
271
  property :has_container,
676
- comment: %(The Container to which this Item belongs.).freeze,
677
- domain: "sioc:Item".freeze,
678
- inverseOf: "sioc:container_of".freeze,
679
- isDefinedBy: "sioc:".freeze,
272
+ comment: "The Container to which this Item belongs.".freeze,
273
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
274
+ inverseOf: "http://rdfs.org/sioc/ns#container_of".freeze,
275
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
680
276
  label: "has container".freeze,
681
- range: "sioc:Container".freeze,
682
- subPropertyOf: "dc:partOf".freeze,
683
- type: "owl:ObjectProperty".freeze
277
+ range: "http://rdfs.org/sioc/ns#Container".freeze,
278
+ subPropertyOf: "http://purl.org/dc/terms/partOf".freeze,
279
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
684
280
  property :has_creator,
685
- comment: %(This is the UserAccount that made this resource.).freeze,
686
- inverseOf: "sioc:creator_of".freeze,
687
- isDefinedBy: "sioc:".freeze,
281
+ comment: "This is the UserAccount that made this resource.".freeze,
282
+ inverseOf: "http://rdfs.org/sioc/ns#creator_of".freeze,
283
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
688
284
  label: "has creator".freeze,
689
- range: "sioc:UserAccount".freeze,
690
- type: "owl:ObjectProperty".freeze
285
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
286
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
691
287
  property :has_discussion,
692
- comment: %(A discussion that is related to this Item. The discussion can be anything, for example, a sioc:Forum or sioc:Thread, a sioct:WikiArticle or simply a foaf:Document.).freeze,
693
- domain: "sioc:Item".freeze,
694
- inverseOf: "sioc:discussion_of".freeze,
695
- isDefinedBy: "sioc:".freeze,
288
+ comment: "A discussion that is related to this Item. The discussion can be anything, for example, a sioc:Forum or sioc:Thread, a sioct:WikiArticle or simply a foaf:Document.".freeze,
289
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
290
+ inverseOf: "http://rdfs.org/sioc/ns#discussion_of".freeze,
291
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
696
292
  label: "has discussion".freeze,
697
- type: "owl:ObjectProperty".freeze
293
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
698
294
  property :has_function,
699
- comment: %(A Role that this UserAccount has.).freeze,
700
- inverseOf: "sioc:function_of".freeze,
701
- isDefinedBy: "sioc:".freeze,
295
+ comment: "A Role that this UserAccount has.".freeze,
296
+ inverseOf: "http://rdfs.org/sioc/ns#function_of".freeze,
297
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
702
298
  label: "has function".freeze,
703
- range: "sioc:Role".freeze,
704
- type: "owl:ObjectProperty".freeze
299
+ range: "http://rdfs.org/sioc/ns#Role".freeze,
300
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
705
301
  property :has_group,
706
- inverseOf: "sioc:group_of".freeze,
302
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property has been renamed. Use sioc:has_usergroup instead.".freeze,
303
+ inverseOf: "http://rdfs.org/sioc/ns#group_of".freeze,
707
304
  label: "has group".freeze,
708
- "owl:versionInfo": "This property has been renamed. Use sioc:has_usergroup instead.".freeze,
709
- type: ["owl:DeprecatedProperty".freeze, "owl:ObjectProperty".freeze]
305
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
710
306
  property :has_host,
711
- comment: %(The Site that hosts this Container.).freeze,
712
- domain: "sioc:Container".freeze,
713
- inverseOf: "sioc:host_of".freeze,
714
- isDefinedBy: "sioc:".freeze,
307
+ comment: "The Site that hosts this Container.".freeze,
308
+ domain: "http://rdfs.org/sioc/ns#Container".freeze,
309
+ inverseOf: "http://rdfs.org/sioc/ns#host_of".freeze,
310
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
715
311
  label: "has host".freeze,
716
- range: "sioc:Site".freeze,
717
- subPropertyOf: "sioc:has_space".freeze,
718
- type: "owl:ObjectProperty".freeze
312
+ range: "http://rdfs.org/sioc/ns#Site".freeze,
313
+ subPropertyOf: "http://rdfs.org/sioc/ns#has_space".freeze,
314
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
719
315
  property :has_member,
720
- comment: %(A UserAccount that is a member of this Usergroup.).freeze,
721
- domain: "sioc:Usergroup".freeze,
722
- inverseOf: "sioc:member_of".freeze,
723
- isDefinedBy: "sioc:".freeze,
316
+ comment: "A UserAccount that is a member of this Usergroup.".freeze,
317
+ domain: "http://rdfs.org/sioc/ns#Usergroup".freeze,
318
+ inverseOf: "http://rdfs.org/sioc/ns#member_of".freeze,
319
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
724
320
  label: "has member".freeze,
725
- range: "sioc:UserAccount".freeze,
726
- type: "owl:ObjectProperty".freeze
321
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
322
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
727
323
  property :has_moderator,
728
- comment: %(A UserAccount that is a moderator of this Forum.).freeze,
729
- domain: "sioc:Forum".freeze,
730
- inverseOf: "sioc:moderator_of".freeze,
731
- isDefinedBy: "sioc:".freeze,
324
+ comment: "A UserAccount that is a moderator of this Forum.".freeze,
325
+ domain: "http://rdfs.org/sioc/ns#Forum".freeze,
326
+ inverseOf: "http://rdfs.org/sioc/ns#moderator_of".freeze,
327
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
732
328
  label: "has moderator".freeze,
733
- range: "sioc:UserAccount".freeze,
734
- type: "owl:ObjectProperty".freeze
329
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
330
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
735
331
  property :has_modifier,
736
- comment: %(A UserAccount that modified this resource \(e.g. Item, Container, Space\).).freeze,
737
- inverseOf: "sioc:modifier_of".freeze,
738
- isDefinedBy: "sioc:".freeze,
332
+ comment: "A UserAccount that modified this resource (e.g. Item, Container, Space).".freeze,
333
+ inverseOf: "http://rdfs.org/sioc/ns#modifier_of".freeze,
334
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
739
335
  label: "has modifier".freeze,
740
- range: "sioc:UserAccount".freeze,
741
- type: "owl:ObjectProperty".freeze
336
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
337
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
742
338
  property :has_owner,
743
- comment: %(A UserAccount that this resource is owned by.).freeze,
744
- inverseOf: "sioc:owner_of".freeze,
745
- isDefinedBy: "sioc:".freeze,
339
+ comment: "A UserAccount that this resource is owned by.".freeze,
340
+ inverseOf: "http://rdfs.org/sioc/ns#owner_of".freeze,
341
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
746
342
  label: "has owner".freeze,
747
- range: "sioc:UserAccount".freeze,
748
- type: "owl:ObjectProperty".freeze
343
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
344
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
749
345
  property :has_parent,
750
- comment: %(A Container or Forum that this Container or Forum is a child of.).freeze,
751
- domain: "sioc:Container".freeze,
752
- inverseOf: "sioc:parent_of".freeze,
753
- isDefinedBy: "sioc:".freeze,
346
+ comment: "A Container or Forum that this Container or Forum is a child of.".freeze,
347
+ domain: "http://rdfs.org/sioc/ns#Container".freeze,
348
+ inverseOf: "http://rdfs.org/sioc/ns#parent_of".freeze,
349
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
754
350
  label: "has parent".freeze,
755
- range: "sioc:Container".freeze,
756
- subPropertyOf: "dc:partOf".freeze,
757
- type: "owl:ObjectProperty".freeze
351
+ range: "http://rdfs.org/sioc/ns#Container".freeze,
352
+ subPropertyOf: "http://purl.org/dc/terms/partOf".freeze,
353
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
758
354
  property :has_part,
759
- comment: %(An resource that is a part of this subject.).freeze,
760
- inverseOf: "sioc:part_of".freeze,
761
- isDefinedBy: "sioc:".freeze,
355
+ comment: "An resource that is a part of this subject.".freeze,
356
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use dcterms:hasPart from the Dublin Core ontology instead.".freeze,
357
+ inverseOf: "http://rdfs.org/sioc/ns#part_of".freeze,
358
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
762
359
  label: "has part".freeze,
763
- "owl:versionInfo": "This property is deprecated. Use dcterms:hasPart from the Dublin Core ontology instead.".freeze,
764
- type: ["owl:DeprecatedProperty".freeze, "owl:ObjectProperty".freeze]
360
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
765
361
  property :has_reply,
766
- comment: %(Points to an Item or Post that is a reply or response to this Item or Post.).freeze,
767
- domain: "sioc:Item".freeze,
768
- inverseOf: "sioc:reply_of".freeze,
769
- isDefinedBy: "sioc:".freeze,
362
+ comment: "Points to an Item or Post that is a reply or response to this Item or Post.".freeze,
363
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
364
+ inverseOf: "http://rdfs.org/sioc/ns#reply_of".freeze,
365
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
770
366
  label: "has reply".freeze,
771
- range: "sioc:Item".freeze,
772
- subPropertyOf: "sioc:related_to".freeze,
773
- type: "owl:ObjectProperty".freeze
367
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
368
+ subPropertyOf: "http://rdfs.org/sioc/ns#related_to".freeze,
369
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
774
370
  property :has_scope,
775
- comment: %(A resource that this Role applies to.).freeze,
776
- domain: "sioc:Role".freeze,
777
- inverseOf: "sioc:scope_of".freeze,
778
- isDefinedBy: "sioc:".freeze,
371
+ comment: "A resource that this Role applies to.".freeze,
372
+ domain: "http://rdfs.org/sioc/ns#Role".freeze,
373
+ inverseOf: "http://rdfs.org/sioc/ns#scope_of".freeze,
374
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
779
375
  label: "has scope".freeze,
780
- type: "owl:ObjectProperty".freeze
376
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
781
377
  property :has_space,
782
- comment: %(A data Space which this resource is a part of.).freeze,
783
- inverseOf: "sioc:space_of".freeze,
784
- isDefinedBy: "sioc:".freeze,
378
+ comment: "A data Space which this resource is a part of.".freeze,
379
+ inverseOf: "http://rdfs.org/sioc/ns#space_of".freeze,
380
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
785
381
  label: "has space".freeze,
786
- range: "sioc:Space".freeze,
787
- subPropertyOf: "dc:partOf".freeze,
788
- type: "owl:ObjectProperty".freeze
382
+ range: "http://rdfs.org/sioc/ns#Space".freeze,
383
+ subPropertyOf: "http://purl.org/dc/terms/partOf".freeze,
384
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
789
385
  property :has_subscriber,
790
- comment: %(A UserAccount that is subscribed to this Container.).freeze,
791
- domain: "sioc:Container".freeze,
792
- inverseOf: "sioc:subscriber_of".freeze,
793
- isDefinedBy: "sioc:".freeze,
386
+ comment: "A UserAccount that is subscribed to this Container.".freeze,
387
+ domain: "http://rdfs.org/sioc/ns#Container".freeze,
388
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/ns#feed".freeze,
389
+ inverseOf: "http://rdfs.org/sioc/ns#subscriber_of".freeze,
390
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
794
391
  label: "has subscriber".freeze,
795
- range: "sioc:UserAccount".freeze,
796
- "rdfs:seeAlso": "sioc:feed".freeze,
797
- type: "owl:ObjectProperty".freeze
392
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
393
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
798
394
  property :has_usergroup,
799
- comment: %(Points to a Usergroup that has certain access to this Space.).freeze,
800
- domain: "sioc:Space".freeze,
801
- inverseOf: "sioc:usergroup_of".freeze,
802
- isDefinedBy: "sioc:".freeze,
395
+ comment: "Points to a Usergroup that has certain access to this Space.".freeze,
396
+ domain: "http://rdfs.org/sioc/ns#Space".freeze,
397
+ inverseOf: "http://rdfs.org/sioc/ns#usergroup_of".freeze,
398
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
803
399
  label: "has usergroup".freeze,
804
- range: "sioc:Usergroup".freeze,
805
- type: "owl:ObjectProperty".freeze
400
+ range: "http://rdfs.org/sioc/ns#Usergroup".freeze,
401
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
806
402
  property :host_of,
807
- comment: %(A Container that is hosted on this Site.).freeze,
808
- domain: "sioc:Site".freeze,
809
- inverseOf: "sioc:has_host".freeze,
810
- isDefinedBy: "sioc:".freeze,
403
+ comment: "A Container that is hosted on this Site.".freeze,
404
+ domain: "http://rdfs.org/sioc/ns#Site".freeze,
405
+ inverseOf: "http://rdfs.org/sioc/ns#has_host".freeze,
406
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
811
407
  label: "host of".freeze,
812
- range: "sioc:Container".freeze,
813
- subPropertyOf: "sioc:space_of".freeze,
814
- type: "owl:ObjectProperty".freeze
408
+ range: "http://rdfs.org/sioc/ns#Container".freeze,
409
+ subPropertyOf: "http://rdfs.org/sioc/ns#space_of".freeze,
410
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
815
411
  property :id,
816
- comment: %(An identifier of a SIOC concept instance. For example, a user ID. Must be unique for instances of each type of SIOC concept within the same site.).freeze,
817
- isDefinedBy: "sioc:".freeze,
412
+ comment: "An identifier of a SIOC concept instance. For example, a user ID. Must be unique for instances of each type of SIOC concept within the same site.".freeze,
413
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
818
414
  label: "id".freeze,
819
- range: "rdfs:Literal".freeze,
820
- type: "owl:DatatypeProperty".freeze
415
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
416
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
821
417
  property :ip_address,
822
- comment: %(The IP address used when creating this Item, UserAccount, etc. This can be associated with a creator. Some wiki articles list the IP addresses for the creator or modifiers when the usernames are absent.).freeze,
823
- isDefinedBy: "sioc:".freeze,
418
+ comment: "The IP address used when creating this Item, UserAccount, etc. This can be associated with a creator. Some wiki articles list the IP addresses for the creator or modifiers when the usernames are absent.".freeze,
419
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
824
420
  label: "ip address".freeze,
825
- range: "rdfs:Literal".freeze,
826
- type: "owl:DatatypeProperty".freeze
421
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
422
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
827
423
  property :last_activity_date,
828
- comment: %(The date and time of the last activity associated with a SIOC concept instance, and expressed in ISO 8601 format. This could be due to a reply Post or Comment, a modification to an Item, etc.).freeze,
829
- isDefinedBy: "sioc:".freeze,
424
+ comment: "The date and time of the last activity associated with a SIOC concept instance, and expressed in ISO 8601 format. This could be due to a reply Post or Comment, a modification to an Item, etc.".freeze,
425
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
830
426
  label: "last activity date".freeze,
831
- range: "rdfs:Literal".freeze,
832
- subPropertyOf: "dc:date".freeze,
833
- type: "owl:DatatypeProperty".freeze
427
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
428
+ subPropertyOf: "http://purl.org/dc/terms/date".freeze,
429
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
834
430
  property :last_item_date,
835
- comment: %(The date and time of the last Post \(or Item\) in a Forum \(or a Container\), in ISO 8601 format.).freeze,
836
- domain: "sioc:Container".freeze,
837
- isDefinedBy: "sioc:".freeze,
431
+ comment: "The date and time of the last Post (or Item) in a Forum (or a Container), in ISO 8601 format.".freeze,
432
+ domain: "http://rdfs.org/sioc/ns#Container".freeze,
433
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
838
434
  label: "last item date".freeze,
839
- range: "rdfs:Literal".freeze,
840
- subPropertyOf: "dc:date".freeze,
841
- type: "owl:DatatypeProperty".freeze
435
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
436
+ subPropertyOf: "http://purl.org/dc/terms/date".freeze,
437
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
842
438
  property :last_name,
843
- comment: %(Last \(real\) name of this user. Synonyms include surname or family name.).freeze,
844
- domain: "sioc:UserAccount".freeze,
845
- isDefinedBy: "sioc:".freeze,
439
+ comment: "Last (real) name of this user. Synonyms include surname or family name.".freeze,
440
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
441
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use foaf:name or foaf:surname from the FOAF vocabulary instead.".freeze,
442
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
846
443
  label: "last name".freeze,
847
- "owl:versionInfo": "This property is deprecated. Use foaf:name or foaf:surname from the FOAF vocabulary instead.".freeze,
848
- range: "rdfs:Literal".freeze,
849
- type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
444
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
445
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
850
446
  property :last_reply_date,
851
- comment: %(The date and time of the last reply Post or Comment, which could be associated with a starter Item or Post or with a Thread, and expressed in ISO 8601 format.).freeze,
852
- isDefinedBy: "sioc:".freeze,
447
+ comment: "The date and time of the last reply Post or Comment, which could be associated with a starter Item or Post or with a Thread, and expressed in ISO 8601 format.".freeze,
448
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
853
449
  label: "last reply date".freeze,
854
- range: "rdfs:Literal".freeze,
855
- subPropertyOf: "dc:date".freeze,
856
- type: "owl:DatatypeProperty".freeze
450
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
451
+ subPropertyOf: "http://purl.org/dc/terms/date".freeze,
452
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
857
453
  property :later_version,
858
- comment: %(Links to a later \(newer\) revision of this Item or Post.).freeze,
859
- domain: "sioc:Item".freeze,
860
- inverseOf: "sioc:earlier_version".freeze,
861
- isDefinedBy: "sioc:".freeze,
454
+ comment: "Links to a later (newer) revision of this Item or Post.".freeze,
455
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
456
+ inverseOf: "http://rdfs.org/sioc/ns#earlier_version".freeze,
457
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
862
458
  label: "later version".freeze,
863
- range: "sioc:Item".freeze,
864
- type: "owl:TransitiveProperty".freeze
459
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
460
+ type: "http://www.w3.org/2002/07/owl#TransitiveProperty".freeze
865
461
  property :latest_version,
866
- comment: %(Links to the latest revision of this Item or Post.).freeze,
867
- domain: "sioc:Item".freeze,
868
- isDefinedBy: "sioc:".freeze,
462
+ comment: "Links to the latest revision of this Item or Post.".freeze,
463
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
464
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
869
465
  label: "latest version".freeze,
870
- range: "sioc:Item".freeze,
871
- type: "owl:ObjectProperty".freeze
466
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
467
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
872
468
  property :likes,
873
- comment: %(Used to indicate some form of endorsement by a UserAccount or Agent of an Item, Container, Space, UserAccount, etc.).freeze,
874
- isDefinedBy: "sioc:".freeze,
469
+ comment: "Used to indicate some form of endorsement by a UserAccount or Agent of an Item, Container, Space, UserAccount, etc.".freeze,
470
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
875
471
  label: "likes".freeze,
876
- type: "owl:ObjectProperty".freeze
472
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
877
473
  property :link,
878
- comment: %(A URI of a document which contains this SIOC object.).freeze,
879
- isDefinedBy: "sioc:".freeze,
474
+ comment: "A URI of a document which contains this SIOC object.".freeze,
475
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
880
476
  label: "link".freeze,
881
- type: "owl:ObjectProperty".freeze
477
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
882
478
  property :links_to,
883
- comment: %(Links extracted from hyperlinks within a SIOC concept, e.g. Post or Site.).freeze,
884
- isDefinedBy: "sioc:".freeze,
479
+ comment: "Links extracted from hyperlinks within a SIOC concept, e.g. Post or Site.".freeze,
480
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
885
481
  label: "links to".freeze,
886
- subPropertyOf: "dc:references".freeze,
887
- type: "owl:ObjectProperty".freeze
482
+ subPropertyOf: "http://purl.org/dc/terms/references".freeze,
483
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
888
484
  property :member_of,
889
- comment: %(A Usergroup that this UserAccount is a member of.).freeze,
890
- domain: "sioc:UserAccount".freeze,
891
- inverseOf: "sioc:has_member".freeze,
892
- isDefinedBy: "sioc:".freeze,
485
+ comment: "A Usergroup that this UserAccount is a member of.".freeze,
486
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
487
+ inverseOf: "http://rdfs.org/sioc/ns#has_member".freeze,
488
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
893
489
  label: "member of".freeze,
894
- range: "sioc:Usergroup".freeze,
895
- type: "owl:ObjectProperty".freeze
490
+ range: "http://rdfs.org/sioc/ns#Usergroup".freeze,
491
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
896
492
  property :mentions,
897
- comment: %(Refers to a UserAccount that a particular Item mentions.).freeze,
898
- domain: "sioc:Item".freeze,
899
- isDefinedBy: "sioc:".freeze,
493
+ comment: "Refers to a UserAccount that a particular Item mentions.".freeze,
494
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
495
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
900
496
  label: "mentions".freeze,
901
- range: "sioc:UserAccount".freeze,
902
- type: "owl:ObjectProperty".freeze
497
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
498
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
903
499
  property :moderator_of,
904
- comment: %(A Forum that a UserAccount is a moderator of.).freeze,
905
- domain: "sioc:UserAccount".freeze,
906
- inverseOf: "sioc:has_moderator".freeze,
907
- isDefinedBy: "sioc:".freeze,
500
+ comment: "A Forum that a UserAccount is a moderator of.".freeze,
501
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
502
+ inverseOf: "http://rdfs.org/sioc/ns#has_moderator".freeze,
503
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
908
504
  label: "moderator of".freeze,
909
- range: "sioc:Forum".freeze,
910
- type: "owl:ObjectProperty".freeze
505
+ range: "http://rdfs.org/sioc/ns#Forum".freeze,
506
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
911
507
  property :modified_at,
912
- comment: %(When this was modified, in ISO 8601 format.).freeze,
913
- domain: "sioc:Post".freeze,
914
- isDefinedBy: "sioc:".freeze,
508
+ comment: "When this was modified, in ISO 8601 format.".freeze,
509
+ domain: "http://rdfs.org/sioc/ns#Post".freeze,
510
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use dcterms:modified from the Dublin Core ontology instead.".freeze,
511
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
915
512
  label: "modified at".freeze,
916
- "owl:versionInfo": "This property is deprecated. Use dcterms:modified from the Dublin Core ontology instead.".freeze,
917
- range: "rdfs:Literal".freeze,
918
- type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
513
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
514
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
919
515
  property :modifier_of,
920
- comment: %(A resource that this UserAccount has modified.).freeze,
921
- domain: "sioc:UserAccount".freeze,
922
- inverseOf: "sioc:has_modifier".freeze,
923
- isDefinedBy: "sioc:".freeze,
516
+ comment: "A resource that this UserAccount has modified.".freeze,
517
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
518
+ inverseOf: "http://rdfs.org/sioc/ns#has_modifier".freeze,
519
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
924
520
  label: "modifier of".freeze,
925
- type: "owl:ObjectProperty".freeze
521
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
926
522
  property :name,
927
- comment: %(The name of a SIOC concept instance, e.g. a username for a UserAccount, group name for a Usergroup, etc.).freeze,
928
- isDefinedBy: "sioc:".freeze,
523
+ comment: "The name of a SIOC concept instance, e.g. a username for a UserAccount, group name for a Usergroup, etc.".freeze,
524
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
929
525
  label: "name".freeze,
930
- range: "rdfs:Literal".freeze,
931
- type: "owl:DatatypeProperty".freeze
526
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
527
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
932
528
  property :next_by_date,
933
- comment: %(Next Item or Post in a given Container sorted by date.).freeze,
934
- domain: "sioc:Item".freeze,
935
- inverseOf: "sioc:previous_by_date".freeze,
936
- isDefinedBy: "sioc:".freeze,
529
+ comment: "Next Item or Post in a given Container sorted by date.".freeze,
530
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
531
+ inverseOf: "http://rdfs.org/sioc/ns#previous_by_date".freeze,
532
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
937
533
  label: "next by date".freeze,
938
- range: "sioc:Item".freeze,
939
- type: "owl:ObjectProperty".freeze
534
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
535
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
940
536
  property :next_version,
941
- comment: %(Links to the next revision of this Item or Post.).freeze,
942
- domain: "sioc:Item".freeze,
943
- inverseOf: "sioc:previous_version".freeze,
944
- isDefinedBy: "sioc:".freeze,
537
+ comment: "Links to the next revision of this Item or Post.".freeze,
538
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
539
+ inverseOf: "http://rdfs.org/sioc/ns#previous_version".freeze,
540
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
945
541
  label: "next version".freeze,
946
- range: "sioc:Item".freeze,
947
- subPropertyOf: "sioc:later_version".freeze,
948
- type: "owl:ObjectProperty".freeze
542
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
543
+ subPropertyOf: "http://rdfs.org/sioc/ns#later_version".freeze,
544
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
949
545
  property :note,
950
- comment: %(A note associated with this resource, for example, if it has been edited by a UserAccount.).freeze,
951
- isDefinedBy: "sioc:".freeze,
546
+ comment: "A note associated with this resource, for example, if it has been edited by a UserAccount.".freeze,
547
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
952
548
  label: "note".freeze,
953
- range: "rdfs:Literal".freeze,
954
- type: "owl:DatatypeProperty".freeze
549
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
550
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
955
551
  property :num_authors,
956
- comment: %(The number of unique authors \(UserAccounts and unregistered posters\) who have contributed to this Item, Thread, Post, etc.).freeze,
957
- isDefinedBy: "sioc:".freeze,
552
+ comment: "The number of unique authors (UserAccounts and unregistered posters) who have contributed to this Item, Thread, Post, etc.".freeze,
553
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
958
554
  label: "num authors".freeze,
959
- range: "xsd:nonNegativeInteger".freeze,
960
- type: "owl:DatatypeProperty".freeze
555
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
556
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
961
557
  property :num_items,
962
- comment: %(The number of Posts \(or Items\) in a Forum \(or a Container\).).freeze,
963
- domain: "sioc:Container".freeze,
964
- isDefinedBy: "sioc:".freeze,
558
+ comment: "The number of Posts (or Items) in a Forum (or a Container).".freeze,
559
+ domain: "http://rdfs.org/sioc/ns#Container".freeze,
560
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
965
561
  label: "num items".freeze,
966
- range: "xsd:nonNegativeInteger".freeze,
967
- type: "owl:DatatypeProperty".freeze
562
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
563
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
968
564
  property :num_replies,
969
- comment: %(The number of replies that this Item, Thread, Post, etc. has. Useful for when the reply structure is absent.).freeze,
970
- isDefinedBy: "sioc:".freeze,
565
+ comment: "The number of replies that this Item, Thread, Post, etc. has. Useful for when the reply structure is absent.".freeze,
566
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
971
567
  label: "num replies".freeze,
972
- range: "xsd:nonNegativeInteger".freeze,
973
- type: "owl:DatatypeProperty".freeze
568
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
569
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
974
570
  property :num_threads,
975
- comment: %(The number of Threads \(AKA discussion topics\) in a Forum.).freeze,
976
- domain: "sioc:Forum".freeze,
977
- isDefinedBy: "sioc:".freeze,
571
+ comment: "The number of Threads (AKA discussion topics) in a Forum.".freeze,
572
+ domain: "http://rdfs.org/sioc/ns#Forum".freeze,
573
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
978
574
  label: "num threads".freeze,
979
- range: "xsd:nonNegativeInteger".freeze,
980
- type: "owl:DatatypeProperty".freeze
575
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
576
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
981
577
  property :num_views,
982
- comment: %(The number of times this Item, Thread, UserAccount profile, etc. has been viewed.).freeze,
983
- isDefinedBy: "sioc:".freeze,
578
+ comment: "The number of times this Item, Thread, UserAccount profile, etc. has been viewed.".freeze,
579
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
984
580
  label: "num views".freeze,
985
- range: "xsd:nonNegativeInteger".freeze,
986
- type: "owl:DatatypeProperty".freeze
581
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
582
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
987
583
  property :owner_of,
988
- comment: %(A resource owned by a particular UserAccount, for example, a weblog or image gallery.).freeze,
989
- domain: "sioc:UserAccount".freeze,
990
- inverseOf: "sioc:has_owner".freeze,
991
- isDefinedBy: "sioc:".freeze,
584
+ comment: "A resource owned by a particular UserAccount, for example, a weblog or image gallery.".freeze,
585
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
586
+ inverseOf: "http://rdfs.org/sioc/ns#has_owner".freeze,
587
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
992
588
  label: "owner of".freeze,
993
- type: "owl:ObjectProperty".freeze
589
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
994
590
  property :parent_of,
995
- comment: %(A child Container or Forum that this Container or Forum is a parent of.).freeze,
996
- domain: "sioc:Container".freeze,
997
- inverseOf: "sioc:has_parent".freeze,
998
- isDefinedBy: "sioc:".freeze,
591
+ comment: "A child Container or Forum that this Container or Forum is a parent of.".freeze,
592
+ domain: "http://rdfs.org/sioc/ns#Container".freeze,
593
+ inverseOf: "http://rdfs.org/sioc/ns#has_parent".freeze,
594
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
999
595
  label: "parent of".freeze,
1000
- range: "sioc:Container".freeze,
1001
- subPropertyOf: "dc:hasPart".freeze,
1002
- type: "owl:ObjectProperty".freeze
596
+ range: "http://rdfs.org/sioc/ns#Container".freeze,
597
+ subPropertyOf: "http://purl.org/dc/terms/hasPart".freeze,
598
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1003
599
  property :part_of,
1004
- comment: %(A resource that the subject is a part of.).freeze,
1005
- inverseOf: "sioc:has_part".freeze,
1006
- isDefinedBy: "sioc:".freeze,
600
+ comment: "A resource that the subject is a part of.".freeze,
601
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use dcterms:isPartOf from the Dublin Core ontology instead.".freeze,
602
+ inverseOf: "http://rdfs.org/sioc/ns#has_part".freeze,
603
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1007
604
  label: "part of".freeze,
1008
- "owl:versionInfo": "This property is deprecated. Use dcterms:isPartOf from the Dublin Core ontology instead.".freeze,
1009
- type: ["owl:DeprecatedProperty".freeze, "owl:ObjectProperty".freeze]
605
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
1010
606
  property :previous_by_date,
1011
- comment: %(Previous Item or Post in a given Container sorted by date.).freeze,
1012
- domain: "sioc:Item".freeze,
1013
- inverseOf: "sioc:next_by_date".freeze,
1014
- isDefinedBy: "sioc:".freeze,
607
+ comment: "Previous Item or Post in a given Container sorted by date.".freeze,
608
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
609
+ inverseOf: "http://rdfs.org/sioc/ns#next_by_date".freeze,
610
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1015
611
  label: "previous by date".freeze,
1016
- range: "sioc:Item".freeze,
1017
- type: "owl:ObjectProperty".freeze
612
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
613
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1018
614
  property :previous_version,
1019
- comment: %(Links to the previous revision of this Item or Post.).freeze,
1020
- domain: "sioc:Item".freeze,
1021
- inverseOf: "sioc:next_version".freeze,
1022
- isDefinedBy: "sioc:".freeze,
615
+ comment: "Links to the previous revision of this Item or Post.".freeze,
616
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
617
+ inverseOf: "http://rdfs.org/sioc/ns#next_version".freeze,
618
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1023
619
  label: "previous version".freeze,
1024
- range: "sioc:Item".freeze,
1025
- subPropertyOf: "sioc:earlier_version".freeze,
1026
- type: "owl:ObjectProperty".freeze
620
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
621
+ subPropertyOf: "http://rdfs.org/sioc/ns#earlier_version".freeze,
622
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1027
623
  property :read_at,
1028
- comment: %(When this was read, in ISO 8601 format.).freeze,
1029
- domain: "sioc:Item".freeze,
1030
- isDefinedBy: "sioc:".freeze,
624
+ comment: "When this was read, in ISO 8601 format.".freeze,
625
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
626
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1031
627
  label: "read at".freeze,
1032
- range: "rdfs:Literal".freeze,
1033
- type: ["owl:DatatypeProperty".freeze, "owl:ObjectProperty".freeze]
628
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
629
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
1034
630
  property :reference,
1035
- comment: %(Links either created explicitly or extracted implicitly on the HTML level from the Post.).freeze,
1036
- domain: "sioc:Post".freeze,
1037
- isDefinedBy: "sioc:".freeze,
631
+ comment: "Links either created explicitly or extracted implicitly on the HTML level from the Post.".freeze,
632
+ domain: "http://rdfs.org/sioc/ns#Post".freeze,
633
+ "http://www.w3.org/2002/07/owl#versionInfo": "Renamed to sioc:links_to.".freeze,
634
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1038
635
  label: "reference".freeze,
1039
- "owl:versionInfo": "Renamed to sioc:links_to.".freeze,
1040
- type: ["owl:DeprecatedProperty".freeze, "owl:ObjectProperty".freeze]
636
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
1041
637
  property :related_to,
1042
- comment: %(Related resources for this resource, e.g. for Posts, perhaps determined implicitly from topics or references.).freeze,
1043
- isDefinedBy: "sioc:".freeze,
638
+ comment: "Related resources for this resource, e.g. for Posts, perhaps determined implicitly from topics or references.".freeze,
639
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1044
640
  label: "related to".freeze,
1045
- type: "owl:ObjectProperty".freeze
641
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1046
642
  property :reply_of,
1047
- comment: %(Links to an Item or Post which this Item or Post is a reply to.).freeze,
1048
- domain: "sioc:Item".freeze,
1049
- inverseOf: "sioc:has_reply".freeze,
1050
- isDefinedBy: "sioc:".freeze,
643
+ comment: "Links to an Item or Post which this Item or Post is a reply to.".freeze,
644
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
645
+ inverseOf: "http://rdfs.org/sioc/ns#has_reply".freeze,
646
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1051
647
  label: "reply of".freeze,
1052
- range: "sioc:Item".freeze,
1053
- subPropertyOf: "sioc:related_to".freeze,
1054
- type: "owl:ObjectProperty".freeze
648
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
649
+ subPropertyOf: "http://rdfs.org/sioc/ns#related_to".freeze,
650
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1055
651
  property :respond_to,
1056
- comment: %(For the reply-to address set in email messages, IMs, etc. The property name was chosen to avoid confusion with has_reply/reply_of \(the reply graph\).).freeze,
1057
- domain: "sioc:Item".freeze,
1058
- isDefinedBy: "sioc:".freeze,
652
+ comment: "For the reply-to address set in email messages, IMs, etc. The property name was chosen to avoid confusion with has_reply/reply_of (the reply graph).".freeze,
653
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
654
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1059
655
  label: "respond to".freeze,
1060
- type: "owl:ObjectProperty".freeze
656
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1061
657
  property :scope_of,
1062
- comment: %(A Role that has a scope of this resource.).freeze,
1063
- inverseOf: "sioc:has_scope".freeze,
1064
- isDefinedBy: "sioc:".freeze,
658
+ comment: "A Role that has a scope of this resource.".freeze,
659
+ inverseOf: "http://rdfs.org/sioc/ns#has_scope".freeze,
660
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1065
661
  label: "scope of".freeze,
1066
- range: "sioc:Role".freeze,
1067
- type: "owl:ObjectProperty".freeze
662
+ range: "http://rdfs.org/sioc/ns#Role".freeze,
663
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1068
664
  property :shared_by,
1069
- comment: %(For shared Items where there is a certain creator_of and an intermediary who shares or forwards it \(e.g. as a sibling Item\).).freeze,
1070
- domain: "sioc:Item".freeze,
1071
- isDefinedBy: "sioc:".freeze,
665
+ comment: "For shared Items where there is a certain creator_of and an intermediary who shares or forwards it (e.g. as a sibling Item).".freeze,
666
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
667
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/ns#sibling".freeze,
668
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1072
669
  label: "shared by".freeze,
1073
- range: "sioc:UserAccount".freeze,
1074
- "rdfs:seeAlso": "sioc:sibling".freeze,
1075
- type: "owl:ObjectProperty".freeze
670
+ range: "http://rdfs.org/sioc/ns#UserAccount".freeze,
671
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1076
672
  property :sibling,
1077
- comment: %(An Item may have a sibling or a twin that exists in a different Container, but the siblings may differ in some small way \(for example, language, category, etc.\). The sibling of this Item should be self-describing \(that is, it should contain all available information\).).freeze,
1078
- domain: "sioc:Item".freeze,
1079
- isDefinedBy: "sioc:".freeze,
673
+ comment: "An Item may have a sibling or a twin that exists in a different Container, but the siblings may differ in some small way (for example, language, category, etc.). The sibling of this Item should be self-describing (that is, it should contain all available information).".freeze,
674
+ domain: "http://rdfs.org/sioc/ns#Item".freeze,
675
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1080
676
  label: "sibling".freeze,
1081
- range: "sioc:Item".freeze,
1082
- type: "owl:SymmetricProperty".freeze
677
+ range: "http://rdfs.org/sioc/ns#Item".freeze,
678
+ type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
1083
679
  property :space_of,
1084
- comment: %(A resource which belongs to this data Space.).freeze,
1085
- domain: "sioc:Space".freeze,
1086
- inverseOf: "sioc:has_space".freeze,
1087
- isDefinedBy: "sioc:".freeze,
680
+ comment: "A resource which belongs to this data Space.".freeze,
681
+ domain: "http://rdfs.org/sioc/ns#Space".freeze,
682
+ inverseOf: "http://rdfs.org/sioc/ns#has_space".freeze,
683
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1088
684
  label: "space of".freeze,
1089
- subPropertyOf: "dc:hasPart".freeze,
1090
- type: "owl:ObjectProperty".freeze
685
+ subPropertyOf: "http://purl.org/dc/terms/hasPart".freeze,
686
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1091
687
  property :subject,
1092
- comment: %(Keyword\(s\) describing subject of the Post.).freeze,
1093
- domain: "sioc:Post".freeze,
1094
- isDefinedBy: "sioc:".freeze,
688
+ comment: "Keyword(s) describing subject of the Post.".freeze,
689
+ domain: "http://rdfs.org/sioc/ns#Post".freeze,
690
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use dcterms:subject from the Dublin Core ontology for text keywords and sioc:topic if the subject can be represented by a URI instead.".freeze,
691
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1095
692
  label: "subject".freeze,
1096
- "owl:versionInfo": "This property is deprecated. Use dcterms:subject from the Dublin Core ontology for text keywords and sioc:topic if the subject can be represented by a URI instead.".freeze,
1097
- range: "rdfs:Literal".freeze,
1098
- type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
693
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
694
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
1099
695
  property :subscriber_of,
1100
- comment: %(A Container that a UserAccount is subscribed to.).freeze,
1101
- domain: "sioc:UserAccount".freeze,
1102
- inverseOf: "sioc:has_subscriber".freeze,
1103
- isDefinedBy: "sioc:".freeze,
696
+ comment: "A Container that a UserAccount is subscribed to.".freeze,
697
+ domain: "http://rdfs.org/sioc/ns#UserAccount".freeze,
698
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/ns#feed".freeze,
699
+ inverseOf: "http://rdfs.org/sioc/ns#has_subscriber".freeze,
700
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1104
701
  label: "subscriber of".freeze,
1105
- range: "sioc:Container".freeze,
1106
- "rdfs:seeAlso": "sioc:feed".freeze,
1107
- type: "owl:ObjectProperty".freeze
702
+ range: "http://rdfs.org/sioc/ns#Container".freeze,
703
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1108
704
  property :title,
1109
- comment: %(This is the title \(subject line\) of the Post. Note that for a Post within a threaded discussion that has no parents, it would detail the topic thread.).freeze,
1110
- domain: "sioc:Post".freeze,
1111
- isDefinedBy: "sioc:".freeze,
705
+ comment: "This is the title (subject line) of the Post. Note that for a Post within a threaded discussion that has no parents, it would detail the topic thread.".freeze,
706
+ domain: "http://rdfs.org/sioc/ns#Post".freeze,
707
+ "http://www.w3.org/2002/07/owl#versionInfo": "This property is deprecated. Use dcterms:title from the Dublin Core ontology instead.".freeze,
708
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1112
709
  label: "title".freeze,
1113
- "owl:versionInfo": "This property is deprecated. Use dcterms:title from the Dublin Core ontology instead.".freeze,
1114
- range: "rdfs:Literal".freeze,
1115
- type: ["owl:DatatypeProperty".freeze, "owl:DeprecatedProperty".freeze]
710
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
711
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
1116
712
  property :topic,
1117
- comment: %(A topic of interest, linking to the appropriate URI, e.g. in the Open Directory Project or of a SKOS category.).freeze,
1118
- isDefinedBy: "sioc:".freeze,
713
+ comment: "A topic of interest, linking to the appropriate URI, e.g. in the Open Directory Project or of a SKOS category.".freeze,
714
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1119
715
  label: "topic".freeze,
1120
- subPropertyOf: "dc:subject".freeze,
1121
- type: "owl:ObjectProperty".freeze
716
+ subPropertyOf: "http://purl.org/dc/terms/subject".freeze,
717
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1122
718
  property :usergroup_of,
1123
- comment: %(A Space that the Usergroup has access to.).freeze,
1124
- domain: "sioc:Usergroup".freeze,
1125
- inverseOf: "sioc:has_usergroup".freeze,
1126
- isDefinedBy: "sioc:".freeze,
719
+ comment: "A Space that the Usergroup has access to.".freeze,
720
+ domain: "http://rdfs.org/sioc/ns#Usergroup".freeze,
721
+ inverseOf: "http://rdfs.org/sioc/ns#has_usergroup".freeze,
722
+ isDefinedBy: "http://rdfs.org/sioc/ns#".freeze,
1127
723
  label: "usergroup of".freeze,
1128
- range: "sioc:Space".freeze,
1129
- type: "owl:ObjectProperty".freeze
724
+ range: "http://rdfs.org/sioc/ns#Space".freeze,
725
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1130
726
  end
1131
727
  end