rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/sioctypes.rb
CHANGED
@@ -3,271 +3,273 @@
|
|
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
|
+
# Vocabulary for <http://rdfs.org/sioc/types#>
|
7
|
+
# @!visibility private
|
6
8
|
SiocTypes = Class.new(RDF::StrictVocabulary("http://rdfs.org/sioc/types#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://rdfs.org/sioc/types#",
|
10
|
-
"http://purl.org/dc/terms/description": "Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining subclasses and subproperties of SIOC terms."
|
11
|
-
"http://purl.org/dc/terms/title": "SIOC Types Ontology Module Namespace"
|
12
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/spec/#sec-modules"
|
13
|
-
"http://www.w3.org/2002/07/owl#imports": "http://rdfs.org/sioc/ns#"
|
14
|
-
type: ["http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
"http://purl.org/dc/terms/description": {en: "Extends the SIOC Core Ontology (Semantically-Interlinked Online Communities) by defining subclasses and subproperties of SIOC terms."},
|
13
|
+
"http://purl.org/dc/terms/title": {en: "SIOC Types Ontology Module Namespace"},
|
14
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/spec/#sec-modules",
|
15
|
+
"http://www.w3.org/2002/07/owl#imports": "http://rdfs.org/sioc/ns#",
|
16
|
+
type: ["http://www.w3.org/2002/07/owl#Ontology", "http://www.w3.org/2002/07/owl#Thing"]
|
15
17
|
|
16
18
|
# Class definitions
|
17
19
|
term :AddressBook,
|
18
|
-
comment: "Describes a collection of personal or organisational addresses."
|
19
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/Agent"
|
20
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
21
|
-
label: "Address Book"
|
22
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
23
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
20
|
+
comment: {en: "Describes a collection of personal or organisational addresses."},
|
21
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/Agent",
|
22
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
23
|
+
label: {en: "Address Book"},
|
24
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
25
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
24
26
|
term :AnnotationSet,
|
25
|
-
comment: "Describes a set of annotations, for example, those created by a particular user or related to a particular topic."
|
26
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2000/10/annotation-ns#Annotation"
|
27
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
28
|
-
label: "Annotation Set"
|
29
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
30
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
27
|
+
comment: {en: "Describes a set of annotations, for example, those created by a particular user or related to a particular topic."},
|
28
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2000/10/annotation-ns#Annotation",
|
29
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
30
|
+
label: {en: "Annotation Set"},
|
31
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
32
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
31
33
|
term :Answer,
|
32
|
-
comment: "A Post that provides an answer in reply to a Question."
|
33
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
34
|
-
label: "Answer"
|
35
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
36
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
34
|
+
comment: {en: "A Post that provides an answer in reply to a Question."},
|
35
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
36
|
+
label: {en: "Answer"},
|
37
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
38
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
37
39
|
term :ArgumentativeDiscussion,
|
38
|
-
comment: "Describes a discussion area where logical arguments can take place."
|
39
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/ibis#Idea"
|
40
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
41
|
-
label: "Argumentative Discussion"
|
42
|
-
subClassOf: "http://rdfs.org/sioc/ns#Forum"
|
43
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
40
|
+
comment: {en: "Describes a discussion area where logical arguments can take place."},
|
41
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/ibis#Idea",
|
42
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
43
|
+
label: {en: "Argumentative Discussion"},
|
44
|
+
subClassOf: "http://rdfs.org/sioc/ns#Forum",
|
45
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
44
46
|
term :AudioChannel,
|
45
|
-
comment: "Describes a channel for distributing audio or sound files, for example, a podcast."
|
46
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/Sound"
|
47
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
48
|
-
label: "Audio Channel"
|
49
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
50
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
47
|
+
comment: {en: "Describes a channel for distributing audio or sound files, for example, a podcast."},
|
48
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/Sound",
|
49
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
50
|
+
label: {en: "Audio Channel"},
|
51
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
52
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
51
53
|
term :BestAnswer,
|
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."
|
53
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
54
|
-
label: "Best Answer"
|
55
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
56
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
54
|
+
comment: {en: "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."},
|
55
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
56
|
+
label: {en: "Best Answer"},
|
57
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
58
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
57
59
|
term :BlogPost,
|
58
|
-
comment: "Describes a post that is specifically made on a weblog."
|
59
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Weblog"
|
60
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
61
|
-
label: "Blog Post"
|
62
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
63
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
60
|
+
comment: {en: "Describes a post that is specifically made on a weblog."},
|
61
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Weblog",
|
62
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
63
|
+
label: {en: "Blog Post"},
|
64
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
65
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
64
66
|
term :BoardPost,
|
65
|
-
comment: "Describes a post that is specifically made on a message board."
|
66
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MessageBoard"
|
67
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
68
|
-
label: "Board Post"
|
69
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
70
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
67
|
+
comment: {en: "Describes a post that is specifically made on a message board."},
|
68
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MessageBoard",
|
69
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
70
|
+
label: {en: "Board Post"},
|
71
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
72
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
71
73
|
term :BookmarkFolder,
|
72
|
-
comment: "Describes a shared collection of bookmarks."
|
73
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2002/01/bookmark#Bookmark"
|
74
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
75
|
-
label: "Bookmark Folder"
|
76
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
77
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
74
|
+
comment: {en: "Describes a shared collection of bookmarks."},
|
75
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2002/01/bookmark#Bookmark",
|
76
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
77
|
+
label: {en: "Bookmark Folder"},
|
78
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
79
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
78
80
|
term :Briefcase,
|
79
|
-
comment: "Describes a briefcase or file service."
|
80
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/Document"
|
81
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
82
|
-
label: "Briefcase"
|
83
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
84
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
81
|
+
comment: {en: "Describes a briefcase or file service."},
|
82
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/Document",
|
83
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
84
|
+
label: {en: "Briefcase"},
|
85
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
86
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
85
87
|
term :Category,
|
86
|
-
comment: "Category is used on the object of sioc:topic to indicate that this resource is a category on a site."
|
87
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
88
|
-
label: "Category"
|
89
|
-
subClassOf: "http://www.w3.org/2008/05/skos#Concept"
|
90
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
88
|
+
comment: {en: "Category is used on the object of sioc:topic to indicate that this resource is a category on a site."},
|
89
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
90
|
+
label: {en: "Category"},
|
91
|
+
subClassOf: "http://www.w3.org/2008/05/skos#Concept",
|
92
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
91
93
|
term :ChatChannel,
|
92
|
-
comment: "Describes a channel for chat or instant messages, for example, via IRC or IM."
|
93
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#InstantMessage"
|
94
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
95
|
-
label: "Chat Channel"
|
96
|
-
subClassOf: "http://rdfs.org/sioc/ns#Forum"
|
97
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
94
|
+
comment: {en: "Describes a channel for chat or instant messages, for example, via IRC or IM."},
|
95
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#InstantMessage",
|
96
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
97
|
+
label: {en: "Chat Channel"},
|
98
|
+
subClassOf: "http://rdfs.org/sioc/ns#Forum",
|
99
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
98
100
|
term :Comment,
|
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."
|
100
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Forum"
|
101
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
102
|
-
label: "Comment"
|
103
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
104
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
101
|
+
comment: {en: "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."},
|
102
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Forum",
|
103
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
104
|
+
label: {en: "Comment"},
|
105
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
106
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
105
107
|
term :EventCalendar,
|
106
|
-
comment: "Describes a calendar of events."
|
107
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2002/12/cal/icaltzd#VEVENT"
|
108
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
109
|
-
label: "Event Calendar"
|
110
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
111
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
108
|
+
comment: {en: "Describes a calendar of events."},
|
109
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2002/12/cal/icaltzd#VEVENT",
|
110
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
111
|
+
label: {en: "Event Calendar"},
|
112
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
113
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
112
114
|
term :FavouriteThings,
|
113
|
-
comment: "Describes a list or a collection of one's favourite things."
|
114
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
115
|
-
label: "Favourite Things"
|
116
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
117
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
115
|
+
comment: {en: "Describes a list or a collection of one's favourite things."},
|
116
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
117
|
+
label: {en: "Favourite Things"},
|
118
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
119
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
118
120
|
term :ImageGallery,
|
119
|
-
comment: "Describes an image gallery, for example, a photo album."
|
120
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/12/exif/ns/IFD"
|
121
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
122
|
-
label: "Image Gallery"
|
123
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
124
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
121
|
+
comment: {en: "Describes an image gallery, for example, a photo album."},
|
122
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/12/exif/ns/IFD",
|
123
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
124
|
+
label: {en: "Image Gallery"},
|
125
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
126
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
125
127
|
term :InstantMessage,
|
126
|
-
comment: "Describes an instant message, e.g. sent via Jabber."
|
127
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#ChatChannel"
|
128
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
129
|
-
label: "Instant Message"
|
130
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
131
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
128
|
+
comment: {en: "Describes an instant message, e.g. sent via Jabber."},
|
129
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#ChatChannel",
|
130
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
131
|
+
label: {en: "Instant Message"},
|
132
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
133
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
132
134
|
term :MailMessage,
|
133
|
-
comment: "Describes an electronic mail message, e.g. a post sent to a mailing list."
|
134
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MailingList"
|
135
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
136
|
-
label: "Mail Message"
|
137
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
138
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
135
|
+
comment: {en: "Describes an electronic mail message, e.g. a post sent to a mailing list."},
|
136
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MailingList",
|
137
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
138
|
+
label: {en: "Mail Message"},
|
139
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
140
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
139
141
|
term :MailingList,
|
140
|
-
comment: "Describes an electronic mailing list."
|
141
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MailMessage"
|
142
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
143
|
-
label: "Mailing List"
|
144
|
-
subClassOf: "http://rdfs.org/sioc/ns#Forum"
|
145
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
142
|
+
comment: {en: "Describes an electronic mailing list."},
|
143
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MailMessage",
|
144
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
145
|
+
label: {en: "Mailing List"},
|
146
|
+
subClassOf: "http://rdfs.org/sioc/ns#Forum",
|
147
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
146
148
|
term :MessageBoard,
|
147
|
-
comment: "Describes a message board, also known as an online bulletin board or discussion forum."
|
148
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#BoardPost"
|
149
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
150
|
-
label: "Message Board"
|
151
|
-
subClassOf: "http://rdfs.org/sioc/ns#Forum"
|
152
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
149
|
+
comment: {en: "Describes a message board, also known as an online bulletin board or discussion forum."},
|
150
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#BoardPost",
|
151
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
152
|
+
label: {en: "Message Board"},
|
153
|
+
subClassOf: "http://rdfs.org/sioc/ns#Forum",
|
154
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
153
155
|
term :Microblog,
|
154
|
-
comment: "Describes a microblog, i.e. a blog consisting of short text messages."
|
155
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MicroblogPost"
|
156
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
157
|
-
label: "Microblog"
|
158
|
-
subClassOf: "http://rdfs.org/sioc/ns#Forum"
|
159
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
156
|
+
comment: {en: "Describes a microblog, i.e. a blog consisting of short text messages."},
|
157
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#MicroblogPost",
|
158
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
159
|
+
label: {en: "Microblog"},
|
160
|
+
subClassOf: "http://rdfs.org/sioc/ns#Forum",
|
161
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
160
162
|
term :MicroblogPost,
|
161
|
-
comment: "Describes a post that is specifically made on a microblog."
|
162
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Microblog"
|
163
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
164
|
-
label: "Microblog Post"
|
165
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
166
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
163
|
+
comment: {en: "Describes a post that is specifically made on a microblog."},
|
164
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Microblog",
|
165
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
166
|
+
label: {en: "Microblog Post"},
|
167
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
168
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
167
169
|
term :OfferList,
|
168
|
-
comment: "Describes a list of the items someone has available to offer."
|
169
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
170
|
-
label: "Offer List"
|
171
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
172
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
170
|
+
comment: {en: "Describes a list of the items someone has available to offer."},
|
171
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
172
|
+
label: {en: "Offer List"},
|
173
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
174
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
173
175
|
term :Playlist,
|
174
|
-
comment: "Describes a list of media items that have been played or can be played."
|
175
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
176
|
-
label: "Playlist"
|
177
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
178
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
176
|
+
comment: {en: "Describes a list of media items that have been played or can be played."},
|
177
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
178
|
+
label: {en: "Playlist"},
|
179
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
180
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
179
181
|
term :Poll,
|
180
|
-
comment: "Describes a posted item that contains a poll or survey content."
|
181
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#SurveyCollection"
|
182
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
183
|
-
label: "Poll"
|
184
|
-
subClassOf: "http://rdfs.org/sioc/ns#Item"
|
185
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
182
|
+
comment: {en: "Describes a posted item that contains a poll or survey content."},
|
183
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#SurveyCollection",
|
184
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
185
|
+
label: {en: "Poll"},
|
186
|
+
subClassOf: "http://rdfs.org/sioc/ns#Item",
|
187
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
186
188
|
term :ProjectDirectory,
|
187
|
-
comment: "Describes a project directory."
|
188
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://usefulinc.com/ns/doap#Project"
|
189
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
190
|
-
label: "Project Directory"
|
191
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
192
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
189
|
+
comment: {en: "Describes a project directory."},
|
190
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://usefulinc.com/ns/doap#Project",
|
191
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
192
|
+
label: {en: "Project Directory"},
|
193
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
194
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
193
195
|
term :Question,
|
194
|
-
comment: "A Post that asks a Question."
|
195
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
196
|
-
label: "Question"
|
197
|
-
subClassOf: "http://rdfs.org/sioc/ns#Post"
|
198
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
196
|
+
comment: {en: "A Post that asks a Question."},
|
197
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
198
|
+
label: {en: "Question"},
|
199
|
+
subClassOf: "http://rdfs.org/sioc/ns#Post",
|
200
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
199
201
|
term :ReadingList,
|
200
|
-
comment: "Describes a list of books or other materials that have been read or are suggested for reading."
|
201
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
202
|
-
label: "Reading List"
|
203
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
204
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
202
|
+
comment: {en: "Describes a list of books or other materials that have been read or are suggested for reading."},
|
203
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
204
|
+
label: {en: "Reading List"},
|
205
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
206
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
205
207
|
term :ResumeBank,
|
206
|
-
comment: "Describes a collection of resumes."
|
207
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://captsolo.net/semweb/resume/cv.rdfs#Resume"
|
208
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
209
|
-
label: "Resume Bank"
|
210
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
211
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
208
|
+
comment: {en: "Describes a collection of resumes."},
|
209
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://captsolo.net/semweb/resume/cv.rdfs#Resume",
|
210
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
211
|
+
label: {en: "Resume Bank"},
|
212
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
213
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
212
214
|
term :ReviewArea,
|
213
|
-
comment: "Describes an area where reviews are posted."
|
214
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/stuff/rev#Review"
|
215
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
216
|
-
label: "Review Area"
|
217
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
218
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
215
|
+
comment: {en: "Describes an area where reviews are posted."},
|
216
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/stuff/rev#Review", "http://www.isi.edu/webscripter/communityreview/abstract-review-o#Review"],
|
217
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
218
|
+
label: {en: "Review Area"},
|
219
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
220
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
219
221
|
term :SubscriptionList,
|
220
|
-
comment: "Describes a shared set of feed subscriptions."
|
221
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://atomowl.org/ontologies/atomrdf#Feed"
|
222
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
223
|
-
label: "Subscription List"
|
224
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
225
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
222
|
+
comment: {en: "Describes a shared set of feed subscriptions."},
|
223
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://atomowl.org/ontologies/atomrdf#Feed",
|
224
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
225
|
+
label: {en: "Subscription List"},
|
226
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
227
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
226
228
|
term :SurveyCollection,
|
227
|
-
comment: "Describes an area where survey data can be collected, e.g. from polls."
|
228
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Poll"
|
229
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
230
|
-
label: "Survey Collection"
|
231
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
232
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
229
|
+
comment: {en: "Describes an area where survey data can be collected, e.g. from polls."},
|
230
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Poll",
|
231
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
232
|
+
label: {en: "Survey Collection"},
|
233
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
234
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
233
235
|
term :Tag,
|
234
|
-
comment: "Tag is used on the object of sioc:topic to indicate that this resource is a tag on a site."
|
235
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
236
|
-
label: "Tag"
|
237
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
236
|
+
comment: {en: "Tag is used on the object of sioc:topic to indicate that this resource is a tag on a site."},
|
237
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
238
|
+
label: {en: "Tag"},
|
239
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
238
240
|
term :VideoChannel,
|
239
|
-
comment: "Describes a channel for distributing videos (moving image) files, for example, a video podcast."
|
240
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/MovingImage"
|
241
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
242
|
-
label: "Video Channel"
|
243
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
244
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
241
|
+
comment: {en: "Describes a channel for distributing videos (moving image) files, for example, a video podcast."},
|
242
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/MovingImage",
|
243
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
244
|
+
label: {en: "Video Channel"},
|
245
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
246
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
245
247
|
term :Weblog,
|
246
|
-
comment: "Describes a weblog (blog), i.e. an online journal."
|
247
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#BlogPost"
|
248
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
249
|
-
label: "Weblog"
|
250
|
-
subClassOf: "http://rdfs.org/sioc/ns#Forum"
|
251
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
248
|
+
comment: {en: "Describes a weblog (blog), i.e. an online journal."},
|
249
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#BlogPost",
|
250
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
251
|
+
label: {en: "Weblog"},
|
252
|
+
subClassOf: "http://rdfs.org/sioc/ns#Forum",
|
253
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
252
254
|
term :Wiki,
|
253
|
-
comment: "Describes a wiki space."
|
254
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#WikiArticle"
|
255
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
256
|
-
label: "Wiki"
|
257
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
258
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
255
|
+
comment: {en: "Describes a wiki space."},
|
256
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#WikiArticle",
|
257
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
258
|
+
label: {en: "Wiki"},
|
259
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
260
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
259
261
|
term :WikiArticle,
|
260
|
-
comment: "Describes a wiki article."
|
261
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Wiki"
|
262
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
263
|
-
label: "Wiki Article"
|
264
|
-
subClassOf: "http://rdfs.org/sioc/ns#Item"
|
265
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
262
|
+
comment: {en: "Describes a wiki article."},
|
263
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://rdfs.org/sioc/types#Wiki",
|
264
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
265
|
+
label: {en: "Wiki Article"},
|
266
|
+
subClassOf: "http://rdfs.org/sioc/ns#Item",
|
267
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
266
268
|
term :WishList,
|
267
|
-
comment: "Describes a list of the items someone wishes to get."
|
268
|
-
isDefinedBy: "http://rdfs.org/sioc/types#"
|
269
|
-
label: "Wish List"
|
270
|
-
subClassOf: "http://rdfs.org/sioc/ns#Container"
|
271
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
269
|
+
comment: {en: "Describes a list of the items someone wishes to get."},
|
270
|
+
isDefinedBy: "http://rdfs.org/sioc/types#",
|
271
|
+
label: {en: "Wish List"},
|
272
|
+
subClassOf: "http://rdfs.org/sioc/ns#Container",
|
273
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
272
274
|
end
|
273
275
|
end
|