rdf-vocab 3.0.8 → 3.0.10

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
  SHA256:
3
- metadata.gz: 9277e3fd5e551db42d89404b3d8637991bf661658fa727088ac5ec18853a0055
4
- data.tar.gz: f0c3a84a3aa3f0055f2cf3979f038310759574867de4b99b92e1defd6d941e69
3
+ metadata.gz: 20b1db11c6d435daea59213b98473e77ecdffa5cd6cd8c47b67c26e198ab9e77
4
+ data.tar.gz: a0a7cc0d51d0d079943c688f7e543b943708f4084fbfd49de2e9fc2a33334e9a
5
5
  SHA512:
6
- metadata.gz: 141d2d916f47bdcbeec96f84a19d8539ab944217dfb9e3bb2e36b44735747555f42524596f1af8816ed0d467d10727d9e979b16db3dc3cf9617a5e85e0024ef9
7
- data.tar.gz: e133e05981ecf01b7c77ce602177b433d76b6af90aa5bd58555e8072f3219af0ca2237de24265a78f21d81f4c6a35892f1f2d6be9cb2efef1b009c455876e003
6
+ metadata.gz: 30a60e94fa725b03739633e889a25662d9df1028d508b05b21129840424ce3e5317a78b9000b20c99f114ce8cde7bd51983c118a8e8d22b6f6fcbc5de4df021d
7
+ data.tar.gz: 5ffb09f8d3a5dce186d5cac5b3c6ad1c094601937b1011eb1136384e30692d5ce33e2f2ac184a8afeae2bd799eb612ef0f433ecfb0460aa77e10e6f7ed56165a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.8
1
+ 3.0.10
@@ -14,162 +14,196 @@ module RDF::Vocab
14
14
  "dc:creator": ["bibo:bdarcus".freeze, "bibo:fgiasson".freeze],
15
15
  "dc:description": "The Bibliographic Ontology describes\nbibliographic things on the semantic Web in RDF. This ontology can be\nused as a citation ontology, as a document classification ontology, or\nsimply as a way to describe any kind of document in RDF. It has been\ninspired by many existing document description metadata formats, and\ncan be used as a common ground for converting other bibliographic data\nsources.".freeze,
16
16
  "dc:title": "The Bibliographic Ontology".freeze,
17
- label: "".freeze,
18
17
  "owl:versionInfo": "http://purl.org/ontology/bibo/1.3/".freeze,
19
18
  type: "owl:Ontology".freeze
20
19
 
21
20
  # Class definitions
22
21
  term :AcademicArticle,
23
22
  comment: %(A scholarly academic article, typically published in a journal.).freeze,
24
- isDefinedBy: "bibo:".freeze,
23
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
25
24
  label: "Academic Article".freeze,
26
25
  subClassOf: "bibo:Article".freeze,
27
26
  type: "owl:Class".freeze,
28
27
  "vs:term_status": "stable".freeze
29
28
  term :Article,
30
29
  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,
31
- isDefinedBy: "bibo:".freeze,
30
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
32
31
  label: "Article".freeze,
33
32
  subClassOf: "bibo:Document".freeze,
34
33
  type: "owl:Class".freeze,
35
34
  "vs:term_status": "stable".freeze
36
35
  term :AudioDocument,
37
36
  comment: %(An audio document; aka record.).freeze,
38
- isDefinedBy: "bibo:".freeze,
37
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
39
38
  label: "audio document".freeze,
40
39
  subClassOf: "bibo:Document".freeze,
41
40
  type: "owl:Class".freeze,
42
41
  "vs:term_status": "stable".freeze
43
42
  term :AudioVisualDocument,
44
43
  comment: %(An audio-visual document; film, video, and so forth.).freeze,
45
- isDefinedBy: "bibo:".freeze,
44
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
46
45
  label: "audio-visual document".freeze,
47
46
  subClassOf: "bibo:Document".freeze,
48
47
  type: "owl:Class".freeze,
49
48
  "vs:term_status": "stable".freeze
50
49
  term :Bill,
51
50
  comment: %(Draft legislation presented for discussion to a legal body.).freeze,
52
- isDefinedBy: "bibo:".freeze,
51
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
53
52
  label: "Bill".freeze,
54
53
  subClassOf: "bibo:Legislation".freeze,
55
54
  type: "owl:Class".freeze,
56
55
  "vs:term_status": "stable".freeze
57
56
  term :Book,
58
57
  comment: %(A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.).freeze,
59
- isDefinedBy: "bibo:".freeze,
58
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
60
59
  label: "Book".freeze,
61
60
  subClassOf: "bibo:Document".freeze,
62
61
  type: "owl:Class".freeze,
63
62
  "vs:term_status": "stable".freeze
64
63
  term :BookSection,
65
64
  comment: %(A section of a book.).freeze,
66
- isDefinedBy: "bibo:".freeze,
65
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
67
66
  label: "Book Section".freeze,
68
67
  subClassOf: "bibo:DocumentPart".freeze,
69
68
  type: "owl:Class".freeze,
70
69
  "vs:term_status": "unstable".freeze
71
70
  term :Brief,
72
71
  comment: %(A written argument submitted to a court.).freeze,
73
- isDefinedBy: "bibo:".freeze,
72
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
74
73
  label: "Brief".freeze,
75
74
  subClassOf: "bibo:LegalCaseDocument".freeze,
76
75
  type: "owl:Class".freeze,
77
76
  "vs:term_status": "unstable".freeze
78
77
  term :Chapter,
79
78
  comment: %(A chapter of a book.).freeze,
80
- isDefinedBy: "bibo:".freeze,
79
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
81
80
  label: "Chapter".freeze,
82
81
  subClassOf: "bibo:BookSection".freeze,
83
82
  type: "owl:Class".freeze,
84
83
  "vs:term_status": "unstable".freeze
85
84
  term :Code,
86
85
  comment: %(A collection of statutes.).freeze,
87
- isDefinedBy: "bibo:".freeze,
86
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
88
87
  label: "Code".freeze,
89
- subClassOf: "bibo:Periodical".freeze,
88
+ subClassOf: ["bibo:Periodical".freeze, term(
89
+ allValuesFrom: "bibo:Legislation".freeze,
90
+ onProperty: "dc:hasPart".freeze,
91
+ type: "owl:Restriction".freeze
92
+ ), term(
93
+ minCardinality: "1".freeze,
94
+ onProperty: "dc:hasPart".freeze,
95
+ type: "owl:Restriction".freeze
96
+ )],
90
97
  type: "owl:Class".freeze,
91
98
  "vs:term_status": "stable".freeze
92
99
  term :CollectedDocument,
93
100
  comment: %(A document that simultaneously contains other documents.).freeze,
94
- isDefinedBy: "bibo:".freeze,
101
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
95
102
  label: "Collected Document".freeze,
96
- subClassOf: "bibo:Document".freeze,
103
+ subClassOf: ["bibo:Document".freeze, term(
104
+ allValuesFrom: "bibo:Document".freeze,
105
+ onProperty: "dc:hasPart".freeze,
106
+ type: "owl:Restriction".freeze
107
+ ), term(
108
+ minCardinality: "1".freeze,
109
+ onProperty: "dc:hasPart".freeze,
110
+ type: "owl:Restriction".freeze
111
+ )],
97
112
  type: "owl:Class".freeze,
98
113
  "vs:term_status": "stable".freeze
99
114
  term :Collection,
100
115
  comment: %(A collection of Documents or Collections).freeze,
101
- isDefinedBy: "bibo:".freeze,
116
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
102
117
  label: "Collection".freeze,
118
+ subClassOf: term(
119
+ allValuesFrom: term(
120
+ type: "owl:Class".freeze,
121
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
122
+ ),
123
+ onProperty: "dc:hasPart".freeze,
124
+ type: "owl:Restriction".freeze
125
+ ),
103
126
  type: "owl:Class".freeze,
104
127
  "vs:term_status": "stable".freeze
105
128
  term :Conference,
106
129
  comment: %(A meeting for consultation or discussion.).freeze,
107
- isDefinedBy: "bibo:".freeze,
130
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
108
131
  label: "Conference".freeze,
109
132
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
110
133
  type: "owl:Class".freeze,
111
134
  "vs:term_status": "stable".freeze
112
135
  term :CourtReporter,
113
136
  comment: %(A collection of legal cases.).freeze,
114
- isDefinedBy: "bibo:".freeze,
137
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
115
138
  label: "Court Reporter".freeze,
116
- subClassOf: "bibo:Periodical".freeze,
139
+ subClassOf: ["bibo:Periodical".freeze, term(
140
+ allValuesFrom: "bibo:LegalDocument".freeze,
141
+ onProperty: "dc:hasPart".freeze,
142
+ type: "owl:Restriction".freeze
143
+ ), term(
144
+ minCardinality: "1".freeze,
145
+ onProperty: "dc:hasPart".freeze,
146
+ type: "owl:Restriction".freeze
147
+ )],
117
148
  type: "owl:Class".freeze,
118
149
  "vs:term_status": "stable".freeze
119
150
  term :Document,
120
151
  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,
121
152
  equivalentClass: "foaf:Document".freeze,
122
- isDefinedBy: "bibo:".freeze,
153
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
123
154
  label: "Document".freeze,
124
155
  type: "owl:Class".freeze,
125
156
  "vs:term_status": "stable".freeze
126
157
  term :DocumentPart,
127
158
  comment: %(a distinct part of a larger document or collected document.).freeze,
128
- isDefinedBy: "bibo:".freeze,
159
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
129
160
  label: "document part".freeze,
130
- subClassOf: "bibo:Document".freeze,
161
+ subClassOf: ["bibo:Document".freeze, term(
162
+ maxCardinality: "1".freeze,
163
+ onProperty: "dc:isPartOf".freeze,
164
+ type: "owl:Restriction".freeze
165
+ )],
131
166
  type: "owl:Class".freeze,
132
167
  "vs:term_status": "unstable".freeze
133
168
  term :DocumentStatus,
134
169
  comment: %(The status of the publication of a document.).freeze,
135
- isDefinedBy: "bibo:".freeze,
170
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
136
171
  label: "Document Status".freeze,
137
172
  type: "owl:Class".freeze,
138
173
  "vs:term_status": "stable".freeze
139
174
  term :EditedBook,
140
175
  comment: %(An edited book.).freeze,
141
- isDefinedBy: "bibo:".freeze,
176
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
142
177
  label: "Edited Book".freeze,
143
178
  subClassOf: "bibo:CollectedDocument".freeze,
144
179
  type: "owl:Class".freeze,
145
180
  "vs:term_status": "stable".freeze
146
181
  term :Email,
147
182
  comment: %(A written communication addressed to a person or organization and transmitted electronically.).freeze,
148
- isDefinedBy: "bibo:".freeze,
183
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
149
184
  label: "EMail".freeze,
150
185
  subClassOf: "bibo:PersonalCommunicationDocument".freeze,
151
186
  type: "owl:Class".freeze,
152
187
  "vs:term_status": "stable".freeze
153
188
  term :Event,
154
- label: "Event".freeze,
155
189
  type: "owl:Class".freeze
156
190
  term :Excerpt,
157
191
  comment: %(A passage selected from a larger work.).freeze,
158
- isDefinedBy: "bibo:".freeze,
192
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
159
193
  label: "Excerpt".freeze,
160
194
  subClassOf: "bibo:DocumentPart".freeze,
161
195
  type: "owl:Class".freeze,
162
196
  "vs:term_status": "stable".freeze
163
197
  term :Film,
164
198
  comment: %(aka movie.).freeze,
165
- isDefinedBy: "bibo:".freeze,
199
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
166
200
  label: "Film".freeze,
167
201
  subClassOf: "bibo:AudioVisualDocument".freeze,
168
202
  type: "owl:Class".freeze,
169
203
  "vs:term_status": "stable".freeze
170
204
  term :Hearing,
171
205
  comment: %(An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit.).freeze,
172
- isDefinedBy: "bibo:".freeze,
206
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
173
207
  label: "Hearing".freeze,
174
208
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
175
209
  type: "owl:Class".freeze,
@@ -177,244 +211,311 @@ module RDF::Vocab
177
211
  term :Image,
178
212
  comment: %(A document that presents visual or diagrammatic information.).freeze,
179
213
  equivalentClass: "foaf:Image".freeze,
180
- isDefinedBy: "bibo:".freeze,
214
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
181
215
  label: "Image".freeze,
182
216
  subClassOf: "bibo:Document".freeze,
183
217
  type: "owl:Class".freeze,
184
218
  "vs:term_status": "stable".freeze
185
219
  term :Interview,
186
220
  comment: %(A formalized discussion between two or more people.).freeze,
187
- isDefinedBy: "bibo:".freeze,
221
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
188
222
  label: "Interview".freeze,
189
223
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
190
224
  type: "owl:Class".freeze,
191
225
  "vs:term_status": "stable".freeze
192
226
  term :Issue,
193
227
  comment: %(something that is printed or published and distributed, esp. a given number of a periodical).freeze,
194
- isDefinedBy: "bibo:".freeze,
228
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
195
229
  label: "Issue".freeze,
196
- subClassOf: "bibo:CollectedDocument".freeze,
230
+ subClassOf: ["bibo:CollectedDocument".freeze, term(
231
+ allValuesFrom: "bibo:Article".freeze,
232
+ onProperty: "dc:hasPart".freeze,
233
+ type: "owl:Restriction".freeze
234
+ ), term(
235
+ minCardinality: "1".freeze,
236
+ onProperty: "dc:hasPart".freeze,
237
+ type: "owl:Restriction".freeze
238
+ )],
197
239
  type: "owl:Class".freeze,
198
240
  "vs:term_status": "stable".freeze
199
241
  term :Journal,
200
242
  comment: %(A periodical of scholarly journal Articles.).freeze,
201
- isDefinedBy: "bibo:".freeze,
243
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
202
244
  label: "Journal".freeze,
203
- subClassOf: "bibo:Periodical".freeze,
245
+ subClassOf: ["bibo:Periodical".freeze, term(
246
+ allValuesFrom: "bibo:Issue".freeze,
247
+ onProperty: "dc:hasPart".freeze,
248
+ type: "owl:Restriction".freeze
249
+ ), term(
250
+ minCardinality: "1".freeze,
251
+ onProperty: "dc:hasPart".freeze,
252
+ type: "owl:Restriction".freeze
253
+ )],
204
254
  type: "owl:Class".freeze,
205
255
  "vs:term_status": "stable".freeze
206
256
  term :LegalCaseDocument,
207
257
  comment: %(A document accompanying a legal case.).freeze,
208
- isDefinedBy: "bibo:".freeze,
258
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
209
259
  label: "Legal Case Document".freeze,
210
260
  subClassOf: "bibo:LegalDocument".freeze,
211
261
  type: "owl:Class".freeze,
212
262
  "vs:term_status": "unstable".freeze
213
263
  term :LegalDecision,
214
264
  comment: %(A document containing an authoritative determination \(as a decree or judgment\) made after consideration of facts or law.).freeze,
215
- isDefinedBy: "bibo:".freeze,
265
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
216
266
  label: "Decision".freeze,
217
267
  subClassOf: "bibo:LegalCaseDocument".freeze,
218
268
  type: "owl:Class".freeze,
219
269
  "vs:term_status": "unstable".freeze
220
270
  term :LegalDocument,
221
271
  comment: %(A legal document; for example, a court decision, a brief, and so forth.).freeze,
222
- isDefinedBy: "bibo:".freeze,
272
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
223
273
  label: "Legal Document".freeze,
224
274
  subClassOf: "bibo:Document".freeze,
225
275
  type: "owl:Class".freeze,
226
276
  "vs:term_status": "stable".freeze
227
277
  term :Legislation,
228
278
  comment: %(A legal document proposing or enacting a law or a group of laws.).freeze,
229
- isDefinedBy: "bibo:".freeze,
279
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
230
280
  label: "Legislation".freeze,
231
281
  subClassOf: "bibo:LegalDocument".freeze,
232
282
  type: "owl:Class".freeze,
233
283
  "vs:term_status": "unstable".freeze
234
284
  term :Letter,
235
285
  comment: %(A written or printed communication addressed to a person or organization and usually transmitted by mail.).freeze,
236
- isDefinedBy: "bibo:".freeze,
286
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
237
287
  label: "Letter".freeze,
238
288
  subClassOf: "bibo:PersonalCommunicationDocument".freeze,
239
289
  type: "owl:Class".freeze,
240
290
  "vs:term_status": "stable".freeze
241
291
  term :Magazine,
242
292
  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,
243
- isDefinedBy: "bibo:".freeze,
293
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
244
294
  label: "Magazine".freeze,
245
- subClassOf: "bibo:Periodical".freeze,
295
+ subClassOf: ["bibo:Periodical".freeze, term(
296
+ allValuesFrom: "bibo:Issue".freeze,
297
+ onProperty: "dc:hasPart".freeze,
298
+ type: "owl:Restriction".freeze
299
+ ), term(
300
+ minCardinality: "1".freeze,
301
+ onProperty: "dc:hasPart".freeze,
302
+ type: "owl:Restriction".freeze
303
+ )],
246
304
  type: "owl:Class".freeze,
247
305
  "vs:term_status": "stable".freeze
248
306
  term :Manual,
249
307
  comment: %(A small reference book, especially one giving instructions.).freeze,
250
- isDefinedBy: "bibo:".freeze,
308
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
251
309
  label: "Manual".freeze,
252
310
  subClassOf: "bibo:Document".freeze,
253
311
  type: "owl:Class".freeze,
254
312
  "vs:term_status": "unstable".freeze
255
313
  term :Manuscript,
256
314
  comment: %(An unpublished Document, which may also be submitted to a publisher for publication.).freeze,
257
- isDefinedBy: "bibo:".freeze,
315
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
258
316
  label: "Manuscript".freeze,
259
317
  subClassOf: "bibo:Document".freeze,
260
318
  type: "owl:Class".freeze,
261
319
  "vs:term_status": "stable".freeze
262
320
  term :Map,
263
321
  comment: %(A graphical depiction of geographic features.).freeze,
264
- isDefinedBy: "bibo:".freeze,
322
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
265
323
  label: "Map".freeze,
266
324
  subClassOf: "bibo:Image".freeze,
267
325
  type: "owl:Class".freeze,
268
326
  "vs:term_status": "unstable".freeze
269
327
  term :MultiVolumeBook,
270
328
  comment: %(A loose, thematic, collection of Documents, often Books.).freeze,
271
- isDefinedBy: "bibo:".freeze,
329
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
272
330
  label: "Multivolume Book".freeze,
273
- subClassOf: "bibo:Collection".freeze,
331
+ subClassOf: ["bibo:Collection".freeze, term(
332
+ allValuesFrom: "bibo:Book".freeze,
333
+ onProperty: "dc:hasPart".freeze,
334
+ type: "owl:Restriction".freeze
335
+ )],
274
336
  type: "owl:Class".freeze,
275
337
  "vs:term_status": "stable".freeze
276
338
  term :Newspaper,
277
339
  comment: %(A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising.).freeze,
278
- isDefinedBy: "bibo:".freeze,
340
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
279
341
  label: "Newspaper".freeze,
280
- subClassOf: "bibo:Periodical".freeze,
342
+ subClassOf: ["bibo:Periodical".freeze, term(
343
+ allValuesFrom: "bibo:Issue".freeze,
344
+ onProperty: "dc:hasPart".freeze,
345
+ type: "owl:Restriction".freeze
346
+ ), term(
347
+ minCardinality: "1".freeze,
348
+ onProperty: "dc:hasPart".freeze,
349
+ type: "owl:Restriction".freeze
350
+ )],
281
351
  type: "owl:Class".freeze,
282
352
  "vs:term_status": "stable".freeze
283
353
  term :Note,
284
354
  comment: %(Notes or annotations about a resource.).freeze,
285
- isDefinedBy: "bibo:".freeze,
355
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
286
356
  label: "Note".freeze,
287
357
  subClassOf: "bibo:Document".freeze,
288
358
  type: "owl:Class".freeze,
289
359
  "vs:term_status": "stable".freeze
290
360
  term :Patent,
291
361
  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,
292
- isDefinedBy: "bibo:".freeze,
362
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
293
363
  label: "Patent".freeze,
294
364
  subClassOf: "bibo:Document".freeze,
295
365
  type: "owl:Class".freeze,
296
366
  "vs:term_status": "stable".freeze
297
367
  term :Performance,
298
368
  comment: %(A public performance.).freeze,
299
- isDefinedBy: "bibo:".freeze,
369
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
300
370
  label: "Performance".freeze,
301
371
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
302
372
  type: "owl:Class".freeze,
303
373
  "vs:term_status": "unstable".freeze
304
374
  term :Periodical,
305
375
  comment: %(A group of related documents issued at regular intervals.).freeze,
306
- isDefinedBy: "bibo:".freeze,
376
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
307
377
  label: "Periodical".freeze,
308
- subClassOf: "bibo:Collection".freeze,
378
+ subClassOf: ["bibo:Collection".freeze, term(
379
+ allValuesFrom: "bibo:Issue".freeze,
380
+ onProperty: "dc:hasPart".freeze,
381
+ type: "owl:Restriction".freeze
382
+ ), term(
383
+ minCardinality: "1".freeze,
384
+ onProperty: "dc:hasPart".freeze,
385
+ type: "owl:Restriction".freeze
386
+ )],
309
387
  type: "owl:Class".freeze,
310
388
  "vs:term_status": "stable".freeze
311
389
  term :PersonalCommunication,
312
390
  comment: %(A communication between an agent and one or more specific recipients.).freeze,
313
- isDefinedBy: "bibo:".freeze,
391
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
314
392
  label: "Personal Communication".freeze,
315
393
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
316
394
  type: "owl:Class".freeze,
317
395
  "vs:term_status": "stable".freeze
318
396
  term :PersonalCommunicationDocument,
319
397
  comment: %(A personal communication manifested in some document.).freeze,
320
- isDefinedBy: "bibo:".freeze,
398
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
321
399
  label: "Personal Communication Document".freeze,
322
400
  subClassOf: "bibo:Document".freeze,
323
401
  type: "owl:Class".freeze,
324
402
  "vs:term_status": "stable".freeze
325
403
  term :Proceedings,
326
404
  comment: %(A compilation of documents published from an event, such as a conference.).freeze,
327
- isDefinedBy: "bibo:".freeze,
405
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
328
406
  label: "Proceedings".freeze,
329
407
  subClassOf: "bibo:Book".freeze,
330
408
  type: "owl:Class".freeze,
331
409
  "vs:term_status": "unstable".freeze
332
410
  term :Quote,
333
411
  comment: %(An excerpted collection of words.).freeze,
334
- isDefinedBy: "bibo:".freeze,
412
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
335
413
  label: "Quote".freeze,
336
414
  subClassOf: "bibo:Excerpt".freeze,
337
415
  type: "owl:Class".freeze,
338
416
  "vs:term_status": "stable".freeze
339
417
  term :ReferenceSource,
340
418
  comment: %(A document that presents authoritative reference information, such as a dictionary or encylopedia .).freeze,
341
- isDefinedBy: "bibo:".freeze,
419
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
342
420
  label: "Reference Source".freeze,
343
421
  subClassOf: "bibo:Document".freeze,
344
422
  type: "owl:Class".freeze,
345
423
  "vs:term_status": "unstable".freeze
346
424
  term :Report,
347
425
  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,
348
- isDefinedBy: "bibo:".freeze,
426
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
349
427
  label: "Report".freeze,
350
428
  subClassOf: "bibo:Document".freeze,
351
429
  type: "owl:Class".freeze,
352
430
  "vs:term_status": "stable".freeze
353
431
  term :Series,
354
432
  comment: %(A loose, thematic, collection of Documents, often Books.).freeze,
355
- isDefinedBy: "bibo:".freeze,
433
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
356
434
  label: "Series".freeze,
357
- subClassOf: "bibo:Collection".freeze,
435
+ subClassOf: ["bibo:Collection".freeze, term(
436
+ allValuesFrom: "bibo:Document".freeze,
437
+ onProperty: "dc:hasPart".freeze,
438
+ type: "owl:Restriction".freeze
439
+ )],
358
440
  type: "owl:Class".freeze,
359
441
  "vs:term_status": "stable".freeze
360
442
  term :Slide,
361
443
  comment: %(A slide in a slideshow).freeze,
362
- isDefinedBy: "bibo:".freeze,
444
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
363
445
  label: "Slide".freeze,
364
446
  subClassOf: "bibo:DocumentPart".freeze,
365
447
  type: "owl:Class".freeze,
366
448
  "vs:term_status": "unstable".freeze
367
449
  term :Slideshow,
368
450
  comment: %(A presentation of a series of slides, usually presented in front of an audience with written text and images.).freeze,
369
- isDefinedBy: "bibo:".freeze,
451
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
370
452
  label: "Slideshow".freeze,
371
- subClassOf: "bibo:Document".freeze,
453
+ subClassOf: ["bibo:Document".freeze, term(
454
+ allValuesFrom: "bibo:Slide".freeze,
455
+ onProperty: "dc:hasPart".freeze,
456
+ type: "owl:Restriction".freeze
457
+ )],
372
458
  type: "owl:Class".freeze,
373
459
  "vs:term_status": "stable".freeze
460
+ term :Specification,
461
+ comment: %(A document describing a specification.).freeze,
462
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
463
+ label: "Specification".freeze,
464
+ subClassOf: "bibo:Document".freeze,
465
+ type: "owl:Class".freeze,
466
+ "vs:term_status": "testing".freeze
374
467
  term :Standard,
375
- comment: %(A document describing a standard).freeze,
376
- isDefinedBy: "bibo:".freeze,
468
+ comment: %(A document describing a standard: a specification organized through a standards body.).freeze,
469
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
377
470
  label: "Standard".freeze,
378
- subClassOf: "bibo:Document".freeze,
471
+ subClassOf: "bibo:Specification".freeze,
379
472
  type: "owl:Class".freeze,
380
473
  "vs:term_status": "stable".freeze
381
474
  term :Statute,
382
475
  comment: %(A bill enacted into law.).freeze,
383
- isDefinedBy: "bibo:".freeze,
476
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
384
477
  label: "Statute".freeze,
385
478
  subClassOf: "bibo:Legislation".freeze,
386
479
  type: "owl:Class".freeze,
387
480
  "vs:term_status": "stable".freeze
388
481
  term :Thesis,
389
482
  comment: %(A document created to summarize research findings associated with the completion of an academic degree.).freeze,
390
- isDefinedBy: "bibo:".freeze,
483
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
391
484
  label: "Thesis".freeze,
392
485
  subClassOf: "bibo:Document".freeze,
393
486
  type: "owl:Class".freeze,
394
487
  "vs:term_status": "stable".freeze
395
488
  term :ThesisDegree,
396
489
  comment: %(The academic degree of a Thesis).freeze,
397
- isDefinedBy: "bibo:".freeze,
490
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
398
491
  label: "Thesis degree".freeze,
399
492
  type: "owl:Class".freeze,
400
493
  "vs:term_status": "stable".freeze
401
494
  term :Webpage,
402
495
  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,
403
- isDefinedBy: "bibo:".freeze,
496
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
404
497
  label: "Webpage".freeze,
405
498
  subClassOf: "bibo:Document".freeze,
406
499
  type: "owl:Class".freeze,
407
500
  "vs:term_status": "unstable".freeze
408
501
  term :Website,
409
502
  comment: %(A group of Webpages accessible on the Web.).freeze,
410
- isDefinedBy: "bibo:".freeze,
503
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
411
504
  label: "Website".freeze,
412
- subClassOf: "bibo:Collection".freeze,
505
+ subClassOf: ["bibo:Collection".freeze, term(
506
+ allValuesFrom: "bibo:Webpage".freeze,
507
+ onProperty: "dc:hasPart".freeze,
508
+ type: "owl:Restriction".freeze
509
+ ), term(
510
+ minCardinality: "1".freeze,
511
+ onProperty: "dc:hasPart".freeze,
512
+ type: "owl:Restriction".freeze
513
+ )],
413
514
  type: "owl:Class".freeze,
414
515
  "vs:term_status": "unstable".freeze
415
516
  term :Workshop,
416
517
  comment: %(A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.).freeze,
417
- isDefinedBy: "bibo:".freeze,
518
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
418
519
  label: "Workshop".freeze,
419
520
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
420
521
  type: "owl:Class".freeze,
@@ -424,7 +525,7 @@ module RDF::Vocab
424
525
  property :abstract,
425
526
  comment: %(A summary of the resource.).freeze,
426
527
  domain: "rdfs:Resource".freeze,
427
- isDefinedBy: "dc:".freeze,
528
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
428
529
  label: "abstract".freeze,
429
530
  range: "rdfs:Literal".freeze,
430
531
  type: "owl:DatatypeProperty".freeze,
@@ -432,15 +533,14 @@ module RDF::Vocab
432
533
  property :affirmedBy,
433
534
  comment: %(A legal decision that affirms a ruling.).freeze,
434
535
  domain: "bibo:LegalDecision".freeze,
435
- isDefinedBy: "bibo:".freeze,
436
- label: "affirmedBy".freeze,
536
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
437
537
  range: "bibo:LegalDecision".freeze,
438
538
  subPropertyOf: "bibo:subsequentLegalDecision".freeze,
439
539
  type: "owl:ObjectProperty".freeze
440
540
  property :annotates,
441
541
  comment: %(Critical or explanatory note for a Document.).freeze,
442
542
  domain: "bibo:Note".freeze,
443
- isDefinedBy: "bibo:".freeze,
543
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
444
544
  label: "annotates".freeze,
445
545
  range: "rdfs:Resource".freeze,
446
546
  subPropertyOf: "dc:relation".freeze,
@@ -449,28 +549,35 @@ module RDF::Vocab
449
549
  property :argued,
450
550
  comment: %(The date on which a legal case is argued before a court. Date is of format xsd:date).freeze,
451
551
  domain: "bibo:LegalDocument".freeze,
452
- isDefinedBy: "bibo:".freeze,
552
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
453
553
  label: "date argued".freeze,
454
554
  range: "rdfs:Literal".freeze,
455
555
  type: "owl:DatatypeProperty".freeze,
456
556
  "vs:term_status": "unstable".freeze
457
557
  property :asin,
458
- label: "asin".freeze,
558
+ domain: term(
559
+ type: "owl:Class".freeze,
560
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
561
+ ),
459
562
  range: "rdfs:Literal".freeze,
460
563
  subPropertyOf: "bibo:identifier".freeze,
461
564
  type: "owl:DatatypeProperty".freeze
462
565
  property :authorList,
463
566
  comment: %(An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.).freeze,
464
567
  domain: "bibo:Document".freeze,
465
- isDefinedBy: "bibo:".freeze,
568
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
466
569
  label: "list of authors".freeze,
570
+ range: term(
571
+ type: "owl:Class".freeze,
572
+ unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
573
+ ),
467
574
  subPropertyOf: "bibo:contributorList".freeze,
468
575
  type: "owl:ObjectProperty".freeze,
469
576
  "vs:term_status": "stable".freeze
470
577
  property :chapter,
471
578
  comment: %(An chapter number).freeze,
472
579
  domain: "bibo:BookSection".freeze,
473
- isDefinedBy: "bibo:".freeze,
580
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
474
581
  label: "chapter".freeze,
475
582
  range: "rdfs:Literal".freeze,
476
583
  subPropertyOf: "bibo:locator".freeze,
@@ -481,7 +588,7 @@ module RDF::Vocab
481
588
  first document.).freeze,
482
589
  domain: "bibo:Document".freeze,
483
590
  inverseOf: "bibo:cites".freeze,
484
- isDefinedBy: "bibo:".freeze,
591
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
485
592
  label: "cited by".freeze,
486
593
  range: "bibo:Document".freeze,
487
594
  type: "owl:ObjectProperty".freeze,
@@ -491,37 +598,45 @@ first document.).freeze,
491
598
  by the first document as reference, comment, review, quotation or for
492
599
  another purpose.).freeze,
493
600
  domain: "bibo:Document".freeze,
494
- isDefinedBy: "bibo:".freeze,
601
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
495
602
  label: "cites".freeze,
496
603
  range: "bibo:Document".freeze,
497
604
  subPropertyOf: "dc:references".freeze,
498
605
  type: "owl:ObjectProperty".freeze,
499
606
  "vs:term_status": "unstable".freeze
500
607
  property :coden,
501
- label: "coden".freeze,
608
+ domain: term(
609
+ type: "owl:Class".freeze,
610
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
611
+ ),
502
612
  range: "rdfs:Literal".freeze,
503
613
  subPropertyOf: "bibo:identifier".freeze,
504
614
  type: "owl:DatatypeProperty".freeze
505
615
  property :content,
506
616
  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,
507
617
  domain: "bibo:Document".freeze,
508
- isDefinedBy: "bibo:".freeze,
618
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
509
619
  label: "content".freeze,
510
620
  "owl:deprecated": "true".freeze,
511
621
  range: "rdfs:Literal".freeze,
622
+ "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,
512
623
  type: "owl:DatatypeProperty".freeze,
513
624
  "vs:term_status": "unstable".freeze
514
625
  property :contributorList,
515
626
  comment: %(An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.).freeze,
516
627
  domain: "bibo:Document".freeze,
517
- isDefinedBy: "bibo:".freeze,
628
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
518
629
  label: "list of contributors".freeze,
630
+ range: term(
631
+ type: "owl:Class".freeze,
632
+ unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
633
+ ),
519
634
  type: "owl:ObjectProperty".freeze,
520
635
  "vs:term_status": "stable".freeze
521
636
  property :court,
522
637
  comment: %(A court associated with a legal document; for example, that which issues a decision.).freeze,
523
638
  domain: "bibo:LegalDocument".freeze,
524
- isDefinedBy: "bibo:".freeze,
639
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
525
640
  label: "court".freeze,
526
641
  range: "foaf:Organization".freeze,
527
642
  type: "owl:ObjectProperty".freeze,
@@ -530,7 +645,7 @@ another purpose.).freeze,
530
645
  comment: %(The thesis degree.).freeze,
531
646
  domain: "bibo:Thesis".freeze,
532
647
  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,
533
- isDefinedBy: "bibo:".freeze,
648
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
534
649
  label: "degree".freeze,
535
650
  range: "bibo:ThesisDegree".freeze,
536
651
  type: "owl:ObjectProperty".freeze,
@@ -538,7 +653,7 @@ another purpose.).freeze,
538
653
  property :director,
539
654
  comment: %(A Film director.).freeze,
540
655
  domain: "bibo:AudioVisualDocument".freeze,
541
- isDefinedBy: "bibo:".freeze,
656
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
542
657
  label: "director".freeze,
543
658
  range: "foaf:Agent".freeze,
544
659
  subPropertyOf: "dc:contributor".freeze,
@@ -546,32 +661,46 @@ another purpose.).freeze,
546
661
  "vs:term_status": "stable".freeze
547
662
  property :distributor,
548
663
  comment: %(Distributor of a document or a collection of documents.).freeze,
549
- isDefinedBy: "bibo:".freeze,
664
+ domain: term(
665
+ type: "owl:Class".freeze,
666
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
667
+ ),
668
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
550
669
  label: "distributor".freeze,
551
670
  range: "foaf:Agent".freeze,
552
671
  type: "owl:ObjectProperty".freeze,
553
672
  "vs:term_status": "stable".freeze
554
673
  property :doi,
555
- label: "doi".freeze,
674
+ domain: term(
675
+ type: "owl:Class".freeze,
676
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
677
+ ),
556
678
  range: "rdfs:Literal".freeze,
557
679
  subPropertyOf: "bibo:identifier".freeze,
558
680
  type: "owl:DatatypeProperty".freeze
559
681
  property :eanucc13,
560
- label: "eanucc13".freeze,
682
+ domain: term(
683
+ type: "owl:Class".freeze,
684
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
685
+ ),
561
686
  range: "rdfs:Literal".freeze,
562
687
  subPropertyOf: "bibo:identifier".freeze,
563
688
  type: "owl:DatatypeProperty".freeze
564
689
  property :edition,
565
690
  comment: %(The name defining a special edition of a document. Normally its a literal value composed of a version number and words.).freeze,
566
691
  domain: "bibo:Document".freeze,
567
- isDefinedBy: "bibo:".freeze,
692
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
568
693
  label: "edition".freeze,
569
694
  range: "rdfs:Literal".freeze,
570
695
  type: "owl:DatatypeProperty".freeze,
571
696
  "vs:term_status": "stable".freeze
572
697
  property :editor,
573
698
  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,
574
- isDefinedBy: "bibo:".freeze,
699
+ domain: term(
700
+ type: "owl:Class".freeze,
701
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
702
+ ),
703
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
575
704
  label: "editor".freeze,
576
705
  range: "foaf:Agent".freeze,
577
706
  subPropertyOf: "dc:contributor".freeze,
@@ -580,35 +709,47 @@ another purpose.).freeze,
580
709
  property :editorList,
581
710
  comment: %(An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.).freeze,
582
711
  domain: "bibo:Document".freeze,
583
- isDefinedBy: "bibo:".freeze,
712
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
584
713
  label: "list of editors".freeze,
714
+ range: term(
715
+ type: "owl:Class".freeze,
716
+ unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
717
+ ),
585
718
  subPropertyOf: "bibo:contributorList".freeze,
586
719
  type: "owl:ObjectProperty".freeze,
587
720
  "vs:term_status": "stable".freeze
588
721
  property :eissn,
589
722
  domain: "bibo:Collection".freeze,
590
- label: "eissn".freeze,
591
723
  range: "rdfs:Literal".freeze,
592
724
  subPropertyOf: "bibo:identifier".freeze,
593
725
  type: "owl:DatatypeProperty".freeze
594
726
  property :gtin14,
595
- label: "gtin14".freeze,
727
+ domain: term(
728
+ type: "owl:Class".freeze,
729
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
730
+ ),
596
731
  range: "rdfs:Literal".freeze,
597
732
  subPropertyOf: "bibo:identifier".freeze,
598
733
  type: "owl:DatatypeProperty".freeze
599
734
  property :handle,
600
- label: "handle".freeze,
735
+ domain: term(
736
+ type: "owl:Class".freeze,
737
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
738
+ ),
601
739
  range: "rdfs:Literal".freeze,
602
740
  subPropertyOf: "bibo:identifier".freeze,
603
741
  type: "owl:DatatypeProperty".freeze
604
742
  property :identifier,
605
- label: "identifier".freeze,
743
+ domain: term(
744
+ type: "owl:Class".freeze,
745
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
746
+ ),
606
747
  range: "rdfs:Literal".freeze,
607
748
  type: "owl:DatatypeProperty".freeze
608
749
  property :interviewee,
609
750
  comment: %(An agent that is interviewed by another agent.).freeze,
610
751
  domain: "foaf:Agent".freeze,
611
- isDefinedBy: "bibo:".freeze,
752
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
612
753
  label: "interviewee".freeze,
613
754
  range: "foaf:Agent".freeze,
614
755
  subPropertyOf: "dc:contributor".freeze,
@@ -617,36 +758,40 @@ another purpose.).freeze,
617
758
  property :interviewer,
618
759
  comment: %(An agent that interview another agent.).freeze,
619
760
  domain: "foaf:Agent".freeze,
620
- isDefinedBy: "bibo:".freeze,
761
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
621
762
  label: "interviewer".freeze,
622
763
  range: "foaf:Agent".freeze,
623
764
  subPropertyOf: "dc:contributor".freeze,
624
765
  type: "owl:ObjectProperty".freeze,
625
766
  "vs:term_status": "stable".freeze
626
767
  property :isbn,
627
- label: "isbn".freeze,
628
768
  subPropertyOf: "bibo:identifier".freeze,
629
769
  type: "owl:DatatypeProperty".freeze
630
770
  property :isbn10,
631
- label: "isbn10".freeze,
771
+ domain: term(
772
+ type: "owl:Class".freeze,
773
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
774
+ ),
632
775
  range: "rdfs:Literal".freeze,
633
776
  subPropertyOf: "bibo:isbn".freeze,
634
777
  type: "owl:DatatypeProperty".freeze
635
778
  property :isbn13,
636
- label: "isbn13".freeze,
779
+ domain: term(
780
+ type: "owl:Class".freeze,
781
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
782
+ ),
637
783
  range: "rdfs:Literal".freeze,
638
784
  subPropertyOf: "bibo:isbn".freeze,
639
785
  type: "owl:DatatypeProperty".freeze
640
786
  property :issn,
641
787
  domain: "bibo:Collection".freeze,
642
- label: "issn".freeze,
643
788
  range: "rdfs:Literal".freeze,
644
789
  subPropertyOf: "bibo:identifier".freeze,
645
790
  type: "owl:DatatypeProperty".freeze
646
791
  property :issue,
647
792
  comment: %(An issue number).freeze,
648
793
  domain: "bibo:Issue".freeze,
649
- isDefinedBy: "bibo:".freeze,
794
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
650
795
  label: "issue".freeze,
651
796
  range: "rdfs:Literal".freeze,
652
797
  subPropertyOf: "bibo:locator".freeze,
@@ -654,21 +799,28 @@ another purpose.).freeze,
654
799
  "vs:term_status": "stable".freeze
655
800
  property :issuer,
656
801
  comment: %(An entity responsible for issuing often informally published documents such as press releases, reports, etc.).freeze,
657
- isDefinedBy: "bibo:".freeze,
802
+ domain: term(
803
+ type: "owl:Class".freeze,
804
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
805
+ ),
806
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
658
807
  label: "issuer".freeze,
659
808
  range: "foaf:Agent".freeze,
660
809
  subPropertyOf: "dc:publisher".freeze,
661
810
  type: "owl:ObjectProperty".freeze,
662
811
  "vs:term_status": "unstable".freeze
663
812
  property :lccn,
664
- label: "lccn".freeze,
813
+ domain: term(
814
+ type: "owl:Class".freeze,
815
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
816
+ ),
665
817
  range: "rdfs:Literal".freeze,
666
818
  subPropertyOf: "bibo:identifier".freeze,
667
819
  type: "owl:DatatypeProperty".freeze
668
820
  property :locator,
669
821
  comment: %(A description \(often numeric\) that locates an item within a containing document or collection.).freeze,
670
822
  domain: "bibo:Document".freeze,
671
- isDefinedBy: "bibo:".freeze,
823
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
672
824
  label: "locator".freeze,
673
825
  range: "rdfs:Literal".freeze,
674
826
  type: "owl:DatatypeProperty".freeze,
@@ -676,7 +828,7 @@ another purpose.).freeze,
676
828
  property :numPages,
677
829
  comment: %(The number of pages contained in a document).freeze,
678
830
  domain: "bibo:Document".freeze,
679
- isDefinedBy: "bibo:".freeze,
831
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
680
832
  label: "number of pages".freeze,
681
833
  range: "rdfs:Literal".freeze,
682
834
  type: "owl:DatatypeProperty".freeze,
@@ -684,7 +836,7 @@ another purpose.).freeze,
684
836
  property :numVolumes,
685
837
  comment: %(The number of volumes contained in a collection of documents \(usually a series, periodical, etc.\).).freeze,
686
838
  domain: "bibo:Collection".freeze,
687
- isDefinedBy: "bibo:".freeze,
839
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
688
840
  label: "number of volumes".freeze,
689
841
  range: "rdfs:Literal".freeze,
690
842
  type: "owl:DatatypeProperty".freeze,
@@ -692,27 +844,34 @@ another purpose.).freeze,
692
844
  property :number,
693
845
  comment: %(A generic item or document number. Not to be confused with issue number.).freeze,
694
846
  domain: "bibo:Document".freeze,
695
- isDefinedBy: "bibo:".freeze,
847
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
696
848
  label: "number".freeze,
697
849
  range: "rdfs:Literal".freeze,
698
850
  type: "owl:DatatypeProperty".freeze,
699
851
  "vs:term_status": "stable".freeze
700
852
  property :oclcnum,
701
- label: "oclcnum".freeze,
853
+ domain: term(
854
+ type: "owl:Class".freeze,
855
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
856
+ ),
702
857
  range: "rdfs:Literal".freeze,
703
858
  subPropertyOf: "bibo:identifier".freeze,
704
859
  type: "owl:DatatypeProperty".freeze
705
860
  property :organizer,
706
861
  comment: %(The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.).freeze,
707
862
  domain: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
708
- isDefinedBy: "bibo:".freeze,
863
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
709
864
  label: "organizer".freeze,
710
865
  range: "foaf:Agent".freeze,
711
866
  type: "owl:ObjectProperty".freeze,
712
867
  "vs:term_status": "unstable".freeze
713
868
  property :owner,
714
869
  comment: %(Owner of a document or a collection of documents.).freeze,
715
- isDefinedBy: "bibo:".freeze,
870
+ domain: term(
871
+ type: "owl:Class".freeze,
872
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
873
+ ),
874
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
716
875
  label: "owner".freeze,
717
876
  range: "foaf:Agent".freeze,
718
877
  type: "owl:ObjectProperty".freeze,
@@ -720,7 +879,7 @@ another purpose.).freeze,
720
879
  property :pageEnd,
721
880
  comment: %(Ending page number within a continuous page range.).freeze,
722
881
  domain: "bibo:Document".freeze,
723
- isDefinedBy: "bibo:".freeze,
882
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
724
883
  label: "page end".freeze,
725
884
  range: "rdfs:Literal".freeze,
726
885
  subPropertyOf: "bibo:locator".freeze,
@@ -729,7 +888,7 @@ another purpose.).freeze,
729
888
  property :pageStart,
730
889
  comment: %(Starting page number within a continuous page range.).freeze,
731
890
  domain: "bibo:Document".freeze,
732
- isDefinedBy: "bibo:".freeze,
891
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
733
892
  label: "page start".freeze,
734
893
  range: "rdfs:Literal".freeze,
735
894
  subPropertyOf: "bibo:locator".freeze,
@@ -738,7 +897,7 @@ another purpose.).freeze,
738
897
  property :pages,
739
898
  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,
740
899
  domain: "bibo:Document".freeze,
741
- isDefinedBy: "bibo:".freeze,
900
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
742
901
  label: "pages".freeze,
743
902
  range: "rdfs:Literal".freeze,
744
903
  subPropertyOf: "bibo:locator".freeze,
@@ -746,21 +905,24 @@ another purpose.).freeze,
746
905
  "vs:term_status": "stable".freeze
747
906
  property :performer,
748
907
  domain: "bibo:Performance".freeze,
749
- isDefinedBy: "bibo:".freeze,
908
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
750
909
  label: "performer".freeze,
751
910
  range: "foaf:Agent".freeze,
752
911
  subPropertyOf: "dc:contributor".freeze,
753
912
  type: "owl:ObjectProperty".freeze,
754
913
  "vs:term_status": "stable".freeze
755
914
  property :pmid,
756
- label: "pmid".freeze,
915
+ domain: term(
916
+ type: "owl:Class".freeze,
917
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
918
+ ),
757
919
  range: "rdfs:Literal".freeze,
758
920
  subPropertyOf: "bibo:identifier".freeze,
759
921
  type: "owl:DatatypeProperty".freeze
760
922
  property :prefixName,
761
923
  comment: %(The prefix of a name).freeze,
762
924
  domain: "foaf:Agent".freeze,
763
- isDefinedBy: "bibo:".freeze,
925
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
764
926
  label: "prefix name".freeze,
765
927
  range: "rdfs:Literal".freeze,
766
928
  type: "owl:DatatypeProperty".freeze,
@@ -768,7 +930,7 @@ another purpose.).freeze,
768
930
  property :presentedAt,
769
931
  comment: %(Relates a document to an event; for example, a paper to a conference.).freeze,
770
932
  domain: "bibo:Document".freeze,
771
- isDefinedBy: "bibo:".freeze,
933
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
772
934
  label: "presented at".freeze,
773
935
  range: "bibo:Event".freeze,
774
936
  subPropertyOf: "http://purl.org/NET/c4dm/event.owl#produced_in".freeze,
@@ -778,15 +940,19 @@ another purpose.).freeze,
778
940
  comment: %(Relates an event to associated documents; for example, conference to a paper.).freeze,
779
941
  domain: "bibo:Event".freeze,
780
942
  inverseOf: "bibo:presentedAt".freeze,
781
- isDefinedBy: "bibo:".freeze,
782
- label: "presented at".freeze,
943
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
944
+ label: "presents".freeze,
783
945
  range: "bibo:Document".freeze,
784
946
  subPropertyOf: "http://purl.org/NET/c4dm/event.owl#product".freeze,
785
947
  type: "owl:ObjectProperty".freeze,
786
948
  "vs:term_status": "unstable".freeze
787
949
  property :producer,
788
950
  comment: %(Producer of a document or a collection of documents.).freeze,
789
- isDefinedBy: "bibo:".freeze,
951
+ domain: term(
952
+ type: "owl:Class".freeze,
953
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
954
+ ),
955
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
790
956
  label: "producer".freeze,
791
957
  range: "foaf:Agent".freeze,
792
958
  type: "owl:ObjectProperty".freeze,
@@ -794,7 +960,7 @@ another purpose.).freeze,
794
960
  property :recipient,
795
961
  comment: %(An agent that receives a communication document.).freeze,
796
962
  domain: "bibo:PersonalCommunicationDocument".freeze,
797
- isDefinedBy: "bibo:".freeze,
963
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
798
964
  label: "recipient".freeze,
799
965
  range: "foaf:Agent".freeze,
800
966
  type: "owl:ObjectProperty".freeze,
@@ -802,8 +968,7 @@ another purpose.).freeze,
802
968
  property :reproducedIn,
803
969
  comment: %(The resource in which another resource is reproduced.).freeze,
804
970
  domain: "bibo:Document".freeze,
805
- isDefinedBy: "bibo:".freeze,
806
- label: "reproducedIn".freeze,
971
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
807
972
  range: "bibo:Document".freeze,
808
973
  subPropertyOf: "dc:isPartOf".freeze,
809
974
  type: "owl:ObjectProperty".freeze,
@@ -811,15 +976,14 @@ another purpose.).freeze,
811
976
  property :reversedBy,
812
977
  comment: %(A legal decision that reverses a ruling.).freeze,
813
978
  domain: "bibo:LegalDecision".freeze,
814
- isDefinedBy: "bibo:".freeze,
815
- label: "reversedBy".freeze,
979
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
816
980
  range: "bibo:LegalDecision".freeze,
817
981
  subPropertyOf: "bibo:subsequentLegalDecision".freeze,
818
982
  type: "owl:ObjectProperty".freeze
819
983
  property :reviewOf,
820
984
  comment: %(Relates a review document to a reviewed thing \(resource, item, etc.\).).freeze,
821
985
  domain: "bibo:Document".freeze,
822
- isDefinedBy: "bibo:".freeze,
986
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
823
987
  label: "review of".freeze,
824
988
  range: "rdfs:Resource".freeze,
825
989
  subPropertyOf: "dc:relation".freeze,
@@ -828,7 +992,7 @@ another purpose.).freeze,
828
992
  property :section,
829
993
  comment: %(A section number).freeze,
830
994
  domain: "bibo:Document".freeze,
831
- isDefinedBy: "bibo:".freeze,
995
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
832
996
  label: "section".freeze,
833
997
  range: "rdfs:Literal".freeze,
834
998
  "skos:example": "Di Rado, Alicia. 1995. Trekking through college: Classes explore\nmodern society using the world of Star trek. Los Angeles Times, March\n15, sec. A, p. 3.".freeze,
@@ -837,19 +1001,21 @@ another purpose.).freeze,
837
1001
  "vs:term_status": "unstable".freeze
838
1002
  property :shortDescription,
839
1003
  domain: "bibo:Document".freeze,
840
- label: "shortDescription".freeze,
841
1004
  range: "rdfs:Literal".freeze,
842
1005
  type: "owl:DatatypeProperty".freeze
843
1006
  property :shortTitle,
844
1007
  comment: %(The abbreviation of a title.).freeze,
845
1008
  domain: "bibo:Document".freeze,
846
- isDefinedBy: "bibo:".freeze,
1009
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
847
1010
  label: "short title".freeze,
848
1011
  range: "rdfs:Literal".freeze,
849
1012
  type: "owl:DatatypeProperty".freeze,
850
1013
  "vs:term_status": "stable".freeze
851
1014
  property :sici,
852
- label: "sici".freeze,
1015
+ domain: term(
1016
+ type: "owl:Class".freeze,
1017
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
1018
+ ),
853
1019
  range: "rdfs:Literal".freeze,
854
1020
  subPropertyOf: "bibo:identifier".freeze,
855
1021
  type: "owl:DatatypeProperty".freeze
@@ -857,7 +1023,7 @@ another purpose.).freeze,
857
1023
  comment: %(The publication status of \(typically academic\) content.).freeze,
858
1024
  domain: "bibo:Document".freeze,
859
1025
  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,
860
- isDefinedBy: "bibo:".freeze,
1026
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
861
1027
  label: "status".freeze,
862
1028
  range: "bibo:DocumentStatus".freeze,
863
1029
  type: "owl:ObjectProperty".freeze,
@@ -865,15 +1031,14 @@ another purpose.).freeze,
865
1031
  property :subsequentLegalDecision,
866
1032
  comment: %(A legal decision on appeal that takes action on a case \(affirming it, reversing it, etc.\).).freeze,
867
1033
  domain: "bibo:LegalDecision".freeze,
868
- isDefinedBy: "bibo:".freeze,
869
- label: "subsequentLegalDecision".freeze,
1034
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
870
1035
  range: "bibo:LegalDecision".freeze,
871
1036
  subPropertyOf: "dc:isReferencedBy".freeze,
872
1037
  type: "owl:ObjectProperty".freeze
873
1038
  property :suffixName,
874
1039
  comment: %(The suffix of a name).freeze,
875
1040
  domain: "foaf:Agent".freeze,
876
- isDefinedBy: "bibo:".freeze,
1041
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
877
1042
  label: "suffix name".freeze,
878
1043
  range: "rdfs:Literal".freeze,
879
1044
  type: "owl:DatatypeProperty".freeze,
@@ -881,7 +1046,7 @@ another purpose.).freeze,
881
1046
  property :transcriptOf,
882
1047
  comment: %(Relates a document to some transcribed original.).freeze,
883
1048
  domain: "bibo:Document".freeze,
884
- isDefinedBy: "bibo:".freeze,
1049
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
885
1050
  label: "transcript of".freeze,
886
1051
  range: "rdfs:Resource".freeze,
887
1052
  subPropertyOf: "dc:relation".freeze,
@@ -890,7 +1055,7 @@ another purpose.).freeze,
890
1055
  property :translationOf,
891
1056
  comment: %(Relates a translated document to the original document.).freeze,
892
1057
  domain: "bibo:Document".freeze,
893
- isDefinedBy: "bibo:".freeze,
1058
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
894
1059
  label: "translation of".freeze,
895
1060
  range: "bibo:Document".freeze,
896
1061
  subPropertyOf: "dc:isVersionOf".freeze,
@@ -898,20 +1063,31 @@ another purpose.).freeze,
898
1063
  "vs:term_status": "stable".freeze
899
1064
  property :translator,
900
1065
  comment: %(A person who translates written document from one language to another.).freeze,
901
- isDefinedBy: "bibo:".freeze,
1066
+ domain: term(
1067
+ type: "owl:Class".freeze,
1068
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
1069
+ ),
1070
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
902
1071
  label: "translator".freeze,
903
1072
  range: "foaf:Agent".freeze,
904
1073
  subPropertyOf: "dc:contributor".freeze,
905
1074
  type: "owl:ObjectProperty".freeze,
906
1075
  "vs:term_status": "stable".freeze
907
1076
  property :upc,
908
- label: "upc".freeze,
1077
+ domain: term(
1078
+ type: "owl:Class".freeze,
1079
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
1080
+ ),
909
1081
  range: "rdfs:Literal".freeze,
910
1082
  subPropertyOf: "bibo:identifier".freeze,
911
1083
  type: "owl:DatatypeProperty".freeze
912
1084
  property :uri,
913
1085
  comment: %(Universal Resource Identifier of a document).freeze,
914
- isDefinedBy: "bibo:".freeze,
1086
+ domain: term(
1087
+ type: "owl:Class".freeze,
1088
+ unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
1089
+ ),
1090
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
915
1091
  label: "uri".freeze,
916
1092
  range: "rdfs:Literal".freeze,
917
1093
  subPropertyOf: "bibo:identifier".freeze,
@@ -920,7 +1096,7 @@ another purpose.).freeze,
920
1096
  property :volume,
921
1097
  comment: %(A volume number).freeze,
922
1098
  domain: "bibo:Document".freeze,
923
- isDefinedBy: "bibo:".freeze,
1099
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
924
1100
  label: "volume".freeze,
925
1101
  range: "rdfs:Literal".freeze,
926
1102
  subPropertyOf: "bibo:locator".freeze,
@@ -930,75 +1106,73 @@ another purpose.).freeze,
930
1106
  # Extra definitions
931
1107
  term :bdarcus,
932
1108
  "foaf:name": "Bruce D'Arcus".freeze,
933
- isDefinedBy: "bibo:".freeze,
934
- label: "bdarcus".freeze,
1109
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
935
1110
  "rdfs:seeAlso": "http://purl.org/net/darcusb/info#me".freeze,
936
- type: ["foaf:Person".freeze, "owl:Thing".freeze]
1111
+ type: ["foaf:Person".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze]
937
1112
  term :"degrees/ma",
938
1113
  comment: %(masters degree in arts).freeze,
939
1114
  label: "M.A.".freeze,
940
- type: ["bibo:ThesisDegree".freeze, "owl:Thing".freeze],
1115
+ type: ["bibo:ThesisDegree".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
941
1116
  "vs:term_status": "stable".freeze
942
1117
  term :"degrees/ms",
943
1118
  comment: %(masters degree in science).freeze,
944
1119
  label: "M.S.".freeze,
945
- type: ["bibo:ThesisDegree".freeze, "owl:Thing".freeze],
1120
+ type: ["bibo:ThesisDegree".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
946
1121
  "vs:term_status": "stable".freeze
947
1122
  term :"degrees/phd",
948
1123
  comment: %(PhD degree).freeze,
949
1124
  label: "PhD degree".freeze,
950
- type: ["bibo:ThesisDegree".freeze, "owl:Thing".freeze],
1125
+ type: ["bibo:ThesisDegree".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
951
1126
  "vs:term_status": "stable".freeze
952
1127
  term :fgiasson,
953
1128
  "foaf:name": "Frederick Giasson".freeze,
954
- isDefinedBy: "bibo:".freeze,
955
- label: "fgiasson".freeze,
1129
+ isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
956
1130
  "rdfs:seeAlso": "http://fgiasson.com/me/".freeze,
957
- type: ["foaf:Person".freeze, "owl:Thing".freeze]
1131
+ type: ["foaf:Person".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze]
958
1132
  term :"status/accepted",
959
1133
  comment: %(Accepted for publication after peer reviewing.).freeze,
960
1134
  label: "accepted".freeze,
961
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1135
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
962
1136
  "vs:term_status": "stable".freeze
963
1137
  term :"status/draft",
964
1138
  comment: %(Document drafted).freeze,
965
1139
  label: "draft".freeze,
966
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1140
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
967
1141
  "vs:term_status": "stable".freeze
968
1142
  term :"status/forthcoming",
969
1143
  comment: %(Document to be published).freeze,
970
1144
  label: "forthcoming".freeze,
971
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1145
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
972
1146
  "vs:term_status": "stable".freeze
973
1147
  term :"status/legal",
974
1148
  comment: %(Legal document).freeze,
975
1149
  label: "legal".freeze,
976
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1150
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
977
1151
  "vs:term_status": "stable".freeze
978
1152
  term :"status/nonPeerReviewed",
979
1153
  comment: %(A document that is not peer reviewed).freeze,
980
1154
  label: "non peer reviewed".freeze,
981
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1155
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
982
1156
  "vs:term_status": "stable".freeze
983
1157
  term :"status/peerReviewed",
984
1158
  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
1159
  label: "peer reviewed".freeze,
986
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1160
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
987
1161
  "vs:term_status": "stable".freeze
988
1162
  term :"status/published",
989
1163
  comment: %(Published document).freeze,
990
1164
  label: "published".freeze,
991
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1165
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
992
1166
  "vs:term_status": "stable".freeze
993
1167
  term :"status/rejected",
994
1168
  comment: %(Rejected for publication after peer reviewing.).freeze,
995
1169
  label: "rejected".freeze,
996
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1170
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
997
1171
  "vs:term_status": "stable".freeze
998
1172
  term :"status/unpublished",
999
1173
  comment: %(Unpublished document).freeze,
1000
1174
  label: "unpublished".freeze,
1001
- type: ["bibo:DocumentStatus".freeze, "owl:Thing".freeze],
1175
+ type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1002
1176
  "vs:term_status": "stable".freeze
1003
1177
  end
1004
1178
  end