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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- 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
|
52
|
-
"dc
|
53
|
-
"
|
54
|
-
"
|
55
|
-
type: ["owl
|
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: "
|
19
|
+
isDefinedBy: "http://rdfs.org/sioc/services#".freeze,
|
61
20
|
label: "Service".freeze,
|
62
|
-
type: ["
|
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: "
|
68
|
-
isDefinedBy: "
|
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: "
|
71
|
-
type: ["
|
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: "
|
75
|
-
isDefinedBy: "
|
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: "
|
78
|
-
type: ["
|
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: "
|
82
|
-
isDefinedBy: "
|
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: ["
|
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: "
|
88
|
-
isDefinedBy: "
|
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: ["
|
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: "
|
94
|
-
isDefinedBy: "
|
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: ["
|
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: "
|
100
|
-
inverseOf: "
|
101
|
-
isDefinedBy: "
|
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: ["
|
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: "
|
107
|
-
isDefinedBy: "
|
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: ["
|
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
|
data/lib/rdf/vocab/sioctypes.rb
CHANGED
@@ -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
|
172
|
-
"dc
|
173
|
-
"
|
174
|
-
"
|
175
|
-
type: ["owl
|
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
|
-
|
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
|
-
|
183
|
-
|
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
|
-
|
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
|
-
|
190
|
-
|
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: "
|
33
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
195
34
|
label: "Answer".freeze,
|
196
|
-
subClassOf: "sioc
|
197
|
-
type: "owl
|
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
|
-
|
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
|
-
|
203
|
-
|
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
|
-
|
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
|
-
|
210
|
-
|
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: "
|
53
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
215
54
|
label: "Best Answer".freeze,
|
216
|
-
subClassOf: "sioc
|
217
|
-
type: "owl
|
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
|
-
|
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
|
-
|
223
|
-
|
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
|
-
|
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
|
-
|
230
|
-
|
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
|
-
|
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
|
-
|
237
|
-
|
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
|
-
|
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
|
-
|
244
|
-
|
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: "
|
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
|
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
|
-
|
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
|
-
|
257
|
-
|
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
|
-
|
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
|
-
|
264
|
-
|
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
|
-
|
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
|
-
|
271
|
-
|
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: "
|
114
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
276
115
|
label: "Favourite Things".freeze,
|
277
|
-
subClassOf: "sioc
|
278
|
-
type: "owl
|
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
|
-
|
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
|
-
|
284
|
-
|
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
|
-
|
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
|
-
|
291
|
-
|
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
|
-
|
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
|
-
|
298
|
-
|
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
|
-
|
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
|
-
|
305
|
-
|
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
|
-
|
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
|
-
|
312
|
-
|
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
|
-
|
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
|
-
|
319
|
-
|
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
|
-
|
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
|
-
|
326
|
-
|
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: "
|
169
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
331
170
|
label: "Offer List".freeze,
|
332
|
-
subClassOf: "sioc
|
333
|
-
type: "owl
|
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: "
|
175
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
337
176
|
label: "Playlist".freeze,
|
338
|
-
subClassOf: "sioc
|
339
|
-
type: "owl
|
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
|
-
|
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
|
-
|
345
|
-
|
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
|
-
|
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
|
-
|
352
|
-
|
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: "
|
195
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
357
196
|
label: "Question".freeze,
|
358
|
-
subClassOf: "sioc
|
359
|
-
type: "owl
|
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: "
|
201
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
363
202
|
label: "Reading List".freeze,
|
364
|
-
subClassOf: "sioc
|
365
|
-
type: "owl
|
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
|
-
|
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
|
-
|
371
|
-
|
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
|
-
|
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
|
-
|
378
|
-
|
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
|
-
|
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
|
-
|
385
|
-
|
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
|
-
|
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
|
-
|
392
|
-
|
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: "
|
235
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
397
236
|
label: "Tag".freeze,
|
398
|
-
type: "owl
|
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
|
-
|
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
|
-
|
404
|
-
|
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
|
-
|
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
|
-
|
411
|
-
|
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
|
-
|
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
|
-
|
418
|
-
|
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
|
-
|
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
|
-
|
425
|
-
|
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: "
|
268
|
+
isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
|
430
269
|
label: "Wish List".freeze,
|
431
|
-
subClassOf: "sioc
|
432
|
-
type: "owl
|
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
|