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.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -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.".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]
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.".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,
21
- label: "Address Book".freeze,
22
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
23
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
28
- label: "Annotation Set".freeze,
29
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
30
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
33
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
34
- label: "Answer".freeze,
35
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
36
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
41
- label: "Argumentative Discussion".freeze,
42
- subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
43
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
48
- label: "Audio Channel".freeze,
49
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
50
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
53
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
54
- label: "Best Answer".freeze,
55
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
56
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
61
- label: "Blog Post".freeze,
62
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
63
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
68
- label: "Board Post".freeze,
69
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
70
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
75
- label: "Bookmark Folder".freeze,
76
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
77
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
82
- label: "Briefcase".freeze,
83
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
84
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
87
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
88
- label: "Category".freeze,
89
- subClassOf: "http://www.w3.org/2008/05/skos#Concept".freeze,
90
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
95
- label: "Chat Channel".freeze,
96
- subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
97
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
102
- label: "Comment".freeze,
103
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
104
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
109
- label: "Event Calendar".freeze,
110
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
111
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
114
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
115
- label: "Favourite Things".freeze,
116
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
117
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
122
- label: "Image Gallery".freeze,
123
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
124
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
129
- label: "Instant Message".freeze,
130
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
131
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
136
- label: "Mail Message".freeze,
137
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
138
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
143
- label: "Mailing List".freeze,
144
- subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
145
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
150
- label: "Message Board".freeze,
151
- subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
152
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
157
- label: "Microblog".freeze,
158
- subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
159
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
164
- label: "Microblog Post".freeze,
165
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
166
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
169
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
170
- label: "Offer List".freeze,
171
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
172
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
175
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
176
- label: "Playlist".freeze,
177
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
178
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
183
- label: "Poll".freeze,
184
- subClassOf: "http://rdfs.org/sioc/ns#Item".freeze,
185
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
190
- label: "Project Directory".freeze,
191
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
192
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
195
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
196
- label: "Question".freeze,
197
- subClassOf: "http://rdfs.org/sioc/ns#Post".freeze,
198
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
201
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
202
- label: "Reading List".freeze,
203
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
204
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
209
- label: "Resume Bank".freeze,
210
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
211
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
216
- label: "Review Area".freeze,
217
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
218
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
223
- label: "Subscription List".freeze,
224
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
225
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
230
- label: "Survey Collection".freeze,
231
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
232
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
235
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
236
- label: "Tag".freeze,
237
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
242
- label: "Video Channel".freeze,
243
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
244
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
249
- label: "Weblog".freeze,
250
- subClassOf: "http://rdfs.org/sioc/ns#Forum".freeze,
251
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
256
- label: "Wiki".freeze,
257
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
258
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
263
- label: "Wiki Article".freeze,
264
- subClassOf: "http://rdfs.org/sioc/ns#Item".freeze,
265
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
268
- isDefinedBy: "http://rdfs.org/sioc/types#".freeze,
269
- label: "Wish List".freeze,
270
- subClassOf: "http://rdfs.org/sioc/ns#Container".freeze,
271
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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