rdf-vocab 3.1.10 → 3.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +13 -1
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1241 -2561
  8. data/lib/rdf/vocab/bibframe.rb +1241 -2561
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +72 -143
  12. data/lib/rdf/vocab/cnt.rb +51 -133
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3900 -14140
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +215 -382
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +197 -375
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +80 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +453 -1106
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +2824 -4424
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +216 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +131 -264
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +120 -201
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +1289 -1294
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +30 -63
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +8430 -18899
  66. data/lib/rdf/vocab/schemas.rb +8430 -18899
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. metadata +45 -25
@@ -3,109 +3,68 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://rdfs.org/sioc/services#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://rdfs.org/sioc/services#>
8
- # #
9
- # # SIOC Services Ontology Module Namespace
10
- # #
11
- # # Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining basic information on community-related web services.
12
- # # @see http://rdfs.org/sioc/spec/#sec-modules
13
- # class SiocServices < RDF::StrictVocabulary
14
- # # A Service is web service associated with a Site or part of it.
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :Service
17
- #
18
- # # A Service associated with this SIOC object.
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :has_service
21
- #
22
- # # Maximum number of results results returned by a web service.
23
- # # @return [RDF::Vocabulary::Term]
24
- # attr_reader :max_results
25
- #
26
- # # Format of results returned by a web service.
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :results_format
29
- #
30
- # # Links to a web service definition of this sioc:Service.
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :service_definition
33
- #
34
- # # URL of a web service endpoint.
35
- # # @return [RDF::Vocabulary::Term]
36
- # attr_reader :service_endpoint
37
- #
38
- # # A SIOC object this Service is associated with.
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :service_of
41
- #
42
- # # A protocol used by a web service. Possible protocol values include SOAP, REST, SPARQL-QUERY, GData and OpenSearch. These will be added to this module later.
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :service_protocol
45
- #
46
- # end
47
6
  SiocServices = Class.new(RDF::StrictVocabulary("http://rdfs.org/sioc/services#")) do
48
7
 
49
8
  # Ontology definition
50
9
  ontology :"http://rdfs.org/sioc/services#",
51
- "dc:description": "Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining basic information on community-related web services.".freeze,
52
- "dc:title": "SIOC Services Ontology Module Namespace".freeze,
53
- "owl:imports": "sioc:".freeze,
54
- "rdfs:seeAlso": "http://rdfs.org/sioc/spec/#sec-modules".freeze,
55
- type: ["owl:Ontology".freeze, "owl:Thing".freeze]
10
+ "http://purl.org/dc/terms/description": "Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining basic information on community-related web services.".freeze,
11
+ "http://purl.org/dc/terms/title": "SIOC Services Ontology Module Namespace".freeze,
12
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/spec/#sec-modules".freeze,
13
+ "http://www.w3.org/2002/07/owl#imports": "http://rdfs.org/sioc/ns#".freeze,
14
+ type: ["http://www.w3.org/2002/07/owl#Ontology".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
56
15
 
57
16
  # Class definitions
58
17
  term :Service,
59
18
  comment: "A Service is web service associated with a Site or part of it.".freeze,
60
- isDefinedBy: "siocservices:".freeze,
19
+ isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
61
20
  label: "Service".freeze,
62
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
21
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
63
22
 
64
23
  # Property definitions
65
24
  property :has_service,
66
25
  comment: "A Service associated with this SIOC object.".freeze,
67
- inverseOf: "siocservices:service_of".freeze,
68
- isDefinedBy: "siocservices:".freeze,
26
+ inverseOf: "http://rdfs.org/sioc/services#service_of".freeze,
27
+ isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
69
28
  label: "has service".freeze,
70
- range: "siocservices:Service".freeze,
71
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
29
+ range: "http://rdfs.org/sioc/services#Service".freeze,
30
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
72
31
  property :max_results,
73
32
  comment: "Maximum number of results results returned by a web service.".freeze,
74
- domain: "siocservices:Service".freeze,
75
- isDefinedBy: "siocservices:".freeze,
33
+ domain: "http://rdfs.org/sioc/services#Service".freeze,
34
+ isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
76
35
  label: "max results".freeze,
77
- range: "xsd:integer".freeze,
78
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
36
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
37
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
79
38
  property :results_format,
80
39
  comment: "Format of results returned by a web service.".freeze,
81
- domain: "siocservices:Service".freeze,
82
- isDefinedBy: "siocservices:".freeze,
40
+ domain: "http://rdfs.org/sioc/services#Service".freeze,
41
+ isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
83
42
  label: "results format".freeze,
84
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
43
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
85
44
  property :service_definition,
86
45
  comment: "Links to a web service definition of this sioc:Service.".freeze,
87
- domain: "siocservices:Service".freeze,
88
- isDefinedBy: "siocservices:".freeze,
46
+ domain: "http://rdfs.org/sioc/services#Service".freeze,
47
+ isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
89
48
  label: "service definition".freeze,
90
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
49
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
91
50
  property :service_endpoint,
92
51
  comment: "URL of a web service endpoint.".freeze,
93
- domain: "siocservices:Service".freeze,
94
- isDefinedBy: "siocservices:".freeze,
52
+ domain: "http://rdfs.org/sioc/services#Service".freeze,
53
+ isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
95
54
  label: "service endpoint".freeze,
96
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
55
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
97
56
  property :service_of,
98
57
  comment: "A SIOC object this Service is associated with.".freeze,
99
- domain: "siocservices:Service".freeze,
100
- inverseOf: "siocservices:has_service".freeze,
101
- isDefinedBy: "siocservices:".freeze,
58
+ domain: "http://rdfs.org/sioc/services#Service".freeze,
59
+ inverseOf: "http://rdfs.org/sioc/services#has_service".freeze,
60
+ isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
102
61
  label: "service of".freeze,
103
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
62
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
104
63
  property :service_protocol,
105
64
  comment: "A protocol used by a web service. Possible protocol values include SOAP, REST, SPARQL-QUERY, GData and OpenSearch. These will be added to this module later.".freeze,
106
- domain: "siocservices:Service".freeze,
107
- isDefinedBy: "siocservices:".freeze,
65
+ domain: "http://rdfs.org/sioc/services#Service".freeze,
66
+ isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
108
67
  label: "service protocol".freeze,
109
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
68
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
110
69
  end
111
70
  end
@@ -3,432 +3,271 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://rdfs.org/sioc/types#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://rdfs.org/sioc/types#>
8
- # #
9
- # # SIOC Types Ontology Module Namespace
10
- # #
11
- # # Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining subclasses and subproperties of SIOC terms.
12
- # # @see http://rdfs.org/sioc/spec/#sec-modules
13
- # class SiocTypes < RDF::StrictVocabulary
14
- # # Describes a collection of personal or organisational addresses.
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :AddressBook
17
- #
18
- # # Describes a set of annotations, for example, those created by a particular user or related to a particular topic.
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :AnnotationSet
21
- #
22
- # # A Post that provides an answer in reply to a Question.
23
- # # @return [RDF::Vocabulary::Term]
24
- # attr_reader :Answer
25
- #
26
- # # Describes a discussion area where logical arguments can take place.
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :ArgumentativeDiscussion
29
- #
30
- # # Describes a channel for distributing audio or sound files, for example, a podcast.
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :AudioChannel
33
- #
34
- # # A Post that is the best answer to a Question, as chosen by the UserAccount who asked the Question or as voted by a Community of UserAccounts.
35
- # # @return [RDF::Vocabulary::Term]
36
- # attr_reader :BestAnswer
37
- #
38
- # # Describes a post that is specifically made on a weblog.
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :BlogPost
41
- #
42
- # # Describes a post that is specifically made on a message board.
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :BoardPost
45
- #
46
- # # Describes a shared collection of bookmarks.
47
- # # @return [RDF::Vocabulary::Term]
48
- # attr_reader :BookmarkFolder
49
- #
50
- # # Describes a briefcase or file service.
51
- # # @return [RDF::Vocabulary::Term]
52
- # attr_reader :Briefcase
53
- #
54
- # # Category is used on the object of sioc:topic to indicate that this resource is a category on a site.
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :Category
57
- #
58
- # # Describes a channel for chat or instant messages, for example, via IRC or IM.
59
- # # @return [RDF::Vocabulary::Term]
60
- # attr_reader :ChatChannel
61
- #
62
- # # Comment is a subtype of sioc:Post and allows one to explicitly indicate that this SIOC post is a comment. Note that comments have a narrower scope than sioc:Post and may not apply to all types of community site.
63
- # # @return [RDF::Vocabulary::Term]
64
- # attr_reader :Comment
65
- #
66
- # # Describes a calendar of events.
67
- # # @return [RDF::Vocabulary::Term]
68
- # attr_reader :EventCalendar
69
- #
70
- # # Describes a list or a collection of one's favourite things.
71
- # # @return [RDF::Vocabulary::Term]
72
- # attr_reader :FavouriteThings
73
- #
74
- # # Describes an image gallery, for example, a photo album.
75
- # # @return [RDF::Vocabulary::Term]
76
- # attr_reader :ImageGallery
77
- #
78
- # # Describes an instant message, e.g. sent via Jabber.
79
- # # @return [RDF::Vocabulary::Term]
80
- # attr_reader :InstantMessage
81
- #
82
- # # Describes an electronic mail message, e.g. a post sent to a mailing list.
83
- # # @return [RDF::Vocabulary::Term]
84
- # attr_reader :MailMessage
85
- #
86
- # # Describes an electronic mailing list.
87
- # # @return [RDF::Vocabulary::Term]
88
- # attr_reader :MailingList
89
- #
90
- # # Describes a message board, also known as an online bulletin board or discussion forum.
91
- # # @return [RDF::Vocabulary::Term]
92
- # attr_reader :MessageBoard
93
- #
94
- # # Describes a microblog, i.e. a blog consisting of short text messages.
95
- # # @return [RDF::Vocabulary::Term]
96
- # attr_reader :Microblog
97
- #
98
- # # Describes a post that is specifically made on a microblog.
99
- # # @return [RDF::Vocabulary::Term]
100
- # attr_reader :MicroblogPost
101
- #
102
- # # Describes a list of the items someone has available to offer.
103
- # # @return [RDF::Vocabulary::Term]
104
- # attr_reader :OfferList
105
- #
106
- # # Describes a list of media items that have been played or can be played.
107
- # # @return [RDF::Vocabulary::Term]
108
- # attr_reader :Playlist
109
- #
110
- # # Describes a posted item that contains a poll or survey content.
111
- # # @return [RDF::Vocabulary::Term]
112
- # attr_reader :Poll
113
- #
114
- # # Describes a project directory.
115
- # # @return [RDF::Vocabulary::Term]
116
- # attr_reader :ProjectDirectory
117
- #
118
- # # A Post that asks a Question.
119
- # # @return [RDF::Vocabulary::Term]
120
- # attr_reader :Question
121
- #
122
- # # Describes a list of books or other materials that have been read or are suggested for reading.
123
- # # @return [RDF::Vocabulary::Term]
124
- # attr_reader :ReadingList
125
- #
126
- # # Describes a collection of resumes.
127
- # # @return [RDF::Vocabulary::Term]
128
- # attr_reader :ResumeBank
129
- #
130
- # # Describes an area where reviews are posted.
131
- # # @return [RDF::Vocabulary::Term]
132
- # attr_reader :ReviewArea
133
- #
134
- # # Describes a shared set of feed subscriptions.
135
- # # @return [RDF::Vocabulary::Term]
136
- # attr_reader :SubscriptionList
137
- #
138
- # # Describes an area where survey data can be collected, e.g. from polls.
139
- # # @return [RDF::Vocabulary::Term]
140
- # attr_reader :SurveyCollection
141
- #
142
- # # Tag is used on the object of sioc:topic to indicate that this resource is a tag on a site.
143
- # # @return [RDF::Vocabulary::Term]
144
- # attr_reader :Tag
145
- #
146
- # # Describes a channel for distributing videos (moving image) files, for example, a video podcast.
147
- # # @return [RDF::Vocabulary::Term]
148
- # attr_reader :VideoChannel
149
- #
150
- # # Describes a weblog (blog), i.e. an online journal.
151
- # # @return [RDF::Vocabulary::Term]
152
- # attr_reader :Weblog
153
- #
154
- # # Describes a wiki space.
155
- # # @return [RDF::Vocabulary::Term]
156
- # attr_reader :Wiki
157
- #
158
- # # Describes a wiki article.
159
- # # @return [RDF::Vocabulary::Term]
160
- # attr_reader :WikiArticle
161
- #
162
- # # Describes a list of the items someone wishes to get.
163
- # # @return [RDF::Vocabulary::Term]
164
- # attr_reader :WishList
165
- #
166
- # end
167
6
  SiocTypes = Class.new(RDF::StrictVocabulary("http://rdfs.org/sioc/types#")) do
168
7
 
169
8
  # Ontology definition
170
9
  ontology :"http://rdfs.org/sioc/types#",
171
- "dc:description": "Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining subclasses and subproperties of SIOC terms.".freeze,
172
- "dc:title": "SIOC Types Ontology Module Namespace".freeze,
173
- "owl:imports": "sioc:".freeze,
174
- "rdfs:seeAlso": "http://rdfs.org/sioc/spec/#sec-modules".freeze,
175
- type: ["owl:Ontology".freeze, "owl:Thing".freeze]
10
+ "http://purl.org/dc/terms/description": "Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining subclasses and subproperties of SIOC terms.".freeze,
11
+ "http://purl.org/dc/terms/title": "SIOC Types Ontology Module Namespace".freeze,
12
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/spec/#sec-modules".freeze,
13
+ "http://www.w3.org/2002/07/owl#imports": "http://rdfs.org/sioc/ns#".freeze,
14
+ type: ["http://www.w3.org/2002/07/owl#Ontology".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
176
15
 
177
16
  # Class definitions
178
17
  term :AddressBook,
179
18
  comment: "Describes a collection of personal or organisational addresses.".freeze,
180
- isDefinedBy: "sioctypes:".freeze,
19
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/Agent".freeze,
20
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
181
21
  label: "Address Book".freeze,
182
- "rdfs:seeAlso": "foaf:Agent".freeze,
183
- subClassOf: "sioc:Container".freeze,
184
- type: "owl:Class".freeze
22
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
23
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
185
24
  term :AnnotationSet,
186
25
  comment: "Describes a set of annotations, for example, those created by a particular user or related to a particular topic.".freeze,
187
- isDefinedBy: "sioctypes:".freeze,
26
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2000/10/annotation-ns#Annotation".freeze,
27
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
188
28
  label: "Annotation Set".freeze,
189
- "rdfs:seeAlso": "http://www.w3.org/2000/10/annotation-ns#Annotation".freeze,
190
- subClassOf: "sioc:Container".freeze,
191
- type: "owl:Class".freeze
29
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
30
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
192
31
  term :Answer,
193
32
  comment: "A Post that provides an answer in reply to a Question.".freeze,
194
- isDefinedBy: "sioctypes:".freeze,
33
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
195
34
  label: "Answer".freeze,
196
- subClassOf: "sioc:Post".freeze,
197
- type: "owl:Class".freeze
35
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
36
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
198
37
  term :ArgumentativeDiscussion,
199
38
  comment: "Describes a discussion area where logical arguments can take place.".freeze,
200
- isDefinedBy: "sioctypes:".freeze,
39
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/ibis#Idea".freeze,
40
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
201
41
  label: "Argumentative Discussion".freeze,
202
- "rdfs:seeAlso": "http://purl.org/ibis#Idea".freeze,
203
- subClassOf: "sioc:Forum".freeze,
204
- type: "owl:Class".freeze
42
+ subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
43
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
205
44
  term :AudioChannel,
206
45
  comment: "Describes a channel for distributing audio or sound files, for example, a podcast.".freeze,
207
- isDefinedBy: "sioctypes:".freeze,
46
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/Sound".freeze,
47
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
208
48
  label: "Audio Channel".freeze,
209
- "rdfs:seeAlso": "dcmitype:Sound".freeze,
210
- subClassOf: "sioc:Container".freeze,
211
- type: "owl:Class".freeze
49
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
50
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
212
51
  term :BestAnswer,
213
52
  comment: "A Post that is the best answer to a Question, as chosen by the UserAccount who asked the Question or as voted by a Community of UserAccounts.".freeze,
214
- isDefinedBy: "sioctypes:".freeze,
53
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
215
54
  label: "Best Answer".freeze,
216
- subClassOf: "sioc:Post".freeze,
217
- type: "owl:Class".freeze
55
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
56
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
218
57
  term :BlogPost,
219
58
  comment: "Describes a post that is specifically made on a weblog.".freeze,
220
- isDefinedBy: "sioctypes:".freeze,
59
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Weblog".freeze,
60
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
221
61
  label: "Blog Post".freeze,
222
- "rdfs:seeAlso": "sioctypes:Weblog".freeze,
223
- subClassOf: "sioc:Post".freeze,
224
- type: "owl:Class".freeze
62
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
63
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
225
64
  term :BoardPost,
226
65
  comment: "Describes a post that is specifically made on a message board.".freeze,
227
- isDefinedBy: "sioctypes:".freeze,
66
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MessageBoard".freeze,
67
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
228
68
  label: "Board Post".freeze,
229
- "rdfs:seeAlso": "sioctypes:MessageBoard".freeze,
230
- subClassOf: "sioc:Post".freeze,
231
- type: "owl:Class".freeze
69
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
70
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
232
71
  term :BookmarkFolder,
233
72
  comment: "Describes a shared collection of bookmarks.".freeze,
234
- isDefinedBy: "sioctypes:".freeze,
73
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2002/01/bookmark#Bookmark".freeze,
74
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
235
75
  label: "Bookmark Folder".freeze,
236
- "rdfs:seeAlso": "http://www.w3.org/2002/01/bookmark#Bookmark".freeze,
237
- subClassOf: "sioc:Container".freeze,
238
- type: "owl:Class".freeze
76
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
77
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
239
78
  term :Briefcase,
240
79
  comment: "Describes a briefcase or file service.".freeze,
241
- isDefinedBy: "sioctypes:".freeze,
80
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/Document".freeze,
81
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
242
82
  label: "Briefcase".freeze,
243
- "rdfs:seeAlso": "foaf:Document".freeze,
244
- subClassOf: "sioc:Container".freeze,
245
- type: "owl:Class".freeze
83
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
84
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
246
85
  term :Category,
247
86
  comment: "Category is used on the object of sioc:topic to indicate that this resource is a category on a site.".freeze,
248
- isDefinedBy: "sioctypes:".freeze,
87
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
249
88
  label: "Category".freeze,
250
89
  subClassOf: "http://www.w3.org/2008/05/skos#Concept".freeze,
251
- type: "owl:Class".freeze
90
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
252
91
  term :ChatChannel,
253
92
  comment: "Describes a channel for chat or instant messages, for example, via IRC or IM.".freeze,
254
- isDefinedBy: "sioctypes:".freeze,
93
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#InstantMessage".freeze,
94
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
255
95
  label: "Chat Channel".freeze,
256
- "rdfs:seeAlso": "sioctypes:InstantMessage".freeze,
257
- subClassOf: "sioc:Forum".freeze,
258
- type: "owl:Class".freeze
96
+ subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
97
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
259
98
  term :Comment,
260
99
  comment: "Comment is a subtype of sioc:Post and allows one to explicitly indicate that this SIOC post is a comment. Note that comments have a narrower scope than sioc:Post and may not apply to all types of community site.".freeze,
261
- isDefinedBy: "sioctypes:".freeze,
100
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Forum".freeze,
101
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
262
102
  label: "Comment".freeze,
263
- "rdfs:seeAlso": "sioctypes:Forum".freeze,
264
- subClassOf: "sioc:Post".freeze,
265
- type: "owl:Class".freeze
103
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
104
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
266
105
  term :EventCalendar,
267
106
  comment: "Describes a calendar of events.".freeze,
268
- isDefinedBy: "sioctypes:".freeze,
107
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2002/12/cal/icaltzd#VEVENT".freeze,
108
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
269
109
  label: "Event Calendar".freeze,
270
- "rdfs:seeAlso": "ical:VEVENT".freeze,
271
- subClassOf: "sioc:Container".freeze,
272
- type: "owl:Class".freeze
110
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
111
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
273
112
  term :FavouriteThings,
274
113
  comment: "Describes a list or a collection of one's favourite things.".freeze,
275
- isDefinedBy: "sioctypes:".freeze,
114
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
276
115
  label: "Favourite Things".freeze,
277
- subClassOf: "sioc:Container".freeze,
278
- type: "owl:Class".freeze
116
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
117
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
279
118
  term :ImageGallery,
280
119
  comment: "Describes an image gallery, for example, a photo album.".freeze,
281
- isDefinedBy: "sioctypes:".freeze,
120
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/12/exif/ns/IFD".freeze,
121
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
282
122
  label: "Image Gallery".freeze,
283
- "rdfs:seeAlso": "http://www.w3.org/2003/12/exif/ns/IFD".freeze,
284
- subClassOf: "sioc:Container".freeze,
285
- type: "owl:Class".freeze
123
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
124
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
286
125
  term :InstantMessage,
287
126
  comment: "Describes an instant message, e.g. sent via Jabber.".freeze,
288
- isDefinedBy: "sioctypes:".freeze,
127
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#ChatChannel".freeze,
128
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
289
129
  label: "Instant Message".freeze,
290
- "rdfs:seeAlso": "sioctypes:ChatChannel".freeze,
291
- subClassOf: "sioc:Post".freeze,
292
- type: "owl:Class".freeze
130
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
131
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
293
132
  term :MailMessage,
294
133
  comment: "Describes an electronic mail message, e.g. a post sent to a mailing list.".freeze,
295
- isDefinedBy: "sioctypes:".freeze,
134
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MailingList".freeze,
135
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
296
136
  label: "Mail Message".freeze,
297
- "rdfs:seeAlso": "sioctypes:MailingList".freeze,
298
- subClassOf: "sioc:Post".freeze,
299
- type: "owl:Class".freeze
137
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
138
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
300
139
  term :MailingList,
301
140
  comment: "Describes an electronic mailing list.".freeze,
302
- isDefinedBy: "sioctypes:".freeze,
141
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MailMessage".freeze,
142
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
303
143
  label: "Mailing List".freeze,
304
- "rdfs:seeAlso": "sioctypes:MailMessage".freeze,
305
- subClassOf: "sioc:Forum".freeze,
306
- type: "owl:Class".freeze
144
+ subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
145
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
307
146
  term :MessageBoard,
308
147
  comment: "Describes a message board, also known as an online bulletin board or discussion forum.".freeze,
309
- isDefinedBy: "sioctypes:".freeze,
148
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#BoardPost".freeze,
149
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
310
150
  label: "Message Board".freeze,
311
- "rdfs:seeAlso": "sioctypes:BoardPost".freeze,
312
- subClassOf: "sioc:Forum".freeze,
313
- type: "owl:Class".freeze
151
+ subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
152
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
314
153
  term :Microblog,
315
154
  comment: "Describes a microblog, i.e. a blog consisting of short text messages.".freeze,
316
- isDefinedBy: "sioctypes:".freeze,
155
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MicroblogPost".freeze,
156
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
317
157
  label: "Microblog".freeze,
318
- "rdfs:seeAlso": "sioctypes:MicroblogPost".freeze,
319
- subClassOf: "sioc:Forum".freeze,
320
- type: "owl:Class".freeze
158
+ subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
159
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
321
160
  term :MicroblogPost,
322
161
  comment: "Describes a post that is specifically made on a microblog.".freeze,
323
- isDefinedBy: "sioctypes:".freeze,
162
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Microblog".freeze,
163
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
324
164
  label: "Microblog Post".freeze,
325
- "rdfs:seeAlso": "sioctypes:Microblog".freeze,
326
- subClassOf: "sioc:Post".freeze,
327
- type: "owl:Class".freeze
165
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
166
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
328
167
  term :OfferList,
329
168
  comment: "Describes a list of the items someone has available to offer.".freeze,
330
- isDefinedBy: "sioctypes:".freeze,
169
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
331
170
  label: "Offer List".freeze,
332
- subClassOf: "sioc:Container".freeze,
333
- type: "owl:Class".freeze
171
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
172
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
334
173
  term :Playlist,
335
174
  comment: "Describes a list of media items that have been played or can be played.".freeze,
336
- isDefinedBy: "sioctypes:".freeze,
175
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
337
176
  label: "Playlist".freeze,
338
- subClassOf: "sioc:Container".freeze,
339
- type: "owl:Class".freeze
177
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
178
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
340
179
  term :Poll,
341
180
  comment: "Describes a posted item that contains a poll or survey content.".freeze,
342
- isDefinedBy: "sioctypes:".freeze,
181
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#SurveyCollection".freeze,
182
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
343
183
  label: "Poll".freeze,
344
- "rdfs:seeAlso": "sioctypes:SurveyCollection".freeze,
345
- subClassOf: "sioc:Item".freeze,
346
- type: "owl:Class".freeze
184
+ subClassOf: "http://rdfs.org/sioc/ns#Item".freeze,
185
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
347
186
  term :ProjectDirectory,
348
187
  comment: "Describes a project directory.".freeze,
349
- isDefinedBy: "sioctypes:".freeze,
188
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://usefulinc.com/ns/doap#Project".freeze,
189
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
350
190
  label: "Project Directory".freeze,
351
- "rdfs:seeAlso": "doap:Project".freeze,
352
- subClassOf: "sioc:Container".freeze,
353
- type: "owl:Class".freeze
191
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
192
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
354
193
  term :Question,
355
194
  comment: "A Post that asks a Question.".freeze,
356
- isDefinedBy: "sioctypes:".freeze,
195
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
357
196
  label: "Question".freeze,
358
- subClassOf: "sioc:Post".freeze,
359
- type: "owl:Class".freeze
197
+ subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
198
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
360
199
  term :ReadingList,
361
200
  comment: "Describes a list of books or other materials that have been read or are suggested for reading.".freeze,
362
- isDefinedBy: "sioctypes:".freeze,
201
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
363
202
  label: "Reading List".freeze,
364
- subClassOf: "sioc:Container".freeze,
365
- type: "owl:Class".freeze
203
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
204
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
366
205
  term :ResumeBank,
367
206
  comment: "Describes a collection of resumes.".freeze,
368
- isDefinedBy: "sioctypes:".freeze,
207
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://captsolo.net/semweb/resume/cv.rdfs#Resume".freeze,
208
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
369
209
  label: "Resume Bank".freeze,
370
- "rdfs:seeAlso": "http://captsolo.net/semweb/resume/cv.rdfs#Resume".freeze,
371
- subClassOf: "sioc:Container".freeze,
372
- type: "owl:Class".freeze
210
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
211
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
373
212
  term :ReviewArea,
374
213
  comment: "Describes an area where reviews are posted.".freeze,
375
- isDefinedBy: "sioctypes:".freeze,
214
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/stuff/rev#Review".freeze, "http://www.isi.edu/webscripter/communityreview/abstract-review-o#Review".freeze],
215
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
376
216
  label: "Review Area".freeze,
377
- "rdfs:seeAlso": ["http://purl.org/stuff/rev#Review".freeze, "http://www.isi.edu/webscripter/communityreview/abstract-review-o#Review".freeze],
378
- subClassOf: "sioc:Container".freeze,
379
- type: "owl:Class".freeze
217
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
218
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
380
219
  term :SubscriptionList,
381
220
  comment: "Describes a shared set of feed subscriptions.".freeze,
382
- isDefinedBy: "sioctypes:".freeze,
221
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://atomowl.org/ontologies/atomrdf#Feed".freeze,
222
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
383
223
  label: "Subscription List".freeze,
384
- "rdfs:seeAlso": "http://atomowl.org/ontologies/atomrdf#Feed".freeze,
385
- subClassOf: "sioc:Container".freeze,
386
- type: "owl:Class".freeze
224
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
225
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
387
226
  term :SurveyCollection,
388
227
  comment: "Describes an area where survey data can be collected, e.g. from polls.".freeze,
389
- isDefinedBy: "sioctypes:".freeze,
228
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Poll".freeze,
229
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
390
230
  label: "Survey Collection".freeze,
391
- "rdfs:seeAlso": "sioctypes:Poll".freeze,
392
- subClassOf: "sioc:Container".freeze,
393
- type: "owl:Class".freeze
231
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
232
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
394
233
  term :Tag,
395
234
  comment: "Tag is used on the object of sioc:topic to indicate that this resource is a tag on a site.".freeze,
396
- isDefinedBy: "sioctypes:".freeze,
235
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
397
236
  label: "Tag".freeze,
398
- type: "owl:Class".freeze
237
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
399
238
  term :VideoChannel,
400
239
  comment: "Describes a channel for distributing videos (moving image) files, for example, a video podcast.".freeze,
401
- isDefinedBy: "sioctypes:".freeze,
240
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/MovingImage".freeze,
241
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
402
242
  label: "Video Channel".freeze,
403
- "rdfs:seeAlso": "dcmitype:MovingImage".freeze,
404
- subClassOf: "sioc:Container".freeze,
405
- type: "owl:Class".freeze
243
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
244
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
406
245
  term :Weblog,
407
246
  comment: "Describes a weblog (blog), i.e. an online journal.".freeze,
408
- isDefinedBy: "sioctypes:".freeze,
247
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#BlogPost".freeze,
248
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
409
249
  label: "Weblog".freeze,
410
- "rdfs:seeAlso": "sioctypes:BlogPost".freeze,
411
- subClassOf: "sioc:Forum".freeze,
412
- type: "owl:Class".freeze
250
+ subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
251
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
413
252
  term :Wiki,
414
253
  comment: "Describes a wiki space.".freeze,
415
- isDefinedBy: "sioctypes:".freeze,
254
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#WikiArticle".freeze,
255
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
416
256
  label: "Wiki".freeze,
417
- "rdfs:seeAlso": "sioctypes:WikiArticle".freeze,
418
- subClassOf: "sioc:Container".freeze,
419
- type: "owl:Class".freeze
257
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
258
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
420
259
  term :WikiArticle,
421
260
  comment: "Describes a wiki article.".freeze,
422
- isDefinedBy: "sioctypes:".freeze,
261
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Wiki".freeze,
262
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
423
263
  label: "Wiki Article".freeze,
424
- "rdfs:seeAlso": "sioctypes:Wiki".freeze,
425
- subClassOf: "sioc:Item".freeze,
426
- type: "owl:Class".freeze
264
+ subClassOf: "http://rdfs.org/sioc/ns#Item".freeze,
265
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
427
266
  term :WishList,
428
267
  comment: "Describes a list of the items someone wishes to get.".freeze,
429
- isDefinedBy: "sioctypes:".freeze,
268
+ isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
430
269
  label: "Wish List".freeze,
431
- subClassOf: "sioc:Container".freeze,
432
- type: "owl:Class".freeze
270
+ subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
271
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
433
272
  end
434
273
  end