rdf-vocab 0.8.4 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8a2700c24a792bfcaa7b5d6a8a8d125600aaa7d
4
- data.tar.gz: 65d475a9f84ddb693d9abfd736266919eb1a7bc5
3
+ metadata.gz: ef111f001c1bbdb83363c48ce7105cbc8a74ded7
4
+ data.tar.gz: 6e6315ab6928e2be868da3aaa315f8d8b41721ae
5
5
  SHA512:
6
- metadata.gz: e181ba89317baddfe03c85e582147a3e9dc5c6b6dd82dd297912a1ec979a48b02feb78f95e499d6472f6a7d2a7cbf58da39e7704a27095cd7a3b5ce28af078b8
7
- data.tar.gz: 09dc4e616c48bb2a08f0b4e833e9e979ebb2d37aaafd495609eff531dfa7008936770f860055ef7766f1d2e348805627e9f33d3a870842a459588000e62adc57
6
+ metadata.gz: 66ed48631bd382541c97c8ff002acfa35339b3f82c70cf24ec9ba9f4e9a1e252c9d79947feaeccd241a2b351f8fae853a4a1eab4733d8402513869c2d95de100
7
+ data.tar.gz: 95d808fcc7c0cbd70907db298893736c2c4c58a9dbbfd553a6f1e048f9156fa878d2a7e75b339afe772841bcf61ff687f3e20cd3947610b5fcde44032d118c09
data/README.md CHANGED
@@ -8,6 +8,7 @@ Common OWL/RDFS Vocabularies for use with Ruby [RDF.rb][]
8
8
 
9
9
  * RDF::Vocab::ACL - [Web Access Control](http://www.w3.org/wiki/WebAccessControl) (W3C)
10
10
  * RDF::Vocab::Bibframe - [Bibliographic Framework Initiaitive](http://bibframe.org/vocab/) (LoC)
11
+ * RDF::Vocab::BIBO - [Bibliographic Ontology](http://bibliontology.com)
11
12
  * RDF::Vocab::CC - [Creative Commons Vocabulary](http://creativecommons.org/ns#) (Creative Commons) - Alias of `RDF::CC`
12
13
  * RDF::Vocab::CERT - [Cert Ontology](http://www.w3.org/ns/auth/cert#) (W3C) - Alias of `RDF::CERT`
13
14
  * RDF::Vocab::CNT - [Representing Content in RDF](http://www.w3.org/TR/Content-in-RDF10/) (W3C)
@@ -41,6 +42,8 @@ Common OWL/RDFS Vocabularies for use with Ruby [RDF.rb][]
41
42
  * RDF::Vocab::OG - [Open Graph protocol](http://ogp.me) - Alias of `RDF::OG`
42
43
  * RDF::Vocab::OGC - [Open Graph protocol classes](http://ogp.me) - Alias of `RDF::OGC`
43
44
  * RDF::Vocab::ORE - [Object Reuse and Exchange Ontology](http://www.openarchives.org/ore/1.0/rdfxml) (OAI)
45
+ * RDF::Vocab::ORG - [Organization Ontology](http://www.w3.org/TR/vocab-org/) (W3C)
46
+ * RDF::Vocab::PPLAN - [P-Plan Ontology](http://www.opmw.org/model/p-plan/)
44
47
  * RDF::Vocab::PREMIS - [Preservation Metadata Implementation Strategies Ontology](http://id.loc.gov/ontologies/premis.html) (LoC)
45
48
  * RDF::Vocab::PremisEventType - [PREMIS Event Type](http://id.loc.gov/vocabulary/preservation/eventType.html) (LoC)
46
49
  * RDF::Vocab::PROV - [Provenance Ontology](http://www.w3.org/TR/prov-o/) (W3C) - Alias of `RDF::PROV`
data/lib/rdf/vocab.rb CHANGED
@@ -13,6 +13,7 @@ module RDF
13
13
  class_name: "Bibframe",
14
14
  extra: {hasAccompaniment: {type: "rdf:Property",label: "has accompaniment"}}
15
15
  },
16
+ bibo: {uri: "http://purl.org/ontology/bibo/"},
16
17
  cc: {uri: "http://creativecommons.org/ns#", alias: true},
17
18
  cert: {uri: "http://www.w3.org/ns/auth/cert#", alias: true},
18
19
  cnt: {uri: "http://www.w3.org/2011/content#"},
@@ -76,7 +77,7 @@ module RDF
76
77
  jsonld: {uri: "http://www.w3.org/ns/json-ld#"},
77
78
  ldp: {uri: "http://www.w3.org/ns/ldp#", strict: false},
78
79
  lrmi: {uri: "http://purl.org/dcx/lrmi-terms/", strict: false},
79
- ma: {uri: "http://www.w3.org/ns/ma-ont#", source: "http://www.w3.org/ns/ma-ont.rdf", strict: false},
80
+ ma: {uri: "http://www.w3.org/ns/ma-ont#", source: "http://www.w3.org/ns/ma-ont.rdf", strict: false, alias: true},
80
81
  mads: {
81
82
  uri: "http://www.loc.gov/mads/rdf/v1#",
82
83
  source: "http://www.loc.gov/standards/mads/rdf/v1.rdf"
@@ -93,7 +94,7 @@ module RDF
93
94
  }
94
95
  }
95
96
  },
96
- mo: {uri: "http://purl.org/ontology/mo/", strict: false},
97
+ mo: {uri: "http://purl.org/ontology/mo/", strict: false, alias: true},
97
98
  mods: {
98
99
  uri: "http://www.loc.gov/mods/rdf/v1#",
99
100
  source: "http://www.loc.gov/standards/mods/modsrdf/v1/modsrdf.owl"
@@ -103,9 +104,11 @@ module RDF
103
104
  uri: "http://www.w3.org/ns/oa#",
104
105
  source: "http://www.openannotation.org/spec/core/20130208/oa.owl"
105
106
  },
106
- og: {uri: "http://ogp.me/ns#", strict: false},
107
- ogc: {uri: "http://ogp.me/ns/class#", source: "http://ogp.me/ns", strict: false},
107
+ og: {uri: "http://ogp.me/ns#", strict: false, alias: true},
108
+ ogc: {uri: "http://ogp.me/ns/class#", source: "http://ogp.me/ns", strict: false, alias: true},
108
109
  ore: {uri: "http://www.openarchives.org/ore/terms/"},
110
+ org: {uri: "http://www.w3.org/ns/org#"},
111
+ pplan: {uri: "http://purl.org/net/p-plan#"},
109
112
  premis: {uri: "http://www.loc.gov/premis/rdf/v1#", source: "http://www.loc.gov/premis/rdf/v1.rdf"},
110
113
  premis_event_type: {
111
114
  uri: "http://id.loc.gov/vocabulary/preservation/eventType/",
@@ -0,0 +1,1004 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # This file generated automatically using vocab-fetch from http://purl.org/ontology/bibo/
3
+ require 'rdf'
4
+ module RDF::Vocab
5
+ class BIBO < RDF::StrictVocabulary("http://purl.org/ontology/bibo/")
6
+
7
+ # Class definitions
8
+ term :AcademicArticle,
9
+ comment: %(A scholarly academic article, typically published in a journal.).freeze,
10
+ label: "Academic Article".freeze,
11
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
12
+ subClassOf: "bibo:Article".freeze,
13
+ type: "owl:Class".freeze,
14
+ "vs:term_status" => %(stable).freeze
15
+ term :Article,
16
+ comment: %(A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine.).freeze,
17
+ label: "Article".freeze,
18
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
19
+ subClassOf: "bibo:Document".freeze,
20
+ type: "owl:Class".freeze,
21
+ "vs:term_status" => %(stable).freeze
22
+ term :AudioDocument,
23
+ comment: %(An audio document; aka record.).freeze,
24
+ label: "audio document".freeze,
25
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
26
+ subClassOf: "bibo:Document".freeze,
27
+ type: "owl:Class".freeze,
28
+ "vs:term_status" => %(stable).freeze
29
+ term :AudioVisualDocument,
30
+ comment: %(An audio-visual document; film, video, and so forth.).freeze,
31
+ label: "audio-visual document".freeze,
32
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
33
+ subClassOf: "bibo:Document".freeze,
34
+ type: "owl:Class".freeze,
35
+ "vs:term_status" => %(stable).freeze
36
+ term :Bill,
37
+ comment: %(Draft legislation presented for discussion to a legal body.).freeze,
38
+ label: "Bill".freeze,
39
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
40
+ subClassOf: "bibo:Legislation".freeze,
41
+ type: "owl:Class".freeze,
42
+ "vs:term_status" => %(stable).freeze
43
+ term :Book,
44
+ comment: %(A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.).freeze,
45
+ label: "Book".freeze,
46
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
47
+ subClassOf: "bibo:Document".freeze,
48
+ type: "owl:Class".freeze,
49
+ "vs:term_status" => %(stable).freeze
50
+ term :BookSection,
51
+ comment: %(A section of a book.).freeze,
52
+ label: "Book Section".freeze,
53
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
54
+ subClassOf: "bibo:DocumentPart".freeze,
55
+ type: "owl:Class".freeze,
56
+ "vs:term_status" => %(unstable).freeze
57
+ term :Brief,
58
+ comment: %(A written argument submitted to a court.).freeze,
59
+ label: "Brief".freeze,
60
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
61
+ subClassOf: "bibo:LegalCaseDocument".freeze,
62
+ type: "owl:Class".freeze,
63
+ "vs:term_status" => %(unstable).freeze
64
+ term :Chapter,
65
+ comment: %(A chapter of a book.).freeze,
66
+ label: "Chapter".freeze,
67
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
68
+ subClassOf: "bibo:BookSection".freeze,
69
+ type: "owl:Class".freeze,
70
+ "vs:term_status" => %(unstable).freeze
71
+ term :Code,
72
+ comment: %(A collection of statutes.).freeze,
73
+ label: "Code".freeze,
74
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
75
+ subClassOf: "bibo:Periodical".freeze,
76
+ type: "owl:Class".freeze,
77
+ "vs:term_status" => %(stable).freeze
78
+ term :CollectedDocument,
79
+ comment: %(A document that simultaneously contains other documents.).freeze,
80
+ label: "Collected Document".freeze,
81
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
82
+ subClassOf: "bibo:Document".freeze,
83
+ type: "owl:Class".freeze,
84
+ "vs:term_status" => %(stable).freeze
85
+ term :Collection,
86
+ comment: %(A collection of Documents or Collections).freeze,
87
+ label: "Collection".freeze,
88
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
89
+ type: "owl:Class".freeze,
90
+ "vs:term_status" => %(stable).freeze
91
+ term :Conference,
92
+ comment: %(A meeting for consultation or discussion.).freeze,
93
+ label: "Conference".freeze,
94
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
95
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
96
+ type: "owl:Class".freeze,
97
+ "vs:term_status" => %(stable).freeze
98
+ term :CourtReporter,
99
+ comment: %(A collection of legal cases.).freeze,
100
+ label: "Court Reporter".freeze,
101
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
102
+ subClassOf: "bibo:Periodical".freeze,
103
+ type: "owl:Class".freeze,
104
+ "vs:term_status" => %(stable).freeze
105
+ term :Document,
106
+ comment: %(A document \(noun\) is a bounded physical representation of body of information designed with the capacity \(and usually intent\) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information.).freeze,
107
+ label: "Document".freeze,
108
+ "owl:equivalentClass" => %(foaf:Document).freeze,
109
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
110
+ type: "owl:Class".freeze,
111
+ "vs:term_status" => %(stable).freeze
112
+ term :DocumentPart,
113
+ comment: %(a distinct part of a larger document or collected document.).freeze,
114
+ label: "document part".freeze,
115
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
116
+ subClassOf: "bibo:Document".freeze,
117
+ type: "owl:Class".freeze,
118
+ "vs:term_status" => %(unstable).freeze
119
+ term :DocumentStatus,
120
+ comment: %(The status of the publication of a document.).freeze,
121
+ label: "Document Status".freeze,
122
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
123
+ type: "owl:Class".freeze,
124
+ "vs:term_status" => %(stable).freeze
125
+ term :EditedBook,
126
+ comment: %(An edited book.).freeze,
127
+ label: "Edited Book".freeze,
128
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
129
+ subClassOf: "bibo:CollectedDocument".freeze,
130
+ type: "owl:Class".freeze,
131
+ "vs:term_status" => %(stable).freeze
132
+ term :Email,
133
+ comment: %(A written communication addressed to a person or organization and transmitted electronically.).freeze,
134
+ label: "EMail".freeze,
135
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
136
+ subClassOf: "bibo:PersonalCommunicationDocument".freeze,
137
+ type: "owl:Class".freeze,
138
+ "vs:term_status" => %(stable).freeze
139
+ term :Event,
140
+ label: "Event".freeze,
141
+ type: "owl:Class".freeze
142
+ term :Excerpt,
143
+ comment: %(A passage selected from a larger work.).freeze,
144
+ label: "Excerpt".freeze,
145
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
146
+ subClassOf: "bibo:DocumentPart".freeze,
147
+ type: "owl:Class".freeze,
148
+ "vs:term_status" => %(stable).freeze
149
+ term :Film,
150
+ comment: %(aka movie.).freeze,
151
+ label: "Film".freeze,
152
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
153
+ subClassOf: "bibo:AudioVisualDocument".freeze,
154
+ type: "owl:Class".freeze,
155
+ "vs:term_status" => %(stable).freeze
156
+ term :Hearing,
157
+ comment: %(An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit.).freeze,
158
+ label: "Hearing".freeze,
159
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
160
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
161
+ type: "owl:Class".freeze,
162
+ "vs:term_status" => %(stable).freeze
163
+ term :Image,
164
+ comment: %(A document that presents visual or diagrammatic information.).freeze,
165
+ label: "Image".freeze,
166
+ "owl:equivalentClass" => %(foaf:Image).freeze,
167
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
168
+ subClassOf: "bibo:Document".freeze,
169
+ type: "owl:Class".freeze,
170
+ "vs:term_status" => %(stable).freeze
171
+ term :Interview,
172
+ comment: %(A formalized discussion between two or more people.).freeze,
173
+ label: "Interview".freeze,
174
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
175
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
176
+ type: "owl:Class".freeze,
177
+ "vs:term_status" => %(stable).freeze
178
+ term :Issue,
179
+ comment: %(something that is printed or published and distributed, esp. a given number of a periodical).freeze,
180
+ label: "Issue".freeze,
181
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
182
+ subClassOf: "bibo:CollectedDocument".freeze,
183
+ type: "owl:Class".freeze,
184
+ "vs:term_status" => %(stable).freeze
185
+ term :Journal,
186
+ comment: %(A periodical of scholarly journal Articles.).freeze,
187
+ label: "Journal".freeze,
188
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
189
+ subClassOf: "bibo:Periodical".freeze,
190
+ type: "owl:Class".freeze,
191
+ "vs:term_status" => %(stable).freeze
192
+ term :LegalCaseDocument,
193
+ comment: %(A document accompanying a legal case.).freeze,
194
+ label: "Legal Case Document".freeze,
195
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
196
+ subClassOf: "bibo:LegalDocument".freeze,
197
+ type: "owl:Class".freeze,
198
+ "vs:term_status" => %(unstable).freeze
199
+ term :LegalDecision,
200
+ comment: %(A document containing an authoritative determination \(as a decree or judgment\) made after consideration of facts or law.).freeze,
201
+ label: "Decision".freeze,
202
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
203
+ subClassOf: "bibo:LegalCaseDocument".freeze,
204
+ type: "owl:Class".freeze,
205
+ "vs:term_status" => %(unstable).freeze
206
+ term :LegalDocument,
207
+ comment: %(A legal document; for example, a court decision, a brief, and so forth.).freeze,
208
+ label: "Legal Document".freeze,
209
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
210
+ subClassOf: "bibo:Document".freeze,
211
+ type: "owl:Class".freeze,
212
+ "vs:term_status" => %(stable).freeze
213
+ term :Legislation,
214
+ comment: %(A legal document proposing or enacting a law or a group of laws.).freeze,
215
+ label: "Legislation".freeze,
216
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
217
+ subClassOf: "bibo:LegalDocument".freeze,
218
+ type: "owl:Class".freeze,
219
+ "vs:term_status" => %(unstable).freeze
220
+ term :Letter,
221
+ comment: %(A written or printed communication addressed to a person or organization and usually transmitted by mail.).freeze,
222
+ label: "Letter".freeze,
223
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
224
+ subClassOf: "bibo:PersonalCommunicationDocument".freeze,
225
+ type: "owl:Class".freeze,
226
+ "vs:term_status" => %(stable).freeze
227
+ term :Magazine,
228
+ comment: %(A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports.).freeze,
229
+ label: "Magazine".freeze,
230
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
231
+ subClassOf: "bibo:Periodical".freeze,
232
+ type: "owl:Class".freeze,
233
+ "vs:term_status" => %(stable).freeze
234
+ term :Manual,
235
+ comment: %(A small reference book, especially one giving instructions.).freeze,
236
+ label: "Manual".freeze,
237
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
238
+ subClassOf: "bibo:Document".freeze,
239
+ type: "owl:Class".freeze,
240
+ "vs:term_status" => %(unstable).freeze
241
+ term :Manuscript,
242
+ comment: %(An unpublished Document, which may also be submitted to a publisher for publication.).freeze,
243
+ label: "Manuscript".freeze,
244
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
245
+ subClassOf: "bibo:Document".freeze,
246
+ type: "owl:Class".freeze,
247
+ "vs:term_status" => %(stable).freeze
248
+ term :Map,
249
+ comment: %(A graphical depiction of geographic features.).freeze,
250
+ label: "Map".freeze,
251
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
252
+ subClassOf: "bibo:Image".freeze,
253
+ type: "owl:Class".freeze,
254
+ "vs:term_status" => %(unstable).freeze
255
+ term :MultiVolumeBook,
256
+ comment: %(A loose, thematic, collection of Documents, often Books.).freeze,
257
+ label: "Series".freeze,
258
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
259
+ subClassOf: "bibo:Collection".freeze,
260
+ type: "owl:Class".freeze,
261
+ "vs:term_status" => %(stable).freeze
262
+ term :Newspaper,
263
+ comment: %(A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising.).freeze,
264
+ label: "Newspaper".freeze,
265
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
266
+ subClassOf: "bibo:Periodical".freeze,
267
+ type: "owl:Class".freeze,
268
+ "vs:term_status" => %(stable).freeze
269
+ term :Note,
270
+ comment: %(Notes or annotations about a resource.).freeze,
271
+ label: "Note".freeze,
272
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
273
+ subClassOf: "bibo:Document".freeze,
274
+ type: "owl:Class".freeze,
275
+ "vs:term_status" => %(stable).freeze
276
+ term :Patent,
277
+ comment: %(A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years.).freeze,
278
+ label: "Patent".freeze,
279
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
280
+ subClassOf: "bibo:Document".freeze,
281
+ type: "owl:Class".freeze,
282
+ "vs:term_status" => %(stable).freeze
283
+ term :Performance,
284
+ comment: %(A public performance.).freeze,
285
+ label: "Performance".freeze,
286
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
287
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
288
+ type: "owl:Class".freeze,
289
+ "vs:term_status" => %(unstable).freeze
290
+ term :Periodical,
291
+ comment: %(A group of related documents issued at regular intervals.).freeze,
292
+ label: "Periodical".freeze,
293
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
294
+ subClassOf: "bibo:Collection".freeze,
295
+ type: "owl:Class".freeze,
296
+ "vs:term_status" => %(stable).freeze
297
+ term :PersonalCommunication,
298
+ comment: %(A communication between an agent and one or more specific recipients.).freeze,
299
+ label: "Personal Communication".freeze,
300
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
301
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
302
+ type: "owl:Class".freeze,
303
+ "vs:term_status" => %(stable).freeze
304
+ term :PersonalCommunicationDocument,
305
+ comment: %(A personal communication manifested in some document.).freeze,
306
+ label: "Personal Communication Document".freeze,
307
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
308
+ subClassOf: "bibo:Document".freeze,
309
+ type: "owl:Class".freeze,
310
+ "vs:term_status" => %(stable).freeze
311
+ term :Proceedings,
312
+ comment: %(A compilation of documents published from an event, such as a conference.).freeze,
313
+ label: "Proceedings".freeze,
314
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
315
+ subClassOf: "bibo:Book".freeze,
316
+ type: "owl:Class".freeze,
317
+ "vs:term_status" => %(unstable).freeze
318
+ term :Quote,
319
+ comment: %(An excerpted collection of words.).freeze,
320
+ label: "Quote".freeze,
321
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
322
+ subClassOf: "bibo:Excerpt".freeze,
323
+ type: "owl:Class".freeze,
324
+ "vs:term_status" => %(stable).freeze
325
+ term :ReferenceSource,
326
+ comment: %(A document that presents authoritative reference information, such as a dictionary or encylopedia .).freeze,
327
+ label: "Reference Source".freeze,
328
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
329
+ subClassOf: "bibo:Document".freeze,
330
+ type: "owl:Class".freeze,
331
+ "vs:term_status" => %(unstable).freeze
332
+ term :Report,
333
+ comment: %(A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..).freeze,
334
+ label: "Report".freeze,
335
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
336
+ subClassOf: "bibo:Document".freeze,
337
+ type: "owl:Class".freeze,
338
+ "vs:term_status" => %(stable).freeze
339
+ term :Series,
340
+ comment: %(A loose, thematic, collection of Documents, often Books.).freeze,
341
+ label: "Series".freeze,
342
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
343
+ subClassOf: "bibo:Collection".freeze,
344
+ type: "owl:Class".freeze,
345
+ "vs:term_status" => %(stable).freeze
346
+ term :Slide,
347
+ comment: %(A slide in a slideshow).freeze,
348
+ label: "Slide".freeze,
349
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
350
+ subClassOf: "bibo:DocumentPart".freeze,
351
+ type: "owl:Class".freeze,
352
+ "vs:term_status" => %(unstable).freeze
353
+ term :Slideshow,
354
+ comment: %(A presentation of a series of slides, usually presented in front of an audience with written text and images.).freeze,
355
+ label: "Slideshow".freeze,
356
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
357
+ subClassOf: "bibo:Document".freeze,
358
+ type: "owl:Class".freeze,
359
+ "vs:term_status" => %(stable).freeze
360
+ term :Standard,
361
+ comment: %(A document describing a standard).freeze,
362
+ label: "Standard".freeze,
363
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
364
+ subClassOf: "bibo:Document".freeze,
365
+ type: "owl:Class".freeze,
366
+ "vs:term_status" => %(stable).freeze
367
+ term :Statute,
368
+ comment: %(A bill enacted into law.).freeze,
369
+ label: "Statute".freeze,
370
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
371
+ subClassOf: "bibo:Legislation".freeze,
372
+ type: "owl:Class".freeze,
373
+ "vs:term_status" => %(stable).freeze
374
+ term :Thesis,
375
+ comment: %(A document created to summarize research findings associated with the completion of an academic degree.).freeze,
376
+ label: "Thesis".freeze,
377
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
378
+ subClassOf: "bibo:Document".freeze,
379
+ type: "owl:Class".freeze,
380
+ "vs:term_status" => %(stable).freeze
381
+ term :ThesisDegree,
382
+ comment: %(The academic degree of a Thesis).freeze,
383
+ label: "Thesis degree".freeze,
384
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
385
+ type: "owl:Class".freeze,
386
+ "vs:term_status" => %(stable).freeze
387
+ term :Webpage,
388
+ comment: %(A web page is an online document available \(at least initially\) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print.).freeze,
389
+ label: "Webpage".freeze,
390
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
391
+ subClassOf: "bibo:Document".freeze,
392
+ type: "owl:Class".freeze,
393
+ "vs:term_status" => %(unstable).freeze
394
+ term :Website,
395
+ comment: %(A group of Webpages accessible on the Web.).freeze,
396
+ label: "Website".freeze,
397
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
398
+ subClassOf: "bibo:Collection".freeze,
399
+ type: "owl:Class".freeze,
400
+ "vs:term_status" => %(unstable).freeze
401
+ term :Workshop,
402
+ comment: %(A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.).freeze,
403
+ label: "Workshop".freeze,
404
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
405
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
406
+ type: "owl:Class".freeze,
407
+ "vs:term_status" => %(stable).freeze
408
+
409
+ # Property definitions
410
+ property :abstract,
411
+ comment: %(A summary of the resource.).freeze,
412
+ domain: "rdfs:Resource".freeze,
413
+ label: "abstract".freeze,
414
+ range: "rdfs:Literal".freeze,
415
+ "rdfs:isDefinedBy" => %(http://purl.org/dc/terms/).freeze,
416
+ type: "owl:DatatypeProperty".freeze,
417
+ "vs:term_status" => %(stable).freeze
418
+ property :affirmedBy,
419
+ comment: %(A legal decision that affirms a ruling.).freeze,
420
+ domain: "bibo:LegalDecision".freeze,
421
+ label: "affirmedBy".freeze,
422
+ range: "bibo:LegalDecision".freeze,
423
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
424
+ subPropertyOf: "bibo:subsequentLegalDecision".freeze,
425
+ type: "owl:ObjectProperty".freeze
426
+ property :annotates,
427
+ comment: %(Critical or explanatory note for a Document.).freeze,
428
+ domain: "bibo:Note".freeze,
429
+ label: "annotates".freeze,
430
+ range: "rdfs:Resource".freeze,
431
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
432
+ subPropertyOf: "dc:relation".freeze,
433
+ type: "owl:ObjectProperty".freeze,
434
+ "vs:term_status" => %(stable).freeze
435
+ property :argued,
436
+ comment: %(The date on which a legal case is argued before a court. Date is of format xsd:date).freeze,
437
+ domain: "bibo:LegalDocument".freeze,
438
+ label: "date argued".freeze,
439
+ range: "rdfs:Literal".freeze,
440
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
441
+ type: "owl:DatatypeProperty".freeze,
442
+ "vs:term_status" => %(unstable).freeze
443
+ property :asin,
444
+ label: "asin".freeze,
445
+ range: "rdfs:Literal".freeze,
446
+ subPropertyOf: "bibo:identifier".freeze,
447
+ type: "owl:DatatypeProperty".freeze
448
+ property :authorList,
449
+ comment: %(An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.).freeze,
450
+ domain: "bibo:Document".freeze,
451
+ label: "list of authors".freeze,
452
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
453
+ subPropertyOf: "bibo:contributorList".freeze,
454
+ type: "owl:ObjectProperty".freeze,
455
+ "vs:term_status" => %(stable).freeze
456
+ property :chapter,
457
+ comment: %(An chapter number).freeze,
458
+ domain: "bibo:BookSection".freeze,
459
+ label: "chapter".freeze,
460
+ range: "rdfs:Literal".freeze,
461
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
462
+ subPropertyOf: "bibo:locator".freeze,
463
+ type: "owl:DatatypeProperty".freeze,
464
+ "vs:term_status" => %(unstable).freeze
465
+ property :citedBy,
466
+ comment: %(Relates a document to another document that cites the
467
+ first document.).freeze,
468
+ domain: "bibo:Document".freeze,
469
+ label: "cited by".freeze,
470
+ "owl:inverseOf" => %(bibo:cites).freeze,
471
+ range: "bibo:Document".freeze,
472
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
473
+ type: "owl:ObjectProperty".freeze,
474
+ "vs:term_status" => %(unstable).freeze
475
+ property :cites,
476
+ comment: %(Relates a document to another document that is cited
477
+ by the first document as reference, comment, review, quotation or for
478
+ another purpose.).freeze,
479
+ domain: "bibo:Document".freeze,
480
+ label: "cites".freeze,
481
+ range: "bibo:Document".freeze,
482
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
483
+ subPropertyOf: "dc:references".freeze,
484
+ type: "owl:ObjectProperty".freeze,
485
+ "vs:term_status" => %(unstable).freeze
486
+ property :coden,
487
+ label: "coden".freeze,
488
+ range: "rdfs:Literal".freeze,
489
+ subPropertyOf: "bibo:identifier".freeze,
490
+ type: "owl:DatatypeProperty".freeze
491
+ property :content,
492
+ comment: %(This property is for a plain-text rendering of the content of a Document. While the plain-text content of an entire document could be described by this property.).freeze,
493
+ domain: "bibo:Document".freeze,
494
+ label: "content".freeze,
495
+ "owl:deprecated" => %(true).freeze,
496
+ range: "rdfs:Literal".freeze,
497
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
498
+ "skos:historyNote" => %(bibo:content has been deprecated; we recommend to use "rdf:value" for this purpose. Here is the rational behind this choice: http://www.w3.org/TR/2004/REC-rdf-primer-20040210/#rdfvalue).freeze,
499
+ type: "owl:DatatypeProperty".freeze,
500
+ "vs:term_status" => %(unstable).freeze
501
+ property :contributorList,
502
+ comment: %(An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.).freeze,
503
+ domain: "bibo:Document".freeze,
504
+ label: "list of contributors".freeze,
505
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
506
+ type: "owl:ObjectProperty".freeze,
507
+ "vs:term_status" => %(stable).freeze
508
+ property :court,
509
+ comment: %(A court associated with a legal document; for example, that which issues a decision.).freeze,
510
+ domain: "bibo:LegalDocument".freeze,
511
+ label: "court".freeze,
512
+ range: "foaf:Organization".freeze,
513
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
514
+ type: "owl:ObjectProperty".freeze,
515
+ "vs:term_status" => %(unstable).freeze
516
+ property :degree,
517
+ comment: %(The thesis degree.).freeze,
518
+ domain: "bibo:Thesis".freeze,
519
+ label: "degree".freeze,
520
+ range: "bibo:ThesisDegree".freeze,
521
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
522
+ "skos:editorialNote" => %(We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen.).freeze,
523
+ type: "owl:ObjectProperty".freeze,
524
+ "vs:term_status" => %(unstable).freeze
525
+ property :director,
526
+ comment: %(A Film director.).freeze,
527
+ domain: "bibo:AudioVisualDocument".freeze,
528
+ label: "director".freeze,
529
+ range: "foaf:Agent".freeze,
530
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
531
+ subPropertyOf: "dc:contributor".freeze,
532
+ type: "owl:ObjectProperty".freeze,
533
+ "vs:term_status" => %(stable).freeze
534
+ property :distributor,
535
+ comment: %(Distributor of a document or a collection of documents.).freeze,
536
+ label: "distributor".freeze,
537
+ range: "foaf:Agent".freeze,
538
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
539
+ type: "owl:ObjectProperty".freeze,
540
+ "vs:term_status" => %(stable).freeze
541
+ property :doi,
542
+ label: "doi".freeze,
543
+ range: "rdfs:Literal".freeze,
544
+ subPropertyOf: "bibo:identifier".freeze,
545
+ type: "owl:DatatypeProperty".freeze
546
+ property :eanucc13,
547
+ label: "eanucc13".freeze,
548
+ range: "rdfs:Literal".freeze,
549
+ subPropertyOf: "bibo:identifier".freeze,
550
+ type: "owl:DatatypeProperty".freeze
551
+ property :edition,
552
+ comment: %(The name defining a special edition of a document. Normally its a literal value composed of a version number and words.).freeze,
553
+ domain: "bibo:Document".freeze,
554
+ label: "edition".freeze,
555
+ range: "rdfs:Literal".freeze,
556
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
557
+ type: "owl:DatatypeProperty".freeze,
558
+ "vs:term_status" => %(stable).freeze
559
+ property :editor,
560
+ comment: %(A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication.).freeze,
561
+ label: "editor".freeze,
562
+ range: "foaf:Agent".freeze,
563
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
564
+ subPropertyOf: "dc:contributor".freeze,
565
+ type: "owl:ObjectProperty".freeze,
566
+ "vs:term_status" => %(stable).freeze
567
+ property :editorList,
568
+ comment: %(An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.).freeze,
569
+ domain: "bibo:Document".freeze,
570
+ label: "list of editors".freeze,
571
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
572
+ subPropertyOf: "bibo:contributorList".freeze,
573
+ type: "owl:ObjectProperty".freeze,
574
+ "vs:term_status" => %(stable).freeze
575
+ property :eissn,
576
+ label: "eissn".freeze,
577
+ range: "rdfs:Literal".freeze,
578
+ subPropertyOf: "bibo:identifier".freeze,
579
+ type: "owl:DatatypeProperty".freeze
580
+ property :gtin14,
581
+ label: "gtin14".freeze,
582
+ range: "rdfs:Literal".freeze,
583
+ subPropertyOf: "bibo:identifier".freeze,
584
+ type: "owl:DatatypeProperty".freeze
585
+ property :handle,
586
+ label: "handle".freeze,
587
+ range: "rdfs:Literal".freeze,
588
+ subPropertyOf: "bibo:identifier".freeze,
589
+ type: "owl:DatatypeProperty".freeze
590
+ property :identifier,
591
+ label: "identifier".freeze,
592
+ range: "rdfs:Literal".freeze,
593
+ type: "owl:DatatypeProperty".freeze
594
+ property :interviewee,
595
+ comment: %(An agent that is interviewed by another agent.).freeze,
596
+ domain: "foaf:Agent".freeze,
597
+ label: "interviewee".freeze,
598
+ range: "foaf:Agent".freeze,
599
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
600
+ subPropertyOf: "dc:contributor".freeze,
601
+ type: "owl:ObjectProperty".freeze,
602
+ "vs:term_status" => %(stable).freeze
603
+ property :interviewer,
604
+ comment: %(An agent that interview another agent.).freeze,
605
+ domain: "foaf:Agent".freeze,
606
+ label: "interviewer".freeze,
607
+ range: "foaf:Agent".freeze,
608
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
609
+ subPropertyOf: "dc:contributor".freeze,
610
+ type: "owl:ObjectProperty".freeze,
611
+ "vs:term_status" => %(stable).freeze
612
+ property :isbn,
613
+ label: "isbn".freeze,
614
+ subPropertyOf: "bibo:identifier".freeze,
615
+ type: "owl:DatatypeProperty".freeze
616
+ property :isbn10,
617
+ label: "isbn10".freeze,
618
+ range: "rdfs:Literal".freeze,
619
+ subPropertyOf: "bibo:isbn".freeze,
620
+ type: "owl:DatatypeProperty".freeze
621
+ property :isbn13,
622
+ label: "isbn13".freeze,
623
+ range: "rdfs:Literal".freeze,
624
+ subPropertyOf: "bibo:isbn".freeze,
625
+ type: "owl:DatatypeProperty".freeze
626
+ property :issn,
627
+ label: "issn".freeze,
628
+ range: "rdfs:Literal".freeze,
629
+ subPropertyOf: "bibo:identifier".freeze,
630
+ type: "owl:DatatypeProperty".freeze
631
+ property :issue,
632
+ comment: %(An issue number).freeze,
633
+ domain: "bibo:Issue".freeze,
634
+ label: "issue".freeze,
635
+ range: "rdfs:Literal".freeze,
636
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
637
+ subPropertyOf: "bibo:locator".freeze,
638
+ type: "owl:DatatypeProperty".freeze,
639
+ "vs:term_status" => %(stable).freeze
640
+ property :issuer,
641
+ comment: %(An entity responsible for issuing often informally published documents such as press releases, reports, etc.).freeze,
642
+ label: "issuer".freeze,
643
+ range: "foaf:Agent".freeze,
644
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
645
+ subPropertyOf: "dc:publisher".freeze,
646
+ type: "owl:ObjectProperty".freeze,
647
+ "vs:term_status" => %(unstable).freeze
648
+ property :lccn,
649
+ label: "lccn".freeze,
650
+ range: "rdfs:Literal".freeze,
651
+ subPropertyOf: "bibo:identifier".freeze,
652
+ type: "owl:DatatypeProperty".freeze
653
+ property :locator,
654
+ comment: %(A description \(often numeric\) that locates an item within a containing document or collection.).freeze,
655
+ domain: "bibo:Document".freeze,
656
+ label: "locator".freeze,
657
+ range: "rdfs:Literal".freeze,
658
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
659
+ type: "owl:DatatypeProperty".freeze,
660
+ "vs:term_status" => %(stable).freeze
661
+ property :numPages,
662
+ comment: %(The number of pages contained in a document).freeze,
663
+ domain: "bibo:Document".freeze,
664
+ label: "number of pages".freeze,
665
+ range: "rdfs:Literal".freeze,
666
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
667
+ type: "owl:DatatypeProperty".freeze,
668
+ "vs:term_status" => %(stable).freeze
669
+ property :numVolumes,
670
+ comment: %(The number of volumes contained in a collection of documents \(usually a series, periodical, etc.\).).freeze,
671
+ domain: "bibo:Collection".freeze,
672
+ label: "number of volumes".freeze,
673
+ range: "rdfs:Literal".freeze,
674
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
675
+ type: "owl:DatatypeProperty".freeze,
676
+ "vs:term_status" => %(stable).freeze
677
+ property :number,
678
+ comment: %(A generic item or document number. Not to be confused with issue number.).freeze,
679
+ domain: "bibo:Document".freeze,
680
+ label: "number".freeze,
681
+ range: "rdfs:Literal".freeze,
682
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
683
+ type: "owl:DatatypeProperty".freeze,
684
+ "vs:term_status" => %(stable).freeze
685
+ property :oclcnum,
686
+ label: "oclcnum".freeze,
687
+ range: "rdfs:Literal".freeze,
688
+ subPropertyOf: "bibo:identifier".freeze,
689
+ type: "owl:DatatypeProperty".freeze
690
+ property :organizer,
691
+ comment: %(The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.).freeze,
692
+ domain: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
693
+ label: "organizer".freeze,
694
+ range: "foaf:Agent".freeze,
695
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
696
+ type: "owl:ObjectProperty".freeze,
697
+ "vs:term_status" => %(unstable).freeze
698
+ property :owner,
699
+ comment: %(Owner of a document or a collection of documents.).freeze,
700
+ label: "owner".freeze,
701
+ range: "foaf:Agent".freeze,
702
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
703
+ type: "owl:ObjectProperty".freeze,
704
+ "vs:term_status" => %(unstable).freeze
705
+ property :pageEnd,
706
+ comment: %(Ending page number within a continuous page range.).freeze,
707
+ domain: "bibo:Document".freeze,
708
+ label: "page end".freeze,
709
+ range: "rdfs:Literal".freeze,
710
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
711
+ subPropertyOf: "bibo:locator".freeze,
712
+ type: "owl:DatatypeProperty".freeze,
713
+ "vs:term_status" => %(stable).freeze
714
+ property :pageStart,
715
+ comment: %(Starting page number within a continuous page range.).freeze,
716
+ domain: "bibo:Document".freeze,
717
+ label: "page start".freeze,
718
+ range: "rdfs:Literal".freeze,
719
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
720
+ subPropertyOf: "bibo:locator".freeze,
721
+ type: "owl:DatatypeProperty".freeze,
722
+ "vs:term_status" => %(stable).freeze
723
+ property :pages,
724
+ comment: %(A string of non-contiguous page spans that locate a Document within a Collection. Example: 23-25, 34, 54-56. For continuous page ranges, use the pageStart and pageEnd properties.).freeze,
725
+ domain: "bibo:Document".freeze,
726
+ label: "pages".freeze,
727
+ range: "rdfs:Literal".freeze,
728
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
729
+ subPropertyOf: "bibo:locator".freeze,
730
+ type: "owl:DatatypeProperty".freeze,
731
+ "vs:term_status" => %(stable).freeze
732
+ property :performer,
733
+ domain: "bibo:Performance".freeze,
734
+ label: "performer".freeze,
735
+ range: "foaf:Agent".freeze,
736
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
737
+ subPropertyOf: "dc:contributor".freeze,
738
+ type: "owl:ObjectProperty".freeze,
739
+ "vs:term_status" => %(stable).freeze
740
+ property :pmid,
741
+ label: "pmid".freeze,
742
+ range: "rdfs:Literal".freeze,
743
+ subPropertyOf: "bibo:identifier".freeze,
744
+ type: "owl:DatatypeProperty".freeze
745
+ property :prefixName,
746
+ comment: %(The prefix of a name).freeze,
747
+ domain: "foaf:Agent".freeze,
748
+ label: "prefix name".freeze,
749
+ range: "rdfs:Literal".freeze,
750
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
751
+ type: "owl:DatatypeProperty".freeze,
752
+ "vs:term_status" => %(stable).freeze
753
+ property :presentedAt,
754
+ comment: %(Relates a document to an event; for example, a paper to a conference.).freeze,
755
+ domain: "bibo:Document".freeze,
756
+ label: "presented at".freeze,
757
+ range: "bibo:Event".freeze,
758
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
759
+ subPropertyOf: "http://purl.org/NET/c4dm/event.owl#produced_in".freeze,
760
+ type: "owl:ObjectProperty".freeze,
761
+ "vs:term_status" => %(unstable).freeze
762
+ property :presents,
763
+ comment: %(Relates an event to associated documents; for example, conference to a paper.).freeze,
764
+ domain: "bibo:Event".freeze,
765
+ label: "presented at".freeze,
766
+ "owl:inverseOf" => %(bibo:presentedAt).freeze,
767
+ range: "bibo:Document".freeze,
768
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
769
+ subPropertyOf: "http://purl.org/NET/c4dm/event.owl#product".freeze,
770
+ type: "owl:ObjectProperty".freeze,
771
+ "vs:term_status" => %(unstable).freeze
772
+ property :producer,
773
+ comment: %(Producer of a document or a collection of documents.).freeze,
774
+ label: "producer".freeze,
775
+ range: "foaf:Agent".freeze,
776
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
777
+ type: "owl:ObjectProperty".freeze,
778
+ "vs:term_status" => %(stable).freeze
779
+ property :recipient,
780
+ comment: %(An agent that receives a communication document.).freeze,
781
+ domain: "bibo:PersonalCommunicationDocument".freeze,
782
+ label: "recipient".freeze,
783
+ range: "foaf:Agent".freeze,
784
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
785
+ type: "owl:ObjectProperty".freeze,
786
+ "vs:term_status" => %(stable).freeze
787
+ property :reproducedIn,
788
+ comment: %(The resource in which another resource is reproduced.).freeze,
789
+ domain: "bibo:Document".freeze,
790
+ label: "reproducedIn".freeze,
791
+ range: "bibo:Document".freeze,
792
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
793
+ subPropertyOf: "dc:isPartOf".freeze,
794
+ type: "owl:ObjectProperty".freeze,
795
+ "vs:term_status" => %(unstable).freeze
796
+ property :reversedBy,
797
+ comment: %(A legal decision that reverses a ruling.).freeze,
798
+ domain: "bibo:LegalDecision".freeze,
799
+ label: "reversedBy".freeze,
800
+ range: "bibo:LegalDecision".freeze,
801
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
802
+ subPropertyOf: "bibo:subsequentLegalDecision".freeze,
803
+ type: "owl:ObjectProperty".freeze
804
+ property :reviewOf,
805
+ comment: %(Relates a review document to a reviewed thing \(resource, item, etc.\).).freeze,
806
+ domain: "bibo:Document".freeze,
807
+ label: "review of".freeze,
808
+ range: "rdfs:Resource".freeze,
809
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
810
+ subPropertyOf: "dc:relation".freeze,
811
+ type: "owl:ObjectProperty".freeze,
812
+ "vs:term_status" => %(stable).freeze
813
+ property :section,
814
+ comment: %(A section number).freeze,
815
+ domain: "bibo:Document".freeze,
816
+ label: "section".freeze,
817
+ range: "rdfs:Literal".freeze,
818
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
819
+ "skos:example" => %(Di Rado, Alicia. 1995. Trekking through college: Classes explore
820
+ modern society using the world of Star trek. Los Angeles Times, March
821
+ 15, sec. A, p. 3.).freeze,
822
+ subPropertyOf: "bibo:locator".freeze,
823
+ type: "owl:DatatypeProperty".freeze,
824
+ "vs:term_status" => %(unstable).freeze
825
+ property :shortDescription,
826
+ domain: "bibo:Document".freeze,
827
+ label: "shortDescription".freeze,
828
+ range: "rdfs:Literal".freeze,
829
+ type: "owl:DatatypeProperty".freeze
830
+ property :shortTitle,
831
+ comment: %(The abbreviation of a title.).freeze,
832
+ domain: "bibo:Document".freeze,
833
+ label: "short title".freeze,
834
+ range: "rdfs:Literal".freeze,
835
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
836
+ type: "owl:DatatypeProperty".freeze,
837
+ "vs:term_status" => %(stable).freeze
838
+ property :sici,
839
+ label: "sici".freeze,
840
+ range: "rdfs:Literal".freeze,
841
+ subPropertyOf: "bibo:identifier".freeze,
842
+ type: "owl:DatatypeProperty".freeze
843
+ property :status,
844
+ comment: %(The publication status of \(typically academic\) content.).freeze,
845
+ domain: "bibo:Document".freeze,
846
+ label: "status".freeze,
847
+ range: "bibo:DocumentStatus".freeze,
848
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
849
+ "skos:editorialNote" => %(We are not defining, using an enumeration, the range of the bibo:status to the defined list of bibo:DocumentStatus. We won't do it because we want people to be able to define new status if needed by some special usecases. Creating such an enumeration would restrict this to happen.).freeze,
850
+ type: "owl:ObjectProperty".freeze,
851
+ "vs:term_status" => %(stable).freeze
852
+ property :subsequentLegalDecision,
853
+ comment: %(A legal decision on appeal that takes action on a case \(affirming it, reversing it, etc.\).).freeze,
854
+ domain: "bibo:LegalDecision".freeze,
855
+ label: "subsequentLegalDecision".freeze,
856
+ range: "bibo:LegalDecision".freeze,
857
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
858
+ subPropertyOf: "dc:isReferencedBy".freeze,
859
+ type: "owl:ObjectProperty".freeze
860
+ property :suffixName,
861
+ comment: %(The suffix of a name).freeze,
862
+ domain: "foaf:Agent".freeze,
863
+ label: "suffix name".freeze,
864
+ range: "rdfs:Literal".freeze,
865
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
866
+ type: "owl:DatatypeProperty".freeze,
867
+ "vs:term_status" => %(stable).freeze
868
+ property :transcriptOf,
869
+ comment: %(Relates a document to some transcribed original.).freeze,
870
+ domain: "bibo:Document".freeze,
871
+ label: "transcript of".freeze,
872
+ range: "rdfs:Resource".freeze,
873
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
874
+ subPropertyOf: "dc:relation".freeze,
875
+ type: "owl:ObjectProperty".freeze,
876
+ "vs:term_status" => %(unstable).freeze
877
+ property :translationOf,
878
+ comment: %(Relates a translated document to the original document.).freeze,
879
+ domain: "bibo:Document".freeze,
880
+ label: "translation of".freeze,
881
+ range: "bibo:Document".freeze,
882
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
883
+ subPropertyOf: "dc:isVersionOf".freeze,
884
+ type: "owl:ObjectProperty".freeze,
885
+ "vs:term_status" => %(stable).freeze
886
+ property :translator,
887
+ comment: %(A person who translates written document from one language to another.).freeze,
888
+ label: "translator".freeze,
889
+ range: "foaf:Agent".freeze,
890
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
891
+ subPropertyOf: "dc:contributor".freeze,
892
+ type: "owl:ObjectProperty".freeze,
893
+ "vs:term_status" => %(stable).freeze
894
+ property :upc,
895
+ label: "upc".freeze,
896
+ range: "rdfs:Literal".freeze,
897
+ subPropertyOf: "bibo:identifier".freeze,
898
+ type: "owl:DatatypeProperty".freeze
899
+ property :uri,
900
+ comment: %(Universal Resource Identifier of a document).freeze,
901
+ label: "uri".freeze,
902
+ range: "rdfs:Literal".freeze,
903
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
904
+ subPropertyOf: "bibo:identifier".freeze,
905
+ type: "owl:DatatypeProperty".freeze,
906
+ "vs:term_status" => %(stable).freeze
907
+ property :volume,
908
+ comment: %(A volume number).freeze,
909
+ domain: "bibo:Document".freeze,
910
+ label: "volume".freeze,
911
+ range: "rdfs:Literal".freeze,
912
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
913
+ subPropertyOf: "bibo:locator".freeze,
914
+ type: "owl:DatatypeProperty".freeze,
915
+ "vs:term_status" => %(stable).freeze
916
+
917
+ # Extra definitions
918
+ term :"",
919
+ "dc:creator" => [%(bibo:bdarcus).freeze, %(bibo:fgiasson).freeze],
920
+ "dc:description" => %(The Bibliographic Ontology describes
921
+ bibliographic things on the semantic Web in RDF. This ontology can be
922
+ used as a citation ontology, as a document classification ontology, or
923
+ simply as a way to describe any kind of document in RDF. It has been
924
+ inspired by many existing document description metadata formats, and
925
+ can be used as a common ground for converting other bibliographic data
926
+ sources.).freeze,
927
+ "dc:title" => %(The Bibliographic Ontology).freeze,
928
+ label: "".freeze,
929
+ "owl:versionInfo" => %(http://purl.org/ontology/bibo/1.3/).freeze,
930
+ type: "owl:Ontology".freeze
931
+ term :bdarcus,
932
+ "foaf:name" => %(Bruce D'Arcus).freeze,
933
+ label: "bdarcus".freeze,
934
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
935
+ "rdfs:seeAlso" => %(http://purl.org/net/darcusb/info#me).freeze,
936
+ type: ["owl:Thing".freeze, "foaf:Person".freeze]
937
+ term :"degrees/ma",
938
+ comment: %(masters degree in arts).freeze,
939
+ label: "M.A.".freeze,
940
+ type: ["bibo:ThesisDegree".freeze, "owl:Thing".freeze],
941
+ "vs:term_status" => %(stable).freeze
942
+ term :"degrees/ms",
943
+ comment: %(masters degree in science).freeze,
944
+ label: "M.S.".freeze,
945
+ type: ["bibo:ThesisDegree".freeze, "owl:Thing".freeze],
946
+ "vs:term_status" => %(stable).freeze
947
+ term :"degrees/phd",
948
+ comment: %(PhD degree).freeze,
949
+ label: "PhD degree".freeze,
950
+ type: ["owl:Thing".freeze, "bibo:ThesisDegree".freeze],
951
+ "vs:term_status" => %(stable).freeze
952
+ term :fgiasson,
953
+ "foaf:name" => %(Frederick Giasson).freeze,
954
+ label: "fgiasson".freeze,
955
+ "rdfs:isDefinedBy" => %(http://purl.org/ontology/bibo/).freeze,
956
+ "rdfs:seeAlso" => %(http://fgiasson.com/me/).freeze,
957
+ type: ["foaf:Person".freeze, "owl:Thing".freeze]
958
+ term :"status/accepted",
959
+ comment: %(Accepted for publication after peer reviewing.).freeze,
960
+ label: "accepted".freeze,
961
+ type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
962
+ "vs:term_status" => %(stable).freeze
963
+ term :"status/draft",
964
+ comment: %(Document drafted).freeze,
965
+ label: "draft".freeze,
966
+ type: ["owl:Thing".freeze, "bibo:DocumentStatus".freeze],
967
+ "vs:term_status" => %(stable).freeze
968
+ term :"status/forthcoming",
969
+ comment: %(Document to be published).freeze,
970
+ label: "forthcoming".freeze,
971
+ type: ["owl:Thing".freeze, "bibo:DocumentStatus".freeze],
972
+ "vs:term_status" => %(stable).freeze
973
+ term :"status/legal",
974
+ comment: %(Legal document).freeze,
975
+ label: "legal".freeze,
976
+ type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
977
+ "vs:term_status" => %(stable).freeze
978
+ term :"status/nonPeerReviewed",
979
+ comment: %(A document that is not peer reviewed).freeze,
980
+ label: "non peer reviewed".freeze,
981
+ type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
982
+ "vs:term_status" => %(stable).freeze
983
+ term :"status/peerReviewed",
984
+ comment: %(The process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication.).freeze,
985
+ label: "peer reviewed".freeze,
986
+ type: ["owl:Thing".freeze, "bibo:DocumentStatus".freeze],
987
+ "vs:term_status" => %(stable).freeze
988
+ term :"status/published",
989
+ comment: %(Published document).freeze,
990
+ label: "published".freeze,
991
+ type: ["owl:Thing".freeze, "bibo:DocumentStatus".freeze],
992
+ "vs:term_status" => %(stable).freeze
993
+ term :"status/rejected",
994
+ comment: %(Rejected for publication after peer reviewing.).freeze,
995
+ label: "rejected".freeze,
996
+ type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
997
+ "vs:term_status" => %(stable).freeze
998
+ term :"status/unpublished",
999
+ comment: %(Unpublished document).freeze,
1000
+ label: "unpublished".freeze,
1001
+ type: ["owl:Thing".freeze, "bibo:DocumentStatus".freeze],
1002
+ "vs:term_status" => %(stable).freeze
1003
+ end
1004
+ end