rdf-vocab 3.1.6 → 3.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +25 -8
  5. data/lib/rdf/vocab/acl.rb +67 -194
  6. data/lib/rdf/vocab/as.rb +471 -984
  7. data/lib/rdf/vocab/bf2.rb +1714 -3034
  8. data/lib/rdf/vocab/bibframe.rb +2270 -1840
  9. data/lib/rdf/vocab/bibo.rb +696 -1201
  10. data/lib/rdf/vocab/cc.rb +75 -214
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1420 -3261
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +556 -898
  17. data/lib/rdf/vocab/dc11.rb +92 -158
  18. data/lib/rdf/vocab/dcat.rb +300 -466
  19. data/lib/rdf/vocab/dcmitype.rb +77 -131
  20. data/lib/rdf/vocab/disco.rb +228 -459
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1639 -2395
  23. data/lib/rdf/vocab/earl.rb +105 -243
  24. data/lib/rdf/vocab/ebucore.rb +3957 -8695
  25. data/lib/rdf/vocab/edm.rb +211 -426
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +268 -648
  29. data/lib/rdf/vocab/foaf.rb +448 -756
  30. data/lib/rdf/vocab/geo.rb +24 -167
  31. data/lib/rdf/vocab/geojson.rb +32 -101
  32. data/lib/rdf/vocab/geonames.rb +2915 -3092
  33. data/lib/rdf/vocab/gr.rb +716 -1991
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +133 -300
  36. data/lib/rdf/vocab/hydra.rb +298 -511
  37. data/lib/rdf/vocab/iana.rb +142 -417
  38. data/lib/rdf/vocab/ical.rb +532 -1045
  39. data/lib/rdf/vocab/identifiers.rb +215 -1019
  40. data/lib/rdf/vocab/iiif.rb +106 -245
  41. data/lib/rdf/vocab/jsonld.rb +163 -323
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +175 -199
  44. data/lib/rdf/vocab/ma.rb +312 -702
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +540 -1351
  47. data/lib/rdf/vocab/mo.rb +1579 -2844
  48. data/lib/rdf/vocab/mods.rb +503 -1026
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +264 -546
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +33 -70
  53. data/lib/rdf/vocab/ore.rb +64 -123
  54. data/lib/rdf/vocab/org.rb +226 -422
  55. data/lib/rdf/vocab/pcdm.rb +61 -133
  56. data/lib/rdf/vocab/pplan.rb +16 -202
  57. data/lib/rdf/vocab/premis.rb +793 -2039
  58. data/lib/rdf/vocab/premiseventtype.rb +115 -273
  59. data/lib/rdf/vocab/prov.rb +1077 -1724
  60. data/lib/rdf/vocab/ptr.rb +111 -254
  61. data/lib/rdf/vocab/rdau.rb +10506 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +102 -110
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +34 -79
  65. data/lib/rdf/vocab/schema.rb +11193 -22240
  66. data/lib/rdf/vocab/schemas.rb +16333 -0
  67. data/lib/rdf/vocab/sd.rb +123 -280
  68. data/lib/rdf/vocab/sh.rb +912 -1651
  69. data/lib/rdf/vocab/sioc.rb +513 -917
  70. data/lib/rdf/vocab/siocservices.rb +39 -80
  71. data/lib/rdf/vocab/sioctypes.rb +183 -344
  72. data/lib/rdf/vocab/skos.rb +136 -260
  73. data/lib/rdf/vocab/skosxl.rb +36 -69
  74. data/lib/rdf/vocab/v.rb +231 -529
  75. data/lib/rdf/vocab/vcard.rb +407 -1038
  76. data/lib/rdf/vocab/vmd.rb +231 -529
  77. data/lib/rdf/vocab/void.rb +112 -236
  78. data/lib/rdf/vocab/vs.rb +20 -42
  79. data/lib/rdf/vocab/wdrs.rb +65 -158
  80. data/lib/rdf/vocab/wot.rb +113 -194
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +206 -663
  83. data/lib/rdf/vocab/xkos.rb +122 -275
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +72 -24
@@ -3,1671 +3,1166 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://purl.org/ontology/bibo/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://purl.org/ontology/bibo/>
8
- # #
9
- # # The Bibliographic Ontology
10
- # #
11
- # # The Bibliographic Ontology describes bibliographic things on the semantic Web in RDF. This ontology can be used as a citation ontology, as a document classification ontology, or simply as a way to describe any kind of document in RDF. It has been inspired by many existing document description metadata formats, and can be used as a common ground for converting other bibliographic data sources.
12
- # # @version http://purl.org/ontology/bibo/1.3/
13
- # class BIBO < RDF::StrictVocabulary
14
- # # A scholarly academic article, typically published in a journal.
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :AcademicArticle
17
- #
18
- # # 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.
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :Article
21
- #
22
- # # An audio document; aka record.
23
- # # @return [RDF::Vocabulary::Term]
24
- # attr_reader :AudioDocument
25
- #
26
- # # An audio-visual document; film, video, and so forth.
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :AudioVisualDocument
29
- #
30
- # # Draft legislation presented for discussion to a legal body.
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :Bill
33
- #
34
- # # A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.
35
- # # @return [RDF::Vocabulary::Term]
36
- # attr_reader :Book
37
- #
38
- # # A section of a book.
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :BookSection
41
- #
42
- # # A written argument submitted to a court.
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :Brief
45
- #
46
- # # A chapter of a book.
47
- # # @return [RDF::Vocabulary::Term]
48
- # attr_reader :Chapter
49
- #
50
- # # A collection of statutes.
51
- # # @return [RDF::Vocabulary::Term]
52
- # attr_reader :Code
53
- #
54
- # # A document that simultaneously contains other documents.
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :CollectedDocument
57
- #
58
- # # A collection of Documents or Collections
59
- # # @return [RDF::Vocabulary::Term]
60
- # attr_reader :Collection
61
- #
62
- # # A meeting for consultation or discussion.
63
- # # @return [RDF::Vocabulary::Term]
64
- # attr_reader :Conference
65
- #
66
- # # A collection of legal cases.
67
- # # @return [RDF::Vocabulary::Term]
68
- # attr_reader :CourtReporter
69
- #
70
- # # 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.
71
- # # @return [RDF::Vocabulary::Term]
72
- # attr_reader :Document
73
- #
74
- # # a distinct part of a larger document or collected document.
75
- # # @return [RDF::Vocabulary::Term]
76
- # attr_reader :DocumentPart
77
- #
78
- # # The status of the publication of a document.
79
- # # @return [RDF::Vocabulary::Term]
80
- # attr_reader :DocumentStatus
81
- #
82
- # # An edited book.
83
- # # @return [RDF::Vocabulary::Term]
84
- # attr_reader :EditedBook
85
- #
86
- # # A written communication addressed to a person or organization and transmitted electronically.
87
- # # @return [RDF::Vocabulary::Term]
88
- # attr_reader :Email
89
- #
90
- # # @return [RDF::Vocabulary::Term]
91
- # attr_reader :Event
92
- #
93
- # # A passage selected from a larger work.
94
- # # @return [RDF::Vocabulary::Term]
95
- # attr_reader :Excerpt
96
- #
97
- # # aka movie.
98
- # # @return [RDF::Vocabulary::Term]
99
- # attr_reader :Film
100
- #
101
- # # An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit.
102
- # # @return [RDF::Vocabulary::Term]
103
- # attr_reader :Hearing
104
- #
105
- # # A document that presents visual or diagrammatic information.
106
- # # @return [RDF::Vocabulary::Term]
107
- # attr_reader :Image
108
- #
109
- # # A formalized discussion between two or more people.
110
- # # @return [RDF::Vocabulary::Term]
111
- # attr_reader :Interview
112
- #
113
- # # something that is printed or published and distributed, esp. a given number of a periodical
114
- # # @return [RDF::Vocabulary::Term]
115
- # attr_reader :Issue
116
- #
117
- # # A periodical of scholarly journal Articles.
118
- # # @return [RDF::Vocabulary::Term]
119
- # attr_reader :Journal
120
- #
121
- # # A document accompanying a legal case.
122
- # # @return [RDF::Vocabulary::Term]
123
- # attr_reader :LegalCaseDocument
124
- #
125
- # # A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law.
126
- # # @return [RDF::Vocabulary::Term]
127
- # attr_reader :LegalDecision
128
- #
129
- # # A legal document; for example, a court decision, a brief, and so forth.
130
- # # @return [RDF::Vocabulary::Term]
131
- # attr_reader :LegalDocument
132
- #
133
- # # A legal document proposing or enacting a law or a group of laws.
134
- # # @return [RDF::Vocabulary::Term]
135
- # attr_reader :Legislation
136
- #
137
- # # A written or printed communication addressed to a person or organization and usually transmitted by mail.
138
- # # @return [RDF::Vocabulary::Term]
139
- # attr_reader :Letter
140
- #
141
- # # 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.
142
- # # @return [RDF::Vocabulary::Term]
143
- # attr_reader :Magazine
144
- #
145
- # # A small reference book, especially one giving instructions.
146
- # # @return [RDF::Vocabulary::Term]
147
- # attr_reader :Manual
148
- #
149
- # # An unpublished Document, which may also be submitted to a publisher for publication.
150
- # # @return [RDF::Vocabulary::Term]
151
- # attr_reader :Manuscript
152
- #
153
- # # A graphical depiction of geographic features.
154
- # # @return [RDF::Vocabulary::Term]
155
- # attr_reader :Map
156
- #
157
- # # A loose, thematic, collection of Documents, often Books.
158
- # # @return [RDF::Vocabulary::Term]
159
- # attr_reader :MultiVolumeBook
160
- #
161
- # # A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising.
162
- # # @return [RDF::Vocabulary::Term]
163
- # attr_reader :Newspaper
164
- #
165
- # # Notes or annotations about a resource.
166
- # # @return [RDF::Vocabulary::Term]
167
- # attr_reader :Note
168
- #
169
- # # 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.
170
- # # @return [RDF::Vocabulary::Term]
171
- # attr_reader :Patent
172
- #
173
- # # A public performance.
174
- # # @return [RDF::Vocabulary::Term]
175
- # attr_reader :Performance
176
- #
177
- # # A group of related documents issued at regular intervals.
178
- # # @return [RDF::Vocabulary::Term]
179
- # attr_reader :Periodical
180
- #
181
- # # A communication between an agent and one or more specific recipients.
182
- # # @return [RDF::Vocabulary::Term]
183
- # attr_reader :PersonalCommunication
184
- #
185
- # # A personal communication manifested in some document.
186
- # # @return [RDF::Vocabulary::Term]
187
- # attr_reader :PersonalCommunicationDocument
188
- #
189
- # # A compilation of documents published from an event, such as a conference.
190
- # # @return [RDF::Vocabulary::Term]
191
- # attr_reader :Proceedings
192
- #
193
- # # An excerpted collection of words.
194
- # # @return [RDF::Vocabulary::Term]
195
- # attr_reader :Quote
196
- #
197
- # # A document that presents authoritative reference information, such as a dictionary or encylopedia .
198
- # # @return [RDF::Vocabulary::Term]
199
- # attr_reader :ReferenceSource
200
- #
201
- # # A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..
202
- # # @return [RDF::Vocabulary::Term]
203
- # attr_reader :Report
204
- #
205
- # # A loose, thematic, collection of Documents, often Books.
206
- # # @return [RDF::Vocabulary::Term]
207
- # attr_reader :Series
208
- #
209
- # # A slide in a slideshow
210
- # # @return [RDF::Vocabulary::Term]
211
- # attr_reader :Slide
212
- #
213
- # # A presentation of a series of slides, usually presented in front of an audience with written text and images.
214
- # # @return [RDF::Vocabulary::Term]
215
- # attr_reader :Slideshow
216
- #
217
- # # A document describing a specification.
218
- # # @return [RDF::Vocabulary::Term]
219
- # attr_reader :Specification
220
- #
221
- # # A document describing a standard: a specification organized through a standards body.
222
- # # @return [RDF::Vocabulary::Term]
223
- # attr_reader :Standard
224
- #
225
- # # A bill enacted into law.
226
- # # @return [RDF::Vocabulary::Term]
227
- # attr_reader :Statute
228
- #
229
- # # A document created to summarize research findings associated with the completion of an academic degree.
230
- # # @return [RDF::Vocabulary::Term]
231
- # attr_reader :Thesis
232
- #
233
- # # The academic degree of a Thesis
234
- # # @return [RDF::Vocabulary::Term]
235
- # attr_reader :ThesisDegree
236
- #
237
- # # 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.
238
- # # @return [RDF::Vocabulary::Term]
239
- # attr_reader :Webpage
240
- #
241
- # # A group of Webpages accessible on the Web.
242
- # # @return [RDF::Vocabulary::Term]
243
- # attr_reader :Website
244
- #
245
- # # A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.
246
- # # @return [RDF::Vocabulary::Term]
247
- # attr_reader :Workshop
248
- #
249
- # # A summary of the resource.
250
- # # @return [RDF::Vocabulary::Term]
251
- # attr_reader :abstract
252
- #
253
- # # A legal decision that affirms a ruling.
254
- # # @return [RDF::Vocabulary::Term]
255
- # attr_reader :affirmedBy
256
- #
257
- # # Critical or explanatory note for a Document.
258
- # # @return [RDF::Vocabulary::Term]
259
- # attr_reader :annotates
260
- #
261
- # # The date on which a legal case is argued before a court. Date is of format xsd:date
262
- # # @return [RDF::Vocabulary::Term]
263
- # attr_reader :argued
264
- #
265
- # # @return [RDF::Vocabulary::Term]
266
- # attr_reader :asin
267
- #
268
- # # An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.
269
- # # @return [RDF::Vocabulary::Term]
270
- # attr_reader :authorList
271
- #
272
- # # An chapter number
273
- # # @return [RDF::Vocabulary::Term]
274
- # attr_reader :chapter
275
- #
276
- # # Relates a document to another document that cites the first document.
277
- # # @return [RDF::Vocabulary::Term]
278
- # attr_reader :citedBy
279
- #
280
- # # Relates a document to another document that is cited by the first document as reference, comment, review, quotation or for another purpose.
281
- # # @return [RDF::Vocabulary::Term]
282
- # attr_reader :cites
283
- #
284
- # # @return [RDF::Vocabulary::Term]
285
- # attr_reader :coden
286
- #
287
- # # 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.
288
- # # @return [RDF::Vocabulary::Term]
289
- # attr_reader :content
290
- #
291
- # # An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.
292
- # # @return [RDF::Vocabulary::Term]
293
- # attr_reader :contributorList
294
- #
295
- # # A court associated with a legal document; for example, that which issues a decision.
296
- # # @return [RDF::Vocabulary::Term]
297
- # attr_reader :court
298
- #
299
- # # The thesis degree.
300
- # # @return [RDF::Vocabulary::Term]
301
- # attr_reader :degree
302
- #
303
- # # A Film director.
304
- # # @return [RDF::Vocabulary::Term]
305
- # attr_reader :director
306
- #
307
- # # Distributor of a document or a collection of documents.
308
- # # @return [RDF::Vocabulary::Term]
309
- # attr_reader :distributor
310
- #
311
- # # @return [RDF::Vocabulary::Term]
312
- # attr_reader :doi
313
- #
314
- # # @return [RDF::Vocabulary::Term]
315
- # attr_reader :eanucc13
316
- #
317
- # # The name defining a special edition of a document. Normally its a literal value composed of a version number and words.
318
- # # @return [RDF::Vocabulary::Term]
319
- # attr_reader :edition
320
- #
321
- # # 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.
322
- # # @return [RDF::Vocabulary::Term]
323
- # attr_reader :editor
324
- #
325
- # # An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.
326
- # # @return [RDF::Vocabulary::Term]
327
- # attr_reader :editorList
328
- #
329
- # # @return [RDF::Vocabulary::Term]
330
- # attr_reader :eissn
331
- #
332
- # # @return [RDF::Vocabulary::Term]
333
- # attr_reader :gtin14
334
- #
335
- # # @return [RDF::Vocabulary::Term]
336
- # attr_reader :handle
337
- #
338
- # # @return [RDF::Vocabulary::Term]
339
- # attr_reader :identifier
340
- #
341
- # # An agent that is interviewed by another agent.
342
- # # @return [RDF::Vocabulary::Term]
343
- # attr_reader :interviewee
344
- #
345
- # # An agent that interview another agent.
346
- # # @return [RDF::Vocabulary::Term]
347
- # attr_reader :interviewer
348
- #
349
- # # @return [RDF::Vocabulary::Term]
350
- # attr_reader :isbn
351
- #
352
- # # @return [RDF::Vocabulary::Term]
353
- # attr_reader :isbn10
354
- #
355
- # # @return [RDF::Vocabulary::Term]
356
- # attr_reader :isbn13
357
- #
358
- # # @return [RDF::Vocabulary::Term]
359
- # attr_reader :issn
360
- #
361
- # # An issue number
362
- # # @return [RDF::Vocabulary::Term]
363
- # attr_reader :issue
364
- #
365
- # # An entity responsible for issuing often informally published documents such as press releases, reports, etc.
366
- # # @return [RDF::Vocabulary::Term]
367
- # attr_reader :issuer
368
- #
369
- # # @return [RDF::Vocabulary::Term]
370
- # attr_reader :lccn
371
- #
372
- # # A description (often numeric) that locates an item within a containing document or collection.
373
- # # @return [RDF::Vocabulary::Term]
374
- # attr_reader :locator
375
- #
376
- # # The number of pages contained in a document
377
- # # @return [RDF::Vocabulary::Term]
378
- # attr_reader :numPages
379
- #
380
- # # The number of volumes contained in a collection of documents (usually a series, periodical, etc.).
381
- # # @return [RDF::Vocabulary::Term]
382
- # attr_reader :numVolumes
383
- #
384
- # # A generic item or document number. Not to be confused with issue number.
385
- # # @return [RDF::Vocabulary::Term]
386
- # attr_reader :number
387
- #
388
- # # @return [RDF::Vocabulary::Term]
389
- # attr_reader :oclcnum
390
- #
391
- # # The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.
392
- # # @return [RDF::Vocabulary::Term]
393
- # attr_reader :organizer
394
- #
395
- # # Owner of a document or a collection of documents.
396
- # # @return [RDF::Vocabulary::Term]
397
- # attr_reader :owner
398
- #
399
- # # Ending page number within a continuous page range.
400
- # # @return [RDF::Vocabulary::Term]
401
- # attr_reader :pageEnd
402
- #
403
- # # Starting page number within a continuous page range.
404
- # # @return [RDF::Vocabulary::Term]
405
- # attr_reader :pageStart
406
- #
407
- # # 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.
408
- # # @return [RDF::Vocabulary::Term]
409
- # attr_reader :pages
410
- #
411
- # # @return [RDF::Vocabulary::Term]
412
- # attr_reader :performer
413
- #
414
- # # @return [RDF::Vocabulary::Term]
415
- # attr_reader :pmid
416
- #
417
- # # The prefix of a name
418
- # # @return [RDF::Vocabulary::Term]
419
- # attr_reader :prefixName
420
- #
421
- # # Relates a document to an event; for example, a paper to a conference.
422
- # # @return [RDF::Vocabulary::Term]
423
- # attr_reader :presentedAt
424
- #
425
- # # Relates an event to associated documents; for example, conference to a paper.
426
- # # @return [RDF::Vocabulary::Term]
427
- # attr_reader :presents
428
- #
429
- # # Producer of a document or a collection of documents.
430
- # # @return [RDF::Vocabulary::Term]
431
- # attr_reader :producer
432
- #
433
- # # An agent that receives a communication document.
434
- # # @return [RDF::Vocabulary::Term]
435
- # attr_reader :recipient
436
- #
437
- # # The resource in which another resource is reproduced.
438
- # # @return [RDF::Vocabulary::Term]
439
- # attr_reader :reproducedIn
440
- #
441
- # # A legal decision that reverses a ruling.
442
- # # @return [RDF::Vocabulary::Term]
443
- # attr_reader :reversedBy
444
- #
445
- # # Relates a review document to a reviewed thing (resource, item, etc.).
446
- # # @return [RDF::Vocabulary::Term]
447
- # attr_reader :reviewOf
448
- #
449
- # # A section number
450
- # # @return [RDF::Vocabulary::Term]
451
- # attr_reader :section
452
- #
453
- # # @return [RDF::Vocabulary::Term]
454
- # attr_reader :shortDescription
455
- #
456
- # # The abbreviation of a title.
457
- # # @return [RDF::Vocabulary::Term]
458
- # attr_reader :shortTitle
459
- #
460
- # # @return [RDF::Vocabulary::Term]
461
- # attr_reader :sici
462
- #
463
- # # The publication status of (typically academic) content.
464
- # # @return [RDF::Vocabulary::Term]
465
- # attr_reader :status
466
- #
467
- # # A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.).
468
- # # @return [RDF::Vocabulary::Term]
469
- # attr_reader :subsequentLegalDecision
470
- #
471
- # # The suffix of a name
472
- # # @return [RDF::Vocabulary::Term]
473
- # attr_reader :suffixName
474
- #
475
- # # Relates a document to some transcribed original.
476
- # # @return [RDF::Vocabulary::Term]
477
- # attr_reader :transcriptOf
478
- #
479
- # # Relates a translated document to the original document.
480
- # # @return [RDF::Vocabulary::Term]
481
- # attr_reader :translationOf
482
- #
483
- # # A person who translates written document from one language to another.
484
- # # @return [RDF::Vocabulary::Term]
485
- # attr_reader :translator
486
- #
487
- # # @return [RDF::Vocabulary::Term]
488
- # attr_reader :upc
489
- #
490
- # # Universal Resource Identifier of a document
491
- # # @return [RDF::Vocabulary::Term]
492
- # attr_reader :uri
493
- #
494
- # # A volume number
495
- # # @return [RDF::Vocabulary::Term]
496
- # attr_reader :volume
497
- #
498
- # # @return [RDF::Vocabulary::Term]
499
- # attr_reader :bdarcus
500
- #
501
- # # @return [RDF::Vocabulary::Term]
502
- # attr_reader :fgiasson
503
- #
504
- # end
505
6
  BIBO = Class.new(RDF::StrictVocabulary("http://purl.org/ontology/bibo/")) do
506
7
 
507
8
  # Ontology definition
508
9
  ontology :"http://purl.org/ontology/bibo/",
509
- "dc:creator": ["bibo:bdarcus".freeze, "bibo:fgiasson".freeze],
510
- "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,
511
- "dc:title": "The Bibliographic Ontology".freeze,
512
- "owl:versionInfo": "http://purl.org/ontology/bibo/1.3/".freeze,
513
- type: "owl:Ontology".freeze
10
+ "http://purl.org/dc/terms/creator": ["http://purl.org/ontology/bibo/bdarcus".freeze, "http://purl.org/ontology/bibo/fgiasson".freeze],
11
+ "http://purl.org/dc/terms/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,
12
+ "http://purl.org/dc/terms/title": "The Bibliographic Ontology".freeze,
13
+ "http://www.w3.org/2002/07/owl#versionInfo": "http://purl.org/ontology/bibo/1.3/".freeze,
14
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
514
15
 
515
16
  # Class definitions
516
17
  term :AcademicArticle,
517
- comment: %(A scholarly academic article, typically published in a journal.).freeze,
18
+ comment: "A scholarly academic article, typically published in a journal.".freeze,
19
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
518
20
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
519
21
  label: "Academic Article".freeze,
520
- subClassOf: "bibo:Article".freeze,
521
- type: "owl:Class".freeze,
522
- "vs:term_status": "stable".freeze
22
+ subClassOf: "http://purl.org/ontology/bibo/Article".freeze,
23
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
523
24
  term :Article,
524
- 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,
25
+ 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,
26
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
525
27
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
526
28
  label: "Article".freeze,
527
- subClassOf: "bibo:Document".freeze,
528
- type: "owl:Class".freeze,
529
- "vs:term_status": "stable".freeze
29
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
30
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
530
31
  term :AudioDocument,
531
- comment: %(An audio document; aka record.).freeze,
32
+ comment: "An audio document; aka record.".freeze,
33
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
532
34
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
533
35
  label: "audio document".freeze,
534
- subClassOf: "bibo:Document".freeze,
535
- type: "owl:Class".freeze,
536
- "vs:term_status": "stable".freeze
36
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
37
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
537
38
  term :AudioVisualDocument,
538
- comment: %(An audio-visual document; film, video, and so forth.).freeze,
39
+ comment: "An audio-visual document; film, video, and so forth.".freeze,
40
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
539
41
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
540
42
  label: "audio-visual document".freeze,
541
- subClassOf: "bibo:Document".freeze,
542
- type: "owl:Class".freeze,
543
- "vs:term_status": "stable".freeze
43
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
44
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
544
45
  term :Bill,
545
- comment: %(Draft legislation presented for discussion to a legal body.).freeze,
46
+ comment: "Draft legislation presented for discussion to a legal body.".freeze,
47
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
546
48
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
547
49
  label: "Bill".freeze,
548
- subClassOf: "bibo:Legislation".freeze,
549
- type: "owl:Class".freeze,
550
- "vs:term_status": "stable".freeze
50
+ subClassOf: "http://purl.org/ontology/bibo/Legislation".freeze,
51
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
551
52
  term :Book,
552
- comment: %(A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.).freeze,
53
+ comment: "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.".freeze,
54
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
553
55
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
554
56
  label: "Book".freeze,
555
- subClassOf: "bibo:Document".freeze,
556
- type: "owl:Class".freeze,
557
- "vs:term_status": "stable".freeze
57
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
58
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
558
59
  term :BookSection,
559
- comment: %(A section of a book.).freeze,
60
+ comment: "A section of a book.".freeze,
61
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
560
62
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
561
63
  label: "Book Section".freeze,
562
- subClassOf: "bibo:DocumentPart".freeze,
563
- type: "owl:Class".freeze,
564
- "vs:term_status": "unstable".freeze
64
+ subClassOf: "http://purl.org/ontology/bibo/DocumentPart".freeze,
65
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
565
66
  term :Brief,
566
- comment: %(A written argument submitted to a court.).freeze,
67
+ comment: "A written argument submitted to a court.".freeze,
68
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
567
69
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
568
70
  label: "Brief".freeze,
569
- subClassOf: "bibo:LegalCaseDocument".freeze,
570
- type: "owl:Class".freeze,
571
- "vs:term_status": "unstable".freeze
71
+ subClassOf: "http://purl.org/ontology/bibo/LegalCaseDocument".freeze,
72
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
572
73
  term :Chapter,
573
- comment: %(A chapter of a book.).freeze,
74
+ comment: "A chapter of a book.".freeze,
75
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
574
76
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
575
77
  label: "Chapter".freeze,
576
- subClassOf: "bibo:BookSection".freeze,
577
- type: "owl:Class".freeze,
578
- "vs:term_status": "unstable".freeze
78
+ subClassOf: "http://purl.org/ontology/bibo/BookSection".freeze,
79
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
579
80
  term :Code,
580
- comment: %(A collection of statutes.).freeze,
81
+ comment: "A collection of statutes.".freeze,
82
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
581
83
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
582
84
  label: "Code".freeze,
583
- subClassOf: ["bibo:Periodical".freeze, term(
584
- allValuesFrom: "bibo:Legislation".freeze,
585
- onProperty: "dc:hasPart".freeze,
586
- type: "owl:Restriction".freeze
85
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
86
+ allValuesFrom: "http://purl.org/ontology/bibo/Legislation".freeze,
87
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
88
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
587
89
  ), term(
588
90
  minCardinality: "1".freeze,
589
- onProperty: "dc:hasPart".freeze,
590
- type: "owl:Restriction".freeze
91
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
92
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
591
93
  )],
592
- type: "owl:Class".freeze,
593
- "vs:term_status": "stable".freeze
94
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
594
95
  term :CollectedDocument,
595
- comment: %(A document that simultaneously contains other documents.).freeze,
96
+ comment: "A document that simultaneously contains other documents.".freeze,
97
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
596
98
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
597
99
  label: "Collected Document".freeze,
598
- subClassOf: ["bibo:Document".freeze, term(
599
- allValuesFrom: "bibo:Document".freeze,
600
- onProperty: "dc:hasPart".freeze,
601
- type: "owl:Restriction".freeze
100
+ subClassOf: ["http://purl.org/ontology/bibo/Document".freeze, term(
101
+ allValuesFrom: "http://purl.org/ontology/bibo/Document".freeze,
102
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
103
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
602
104
  ), term(
603
105
  minCardinality: "1".freeze,
604
- onProperty: "dc:hasPart".freeze,
605
- type: "owl:Restriction".freeze
106
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
107
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
606
108
  )],
607
- type: "owl:Class".freeze,
608
- "vs:term_status": "stable".freeze
109
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
609
110
  term :Collection,
610
- comment: %(A collection of Documents or Collections).freeze,
111
+ comment: "A collection of Documents or Collections".freeze,
112
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
611
113
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
612
114
  label: "Collection".freeze,
613
115
  subClassOf: term(
614
- allValuesFrom: term(
615
- type: "owl:Class".freeze,
616
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
617
- ),
618
- onProperty: "dc:hasPart".freeze,
619
- type: "owl:Restriction".freeze
116
+ allValuesFrom: "_:g13460".freeze,
117
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
118
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
620
119
  ),
621
- type: "owl:Class".freeze,
622
- "vs:term_status": "stable".freeze
120
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
623
121
  term :Conference,
624
- comment: %(A meeting for consultation or discussion.).freeze,
122
+ comment: "A meeting for consultation or discussion.".freeze,
123
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
625
124
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
626
125
  label: "Conference".freeze,
627
126
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
628
- type: "owl:Class".freeze,
629
- "vs:term_status": "stable".freeze
127
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
630
128
  term :CourtReporter,
631
- comment: %(A collection of legal cases.).freeze,
129
+ comment: "A collection of legal cases.".freeze,
130
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
632
131
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
633
132
  label: "Court Reporter".freeze,
634
- subClassOf: ["bibo:Periodical".freeze, term(
635
- allValuesFrom: "bibo:LegalDocument".freeze,
636
- onProperty: "dc:hasPart".freeze,
637
- type: "owl:Restriction".freeze
133
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
134
+ allValuesFrom: "http://purl.org/ontology/bibo/LegalDocument".freeze,
135
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
136
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
638
137
  ), term(
639
138
  minCardinality: "1".freeze,
640
- onProperty: "dc:hasPart".freeze,
641
- type: "owl:Restriction".freeze
139
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
140
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
642
141
  )],
643
- type: "owl:Class".freeze,
644
- "vs:term_status": "stable".freeze
142
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
645
143
  term :Document,
646
- 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,
647
- equivalentClass: "foaf:Document".freeze,
144
+ 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,
145
+ equivalentClass: "http://xmlns.com/foaf/0.1/Document".freeze,
146
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
648
147
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
649
148
  label: "Document".freeze,
650
- type: "owl:Class".freeze,
651
- "vs:term_status": "stable".freeze
149
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
652
150
  term :DocumentPart,
653
- comment: %(a distinct part of a larger document or collected document.).freeze,
151
+ comment: "a distinct part of a larger document or collected document.".freeze,
152
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
654
153
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
655
154
  label: "document part".freeze,
656
- subClassOf: ["bibo:Document".freeze, term(
155
+ subClassOf: ["http://purl.org/ontology/bibo/Document".freeze, term(
657
156
  maxCardinality: "1".freeze,
658
- onProperty: "dc:isPartOf".freeze,
659
- type: "owl:Restriction".freeze
157
+ onProperty: "http://purl.org/dc/terms/isPartOf".freeze,
158
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
660
159
  )],
661
- type: "owl:Class".freeze,
662
- "vs:term_status": "unstable".freeze
160
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
663
161
  term :DocumentStatus,
664
- comment: %(The status of the publication of a document.).freeze,
162
+ comment: "The status of the publication of a document.".freeze,
163
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
665
164
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
666
165
  label: "Document Status".freeze,
667
- type: "owl:Class".freeze,
668
- "vs:term_status": "stable".freeze
166
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
669
167
  term :EditedBook,
670
- comment: %(An edited book.).freeze,
168
+ comment: "An edited book.".freeze,
169
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
671
170
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
672
171
  label: "Edited Book".freeze,
673
- subClassOf: "bibo:CollectedDocument".freeze,
674
- type: "owl:Class".freeze,
675
- "vs:term_status": "stable".freeze
172
+ subClassOf: "http://purl.org/ontology/bibo/CollectedDocument".freeze,
173
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
676
174
  term :Email,
677
- comment: %(A written communication addressed to a person or organization and transmitted electronically.).freeze,
175
+ comment: "A written communication addressed to a person or organization and transmitted electronically.".freeze,
176
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
678
177
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
679
178
  label: "EMail".freeze,
680
- subClassOf: "bibo:PersonalCommunicationDocument".freeze,
681
- type: "owl:Class".freeze,
682
- "vs:term_status": "stable".freeze
179
+ subClassOf: "http://purl.org/ontology/bibo/PersonalCommunicationDocument".freeze,
180
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
683
181
  term :Event,
684
- type: "owl:Class".freeze
182
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
685
183
  term :Excerpt,
686
- comment: %(A passage selected from a larger work.).freeze,
184
+ comment: "A passage selected from a larger work.".freeze,
185
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
687
186
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
688
187
  label: "Excerpt".freeze,
689
- subClassOf: "bibo:DocumentPart".freeze,
690
- type: "owl:Class".freeze,
691
- "vs:term_status": "stable".freeze
188
+ subClassOf: "http://purl.org/ontology/bibo/DocumentPart".freeze,
189
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
692
190
  term :Film,
693
- comment: %(aka movie.).freeze,
191
+ comment: "aka movie.".freeze,
192
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
694
193
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
695
194
  label: "Film".freeze,
696
- subClassOf: "bibo:AudioVisualDocument".freeze,
697
- type: "owl:Class".freeze,
698
- "vs:term_status": "stable".freeze
195
+ subClassOf: "http://purl.org/ontology/bibo/AudioVisualDocument".freeze,
196
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
699
197
  term :Hearing,
700
- comment: %(An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit.).freeze,
198
+ comment: "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit.".freeze,
199
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
701
200
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
702
201
  label: "Hearing".freeze,
703
202
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
704
- type: "owl:Class".freeze,
705
- "vs:term_status": "stable".freeze
203
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
706
204
  term :Image,
707
- comment: %(A document that presents visual or diagrammatic information.).freeze,
708
- equivalentClass: "foaf:Image".freeze,
205
+ comment: "A document that presents visual or diagrammatic information.".freeze,
206
+ equivalentClass: "http://xmlns.com/foaf/0.1/Image".freeze,
207
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
709
208
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
710
209
  label: "Image".freeze,
711
- subClassOf: "bibo:Document".freeze,
712
- type: "owl:Class".freeze,
713
- "vs:term_status": "stable".freeze
210
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
211
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
714
212
  term :Interview,
715
- comment: %(A formalized discussion between two or more people.).freeze,
213
+ comment: "A formalized discussion between two or more people.".freeze,
214
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
716
215
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
717
216
  label: "Interview".freeze,
718
217
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
719
- type: "owl:Class".freeze,
720
- "vs:term_status": "stable".freeze
218
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
721
219
  term :Issue,
722
- comment: %(something that is printed or published and distributed, esp. a given number of a periodical).freeze,
220
+ comment: "something that is printed or published and distributed, esp. a given number of a periodical".freeze,
221
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
723
222
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
724
223
  label: "Issue".freeze,
725
- subClassOf: ["bibo:CollectedDocument".freeze, term(
726
- allValuesFrom: "bibo:Article".freeze,
727
- onProperty: "dc:hasPart".freeze,
728
- type: "owl:Restriction".freeze
224
+ subClassOf: ["http://purl.org/ontology/bibo/CollectedDocument".freeze, term(
225
+ allValuesFrom: "http://purl.org/ontology/bibo/Article".freeze,
226
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
227
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
729
228
  ), term(
730
229
  minCardinality: "1".freeze,
731
- onProperty: "dc:hasPart".freeze,
732
- type: "owl:Restriction".freeze
230
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
231
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
733
232
  )],
734
- type: "owl:Class".freeze,
735
- "vs:term_status": "stable".freeze
233
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
736
234
  term :Journal,
737
- comment: %(A periodical of scholarly journal Articles.).freeze,
235
+ comment: "A periodical of scholarly journal Articles.".freeze,
236
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
738
237
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
739
238
  label: "Journal".freeze,
740
- subClassOf: ["bibo:Periodical".freeze, term(
741
- allValuesFrom: "bibo:Issue".freeze,
742
- onProperty: "dc:hasPart".freeze,
743
- type: "owl:Restriction".freeze
239
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
240
+ allValuesFrom: "http://purl.org/ontology/bibo/Issue".freeze,
241
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
242
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
744
243
  ), term(
745
244
  minCardinality: "1".freeze,
746
- onProperty: "dc:hasPart".freeze,
747
- type: "owl:Restriction".freeze
245
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
246
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
748
247
  )],
749
- type: "owl:Class".freeze,
750
- "vs:term_status": "stable".freeze
248
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
751
249
  term :LegalCaseDocument,
752
- comment: %(A document accompanying a legal case.).freeze,
250
+ comment: "A document accompanying a legal case.".freeze,
251
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
753
252
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
754
253
  label: "Legal Case Document".freeze,
755
- subClassOf: "bibo:LegalDocument".freeze,
756
- type: "owl:Class".freeze,
757
- "vs:term_status": "unstable".freeze
254
+ subClassOf: "http://purl.org/ontology/bibo/LegalDocument".freeze,
255
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
758
256
  term :LegalDecision,
759
- comment: %(A document containing an authoritative determination \(as a decree or judgment\) made after consideration of facts or law.).freeze,
257
+ comment: "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law.".freeze,
258
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
760
259
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
761
260
  label: "Decision".freeze,
762
- subClassOf: "bibo:LegalCaseDocument".freeze,
763
- type: "owl:Class".freeze,
764
- "vs:term_status": "unstable".freeze
261
+ subClassOf: "http://purl.org/ontology/bibo/LegalCaseDocument".freeze,
262
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
765
263
  term :LegalDocument,
766
- comment: %(A legal document; for example, a court decision, a brief, and so forth.).freeze,
264
+ comment: "A legal document; for example, a court decision, a brief, and so forth.".freeze,
265
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
767
266
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
768
267
  label: "Legal Document".freeze,
769
- subClassOf: "bibo:Document".freeze,
770
- type: "owl:Class".freeze,
771
- "vs:term_status": "stable".freeze
268
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
269
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
772
270
  term :Legislation,
773
- comment: %(A legal document proposing or enacting a law or a group of laws.).freeze,
271
+ comment: "A legal document proposing or enacting a law or a group of laws.".freeze,
272
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
774
273
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
775
274
  label: "Legislation".freeze,
776
- subClassOf: "bibo:LegalDocument".freeze,
777
- type: "owl:Class".freeze,
778
- "vs:term_status": "unstable".freeze
275
+ subClassOf: "http://purl.org/ontology/bibo/LegalDocument".freeze,
276
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
779
277
  term :Letter,
780
- comment: %(A written or printed communication addressed to a person or organization and usually transmitted by mail.).freeze,
278
+ comment: "A written or printed communication addressed to a person or organization and usually transmitted by mail.".freeze,
279
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
781
280
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
782
281
  label: "Letter".freeze,
783
- subClassOf: "bibo:PersonalCommunicationDocument".freeze,
784
- type: "owl:Class".freeze,
785
- "vs:term_status": "stable".freeze
282
+ subClassOf: "http://purl.org/ontology/bibo/PersonalCommunicationDocument".freeze,
283
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
786
284
  term :Magazine,
787
- 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,
285
+ 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,
286
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
788
287
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
789
288
  label: "Magazine".freeze,
790
- subClassOf: ["bibo:Periodical".freeze, term(
791
- allValuesFrom: "bibo:Issue".freeze,
792
- onProperty: "dc:hasPart".freeze,
793
- type: "owl:Restriction".freeze
289
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
290
+ allValuesFrom: "http://purl.org/ontology/bibo/Issue".freeze,
291
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
292
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
794
293
  ), term(
795
294
  minCardinality: "1".freeze,
796
- onProperty: "dc:hasPart".freeze,
797
- type: "owl:Restriction".freeze
295
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
296
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
798
297
  )],
799
- type: "owl:Class".freeze,
800
- "vs:term_status": "stable".freeze
298
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
801
299
  term :Manual,
802
- comment: %(A small reference book, especially one giving instructions.).freeze,
300
+ comment: "A small reference book, especially one giving instructions.".freeze,
301
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
803
302
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
804
303
  label: "Manual".freeze,
805
- subClassOf: "bibo:Document".freeze,
806
- type: "owl:Class".freeze,
807
- "vs:term_status": "unstable".freeze
304
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
305
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
808
306
  term :Manuscript,
809
- comment: %(An unpublished Document, which may also be submitted to a publisher for publication.).freeze,
307
+ comment: "An unpublished Document, which may also be submitted to a publisher for publication.".freeze,
308
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
810
309
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
811
310
  label: "Manuscript".freeze,
812
- subClassOf: "bibo:Document".freeze,
813
- type: "owl:Class".freeze,
814
- "vs:term_status": "stable".freeze
311
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
312
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
815
313
  term :Map,
816
- comment: %(A graphical depiction of geographic features.).freeze,
314
+ comment: "A graphical depiction of geographic features.".freeze,
315
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
817
316
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
818
317
  label: "Map".freeze,
819
- subClassOf: "bibo:Image".freeze,
820
- type: "owl:Class".freeze,
821
- "vs:term_status": "unstable".freeze
318
+ subClassOf: "http://purl.org/ontology/bibo/Image".freeze,
319
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
822
320
  term :MultiVolumeBook,
823
- comment: %(A loose, thematic, collection of Documents, often Books.).freeze,
321
+ comment: "A loose, thematic, collection of Documents, often Books.".freeze,
322
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
824
323
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
825
324
  label: "Multivolume Book".freeze,
826
- subClassOf: ["bibo:Collection".freeze, term(
827
- allValuesFrom: "bibo:Book".freeze,
828
- onProperty: "dc:hasPart".freeze,
829
- type: "owl:Restriction".freeze
325
+ subClassOf: ["http://purl.org/ontology/bibo/Collection".freeze, term(
326
+ allValuesFrom: "http://purl.org/ontology/bibo/Book".freeze,
327
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
328
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
830
329
  )],
831
- type: "owl:Class".freeze,
832
- "vs:term_status": "stable".freeze
330
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
833
331
  term :Newspaper,
834
- comment: %(A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising.).freeze,
332
+ comment: "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising.".freeze,
333
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
835
334
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
836
335
  label: "Newspaper".freeze,
837
- subClassOf: ["bibo:Periodical".freeze, term(
838
- allValuesFrom: "bibo:Issue".freeze,
839
- onProperty: "dc:hasPart".freeze,
840
- type: "owl:Restriction".freeze
336
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
337
+ allValuesFrom: "http://purl.org/ontology/bibo/Issue".freeze,
338
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
339
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
841
340
  ), term(
842
341
  minCardinality: "1".freeze,
843
- onProperty: "dc:hasPart".freeze,
844
- type: "owl:Restriction".freeze
342
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
343
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
845
344
  )],
846
- type: "owl:Class".freeze,
847
- "vs:term_status": "stable".freeze
345
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
848
346
  term :Note,
849
- comment: %(Notes or annotations about a resource.).freeze,
347
+ comment: "Notes or annotations about a resource.".freeze,
348
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
850
349
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
851
350
  label: "Note".freeze,
852
- subClassOf: "bibo:Document".freeze,
853
- type: "owl:Class".freeze,
854
- "vs:term_status": "stable".freeze
351
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
352
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
855
353
  term :Patent,
856
- 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,
354
+ 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,
355
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
857
356
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
858
357
  label: "Patent".freeze,
859
- subClassOf: "bibo:Document".freeze,
860
- type: "owl:Class".freeze,
861
- "vs:term_status": "stable".freeze
358
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
359
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
862
360
  term :Performance,
863
- comment: %(A public performance.).freeze,
361
+ comment: "A public performance.".freeze,
362
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
864
363
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
865
364
  label: "Performance".freeze,
866
365
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
867
- type: "owl:Class".freeze,
868
- "vs:term_status": "unstable".freeze
366
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
869
367
  term :Periodical,
870
- comment: %(A group of related documents issued at regular intervals.).freeze,
368
+ comment: "A group of related documents issued at regular intervals.".freeze,
369
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
871
370
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
872
371
  label: "Periodical".freeze,
873
- subClassOf: ["bibo:Collection".freeze, term(
874
- allValuesFrom: "bibo:Issue".freeze,
875
- onProperty: "dc:hasPart".freeze,
876
- type: "owl:Restriction".freeze
372
+ subClassOf: ["http://purl.org/ontology/bibo/Collection".freeze, term(
373
+ allValuesFrom: "http://purl.org/ontology/bibo/Issue".freeze,
374
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
375
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
877
376
  ), term(
878
377
  minCardinality: "1".freeze,
879
- onProperty: "dc:hasPart".freeze,
880
- type: "owl:Restriction".freeze
378
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
379
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
881
380
  )],
882
- type: "owl:Class".freeze,
883
- "vs:term_status": "stable".freeze
381
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
884
382
  term :PersonalCommunication,
885
- comment: %(A communication between an agent and one or more specific recipients.).freeze,
383
+ comment: "A communication between an agent and one or more specific recipients.".freeze,
384
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
886
385
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
887
386
  label: "Personal Communication".freeze,
888
387
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
889
- type: "owl:Class".freeze,
890
- "vs:term_status": "stable".freeze
388
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
891
389
  term :PersonalCommunicationDocument,
892
- comment: %(A personal communication manifested in some document.).freeze,
390
+ comment: "A personal communication manifested in some document.".freeze,
391
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
893
392
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
894
393
  label: "Personal Communication Document".freeze,
895
- subClassOf: "bibo:Document".freeze,
896
- type: "owl:Class".freeze,
897
- "vs:term_status": "stable".freeze
394
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
395
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
898
396
  term :Proceedings,
899
- comment: %(A compilation of documents published from an event, such as a conference.).freeze,
397
+ comment: "A compilation of documents published from an event, such as a conference.".freeze,
398
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
900
399
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
901
400
  label: "Proceedings".freeze,
902
- subClassOf: "bibo:Book".freeze,
903
- type: "owl:Class".freeze,
904
- "vs:term_status": "unstable".freeze
401
+ subClassOf: "http://purl.org/ontology/bibo/Book".freeze,
402
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
905
403
  term :Quote,
906
- comment: %(An excerpted collection of words.).freeze,
404
+ comment: "An excerpted collection of words.".freeze,
405
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
907
406
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
908
407
  label: "Quote".freeze,
909
- subClassOf: "bibo:Excerpt".freeze,
910
- type: "owl:Class".freeze,
911
- "vs:term_status": "stable".freeze
408
+ subClassOf: "http://purl.org/ontology/bibo/Excerpt".freeze,
409
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
912
410
  term :ReferenceSource,
913
- comment: %(A document that presents authoritative reference information, such as a dictionary or encylopedia .).freeze,
411
+ comment: "A document that presents authoritative reference information, such as a dictionary or encylopedia .".freeze,
412
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
914
413
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
915
414
  label: "Reference Source".freeze,
916
- subClassOf: "bibo:Document".freeze,
917
- type: "owl:Class".freeze,
918
- "vs:term_status": "unstable".freeze
415
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
416
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
919
417
  term :Report,
920
- 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,
418
+ 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,
419
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
921
420
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
922
421
  label: "Report".freeze,
923
- subClassOf: "bibo:Document".freeze,
924
- type: "owl:Class".freeze,
925
- "vs:term_status": "stable".freeze
422
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
423
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
926
424
  term :Series,
927
- comment: %(A loose, thematic, collection of Documents, often Books.).freeze,
425
+ comment: "A loose, thematic, collection of Documents, often Books.".freeze,
426
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
928
427
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
929
428
  label: "Series".freeze,
930
- subClassOf: ["bibo:Collection".freeze, term(
931
- allValuesFrom: "bibo:Document".freeze,
932
- onProperty: "dc:hasPart".freeze,
933
- type: "owl:Restriction".freeze
429
+ subClassOf: ["http://purl.org/ontology/bibo/Collection".freeze, term(
430
+ allValuesFrom: "http://purl.org/ontology/bibo/Document".freeze,
431
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
432
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
934
433
  )],
935
- type: "owl:Class".freeze,
936
- "vs:term_status": "stable".freeze
434
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
937
435
  term :Slide,
938
- comment: %(A slide in a slideshow).freeze,
436
+ comment: "A slide in a slideshow".freeze,
437
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
939
438
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
940
439
  label: "Slide".freeze,
941
- subClassOf: "bibo:DocumentPart".freeze,
942
- type: "owl:Class".freeze,
943
- "vs:term_status": "unstable".freeze
440
+ subClassOf: "http://purl.org/ontology/bibo/DocumentPart".freeze,
441
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
944
442
  term :Slideshow,
945
- comment: %(A presentation of a series of slides, usually presented in front of an audience with written text and images.).freeze,
443
+ comment: "A presentation of a series of slides, usually presented in front of an audience with written text and images.".freeze,
444
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
946
445
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
947
446
  label: "Slideshow".freeze,
948
- subClassOf: ["bibo:Document".freeze, term(
949
- allValuesFrom: "bibo:Slide".freeze,
950
- onProperty: "dc:hasPart".freeze,
951
- type: "owl:Restriction".freeze
447
+ subClassOf: ["http://purl.org/ontology/bibo/Document".freeze, term(
448
+ allValuesFrom: "http://purl.org/ontology/bibo/Slide".freeze,
449
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
450
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
952
451
  )],
953
- type: "owl:Class".freeze,
954
- "vs:term_status": "stable".freeze
452
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
955
453
  term :Specification,
956
- comment: %(A document describing a specification.).freeze,
454
+ comment: "A document describing a specification.".freeze,
455
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
957
456
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
958
457
  label: "Specification".freeze,
959
- subClassOf: "bibo:Document".freeze,
960
- type: "owl:Class".freeze,
961
- "vs:term_status": "testing".freeze
458
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
459
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
962
460
  term :Standard,
963
- comment: %(A document describing a standard: a specification organized through a standards body.).freeze,
461
+ comment: "A document describing a standard: a specification organized through a standards body.".freeze,
462
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
964
463
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
965
464
  label: "Standard".freeze,
966
- subClassOf: "bibo:Specification".freeze,
967
- type: "owl:Class".freeze,
968
- "vs:term_status": "stable".freeze
465
+ subClassOf: "http://purl.org/ontology/bibo/Specification".freeze,
466
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
969
467
  term :Statute,
970
- comment: %(A bill enacted into law.).freeze,
468
+ comment: "A bill enacted into law.".freeze,
469
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
971
470
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
972
471
  label: "Statute".freeze,
973
- subClassOf: "bibo:Legislation".freeze,
974
- type: "owl:Class".freeze,
975
- "vs:term_status": "stable".freeze
472
+ subClassOf: "http://purl.org/ontology/bibo/Legislation".freeze,
473
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
976
474
  term :Thesis,
977
- comment: %(A document created to summarize research findings associated with the completion of an academic degree.).freeze,
475
+ comment: "A document created to summarize research findings associated with the completion of an academic degree.".freeze,
476
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
978
477
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
979
478
  label: "Thesis".freeze,
980
- subClassOf: "bibo:Document".freeze,
981
- type: "owl:Class".freeze,
982
- "vs:term_status": "stable".freeze
479
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
480
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
983
481
  term :ThesisDegree,
984
- comment: %(The academic degree of a Thesis).freeze,
482
+ comment: "The academic degree of a Thesis".freeze,
483
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
985
484
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
986
485
  label: "Thesis degree".freeze,
987
- type: "owl:Class".freeze,
988
- "vs:term_status": "stable".freeze
486
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
989
487
  term :Webpage,
990
- 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,
488
+ 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,
489
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
991
490
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
992
491
  label: "Webpage".freeze,
993
- subClassOf: "bibo:Document".freeze,
994
- type: "owl:Class".freeze,
995
- "vs:term_status": "unstable".freeze
492
+ subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
493
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
996
494
  term :Website,
997
- comment: %(A group of Webpages accessible on the Web.).freeze,
495
+ comment: "A group of Webpages accessible on the Web.".freeze,
496
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
998
497
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
999
498
  label: "Website".freeze,
1000
- subClassOf: ["bibo:Collection".freeze, term(
1001
- allValuesFrom: "bibo:Webpage".freeze,
1002
- onProperty: "dc:hasPart".freeze,
1003
- type: "owl:Restriction".freeze
499
+ subClassOf: ["http://purl.org/ontology/bibo/Collection".freeze, term(
500
+ allValuesFrom: "http://purl.org/ontology/bibo/Webpage".freeze,
501
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
502
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
1004
503
  ), term(
1005
504
  minCardinality: "1".freeze,
1006
- onProperty: "dc:hasPart".freeze,
1007
- type: "owl:Restriction".freeze
505
+ onProperty: "http://purl.org/dc/terms/hasPart".freeze,
506
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
1008
507
  )],
1009
- type: "owl:Class".freeze,
1010
- "vs:term_status": "unstable".freeze
508
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1011
509
  term :Workshop,
1012
- comment: %(A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.).freeze,
510
+ comment: "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.".freeze,
511
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1013
512
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1014
513
  label: "Workshop".freeze,
1015
514
  subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
1016
- type: "owl:Class".freeze,
1017
- "vs:term_status": "stable".freeze
515
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1018
516
 
1019
517
  # Property definitions
1020
518
  property :abstract,
1021
- comment: %(A summary of the resource.).freeze,
1022
- domain: "rdfs:Resource".freeze,
519
+ comment: "A summary of the resource.".freeze,
520
+ domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
521
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1023
522
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1024
523
  label: "abstract".freeze,
1025
- range: "rdfs:Literal".freeze,
1026
- type: "owl:DatatypeProperty".freeze,
1027
- "vs:term_status": "stable".freeze
524
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
525
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1028
526
  property :affirmedBy,
1029
- comment: %(A legal decision that affirms a ruling.).freeze,
1030
- domain: "bibo:LegalDecision".freeze,
527
+ comment: "A legal decision that affirms a ruling.".freeze,
528
+ domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
1031
529
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1032
- range: "bibo:LegalDecision".freeze,
1033
- subPropertyOf: "bibo:subsequentLegalDecision".freeze,
1034
- type: "owl:ObjectProperty".freeze
530
+ range: "http://purl.org/ontology/bibo/LegalDecision".freeze,
531
+ subPropertyOf: "http://purl.org/ontology/bibo/subsequentLegalDecision".freeze,
532
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1035
533
  property :annotates,
1036
- comment: %(Critical or explanatory note for a Document.).freeze,
1037
- domain: "bibo:Note".freeze,
534
+ comment: "Critical or explanatory note for a Document.".freeze,
535
+ domain: "http://purl.org/ontology/bibo/Note".freeze,
536
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1038
537
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1039
538
  label: "annotates".freeze,
1040
- range: "rdfs:Resource".freeze,
1041
- subPropertyOf: "dc:relation".freeze,
1042
- type: "owl:ObjectProperty".freeze,
1043
- "vs:term_status": "stable".freeze
539
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
540
+ subPropertyOf: "http://purl.org/dc/terms/relation".freeze,
541
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1044
542
  property :argued,
1045
- comment: %(The date on which a legal case is argued before a court. Date is of format xsd:date).freeze,
1046
- domain: "bibo:LegalDocument".freeze,
543
+ comment: "The date on which a legal case is argued before a court. Date is of format xsd:date".freeze,
544
+ domain: "http://purl.org/ontology/bibo/LegalDocument".freeze,
545
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1047
546
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1048
547
  label: "date argued".freeze,
1049
- range: "rdfs:Literal".freeze,
1050
- type: "owl:DatatypeProperty".freeze,
1051
- "vs:term_status": "unstable".freeze
548
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
549
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1052
550
  property :asin,
1053
551
  domain: term(
1054
- type: "owl:Class".freeze,
1055
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
552
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
553
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1056
554
  ),
1057
- range: "rdfs:Literal".freeze,
1058
- subPropertyOf: "bibo:identifier".freeze,
1059
- type: "owl:DatatypeProperty".freeze
555
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
556
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
557
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1060
558
  property :authorList,
1061
- comment: %(An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.).freeze,
1062
- domain: "bibo:Document".freeze,
559
+ comment: "An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.".freeze,
560
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
561
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1063
562
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1064
563
  label: "list of authors".freeze,
1065
564
  range: term(
1066
- type: "owl:Class".freeze,
1067
- unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
565
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
566
+ unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq".freeze)
1068
567
  ),
1069
- subPropertyOf: "bibo:contributorList".freeze,
1070
- type: "owl:ObjectProperty".freeze,
1071
- "vs:term_status": "stable".freeze
568
+ subPropertyOf: "http://purl.org/ontology/bibo/contributorList".freeze,
569
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1072
570
  property :chapter,
1073
- comment: %(An chapter number).freeze,
1074
- domain: "bibo:BookSection".freeze,
571
+ comment: "An chapter number".freeze,
572
+ domain: "http://purl.org/ontology/bibo/BookSection".freeze,
573
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1075
574
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1076
575
  label: "chapter".freeze,
1077
- range: "rdfs:Literal".freeze,
1078
- subPropertyOf: "bibo:locator".freeze,
1079
- type: "owl:DatatypeProperty".freeze,
1080
- "vs:term_status": "unstable".freeze
576
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
577
+ subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
578
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1081
579
  property :citedBy,
1082
- comment: %(Relates a document to another document that cites the
1083
- first document.).freeze,
1084
- domain: "bibo:Document".freeze,
1085
- inverseOf: "bibo:cites".freeze,
580
+ comment: "Relates a document to another document that cites the\nfirst document.".freeze,
581
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
582
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
583
+ inverseOf: "http://purl.org/ontology/bibo/cites".freeze,
1086
584
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1087
585
  label: "cited by".freeze,
1088
- range: "bibo:Document".freeze,
1089
- type: "owl:ObjectProperty".freeze,
1090
- "vs:term_status": "unstable".freeze
586
+ range: "http://purl.org/ontology/bibo/Document".freeze,
587
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1091
588
  property :cites,
1092
- comment: %(Relates a document to another document that is cited
1093
- by the first document as reference, comment, review, quotation or for
1094
- another purpose.).freeze,
1095
- domain: "bibo:Document".freeze,
589
+ comment: "Relates a document to another document that is cited\nby the first document as reference, comment, review, quotation or for\nanother purpose.".freeze,
590
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
591
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1096
592
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1097
593
  label: "cites".freeze,
1098
- range: "bibo:Document".freeze,
1099
- subPropertyOf: "dc:references".freeze,
1100
- type: "owl:ObjectProperty".freeze,
1101
- "vs:term_status": "unstable".freeze
594
+ range: "http://purl.org/ontology/bibo/Document".freeze,
595
+ subPropertyOf: "http://purl.org/dc/terms/references".freeze,
596
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1102
597
  property :coden,
1103
598
  domain: term(
1104
- type: "owl:Class".freeze,
1105
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
599
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
600
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1106
601
  ),
1107
- range: "rdfs:Literal".freeze,
1108
- subPropertyOf: "bibo:identifier".freeze,
1109
- type: "owl:DatatypeProperty".freeze
602
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
603
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
604
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1110
605
  property :content,
1111
- 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,
1112
- domain: "bibo:Document".freeze,
606
+ 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,
607
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
608
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
609
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
610
+ "http://www.w3.org/2004/02/skos/core#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,
1113
611
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1114
612
  label: "content".freeze,
1115
- "owl:deprecated": "true".freeze,
1116
- range: "rdfs:Literal".freeze,
1117
- "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,
1118
- type: "owl:DatatypeProperty".freeze,
1119
- "vs:term_status": "unstable".freeze
613
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
614
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1120
615
  property :contributorList,
1121
- comment: %(An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.).freeze,
1122
- domain: "bibo:Document".freeze,
616
+ comment: "An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.".freeze,
617
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
618
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1123
619
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1124
620
  label: "list of contributors".freeze,
1125
621
  range: term(
1126
- type: "owl:Class".freeze,
1127
- unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
622
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
623
+ unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq".freeze)
1128
624
  ),
1129
- type: "owl:ObjectProperty".freeze,
1130
- "vs:term_status": "stable".freeze
625
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1131
626
  property :court,
1132
- comment: %(A court associated with a legal document; for example, that which issues a decision.).freeze,
1133
- domain: "bibo:LegalDocument".freeze,
627
+ comment: "A court associated with a legal document; for example, that which issues a decision.".freeze,
628
+ domain: "http://purl.org/ontology/bibo/LegalDocument".freeze,
629
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1134
630
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1135
631
  label: "court".freeze,
1136
- range: "foaf:Organization".freeze,
1137
- type: "owl:ObjectProperty".freeze,
1138
- "vs:term_status": "unstable".freeze
632
+ range: "http://xmlns.com/foaf/0.1/Organization".freeze,
633
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1139
634
  property :degree,
1140
- comment: %(The thesis degree.).freeze,
1141
- domain: "bibo:Thesis".freeze,
1142
- 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,
635
+ comment: "The thesis degree.".freeze,
636
+ domain: "http://purl.org/ontology/bibo/Thesis".freeze,
637
+ 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,
638
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1143
639
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1144
640
  label: "degree".freeze,
1145
- range: "bibo:ThesisDegree".freeze,
1146
- type: "owl:ObjectProperty".freeze,
1147
- "vs:term_status": "unstable".freeze
641
+ range: "http://purl.org/ontology/bibo/ThesisDegree".freeze,
642
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1148
643
  property :director,
1149
- comment: %(A Film director.).freeze,
1150
- domain: "bibo:AudioVisualDocument".freeze,
644
+ comment: "A Film director.".freeze,
645
+ domain: "http://purl.org/ontology/bibo/AudioVisualDocument".freeze,
646
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1151
647
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1152
648
  label: "director".freeze,
1153
- range: "foaf:Agent".freeze,
1154
- subPropertyOf: "dc:contributor".freeze,
1155
- type: "owl:ObjectProperty".freeze,
1156
- "vs:term_status": "stable".freeze
649
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
650
+ subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
651
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1157
652
  property :distributor,
1158
- comment: %(Distributor of a document or a collection of documents.).freeze,
653
+ comment: "Distributor of a document or a collection of documents.".freeze,
1159
654
  domain: term(
1160
- type: "owl:Class".freeze,
1161
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
655
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
656
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1162
657
  ),
658
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1163
659
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1164
660
  label: "distributor".freeze,
1165
- range: "foaf:Agent".freeze,
1166
- type: "owl:ObjectProperty".freeze,
1167
- "vs:term_status": "stable".freeze
661
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
662
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1168
663
  property :doi,
1169
664
  domain: term(
1170
- type: "owl:Class".freeze,
1171
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
665
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
666
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1172
667
  ),
1173
- range: "rdfs:Literal".freeze,
1174
- subPropertyOf: "bibo:identifier".freeze,
1175
- type: "owl:DatatypeProperty".freeze
668
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
669
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
670
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1176
671
  property :eanucc13,
1177
672
  domain: term(
1178
- type: "owl:Class".freeze,
1179
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
673
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
674
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1180
675
  ),
1181
- range: "rdfs:Literal".freeze,
1182
- subPropertyOf: "bibo:identifier".freeze,
1183
- type: "owl:DatatypeProperty".freeze
676
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
677
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
678
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1184
679
  property :edition,
1185
- comment: %(The name defining a special edition of a document. Normally its a literal value composed of a version number and words.).freeze,
1186
- domain: "bibo:Document".freeze,
680
+ comment: "The name defining a special edition of a document. Normally its a literal value composed of a version number and words.".freeze,
681
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
682
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1187
683
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1188
684
  label: "edition".freeze,
1189
- range: "rdfs:Literal".freeze,
1190
- type: "owl:DatatypeProperty".freeze,
1191
- "vs:term_status": "stable".freeze
685
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
686
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1192
687
  property :editor,
1193
- 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,
688
+ 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,
1194
689
  domain: term(
1195
- type: "owl:Class".freeze,
1196
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
690
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
691
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1197
692
  ),
693
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1198
694
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1199
695
  label: "editor".freeze,
1200
- range: "foaf:Agent".freeze,
1201
- subPropertyOf: "dc:contributor".freeze,
1202
- type: "owl:ObjectProperty".freeze,
1203
- "vs:term_status": "stable".freeze
696
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
697
+ subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
698
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1204
699
  property :editorList,
1205
- comment: %(An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.).freeze,
1206
- domain: "bibo:Document".freeze,
700
+ comment: "An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.".freeze,
701
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
702
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1207
703
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1208
704
  label: "list of editors".freeze,
1209
705
  range: term(
1210
- type: "owl:Class".freeze,
1211
- unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
706
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
707
+ unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq".freeze)
1212
708
  ),
1213
- subPropertyOf: "bibo:contributorList".freeze,
1214
- type: "owl:ObjectProperty".freeze,
1215
- "vs:term_status": "stable".freeze
709
+ subPropertyOf: "http://purl.org/ontology/bibo/contributorList".freeze,
710
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1216
711
  property :eissn,
1217
- domain: "bibo:Collection".freeze,
1218
- range: "rdfs:Literal".freeze,
1219
- subPropertyOf: "bibo:identifier".freeze,
1220
- type: "owl:DatatypeProperty".freeze
712
+ domain: "http://purl.org/ontology/bibo/Collection".freeze,
713
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
714
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
715
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1221
716
  property :gtin14,
1222
717
  domain: term(
1223
- type: "owl:Class".freeze,
1224
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
718
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
719
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1225
720
  ),
1226
- range: "rdfs:Literal".freeze,
1227
- subPropertyOf: "bibo:identifier".freeze,
1228
- type: "owl:DatatypeProperty".freeze
721
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
722
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
723
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1229
724
  property :handle,
1230
725
  domain: term(
1231
- type: "owl:Class".freeze,
1232
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
726
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
727
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1233
728
  ),
1234
- range: "rdfs:Literal".freeze,
1235
- subPropertyOf: "bibo:identifier".freeze,
1236
- type: "owl:DatatypeProperty".freeze
729
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
730
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
731
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1237
732
  property :identifier,
1238
733
  domain: term(
1239
- type: "owl:Class".freeze,
1240
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
734
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
735
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1241
736
  ),
1242
- range: "rdfs:Literal".freeze,
1243
- type: "owl:DatatypeProperty".freeze
737
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
738
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1244
739
  property :interviewee,
1245
- comment: %(An agent that is interviewed by another agent.).freeze,
1246
- domain: "foaf:Agent".freeze,
740
+ comment: "An agent that is interviewed by another agent.".freeze,
741
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
742
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1247
743
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1248
744
  label: "interviewee".freeze,
1249
- range: "foaf:Agent".freeze,
1250
- subPropertyOf: "dc:contributor".freeze,
1251
- type: "owl:ObjectProperty".freeze,
1252
- "vs:term_status": "stable".freeze
745
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
746
+ subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
747
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1253
748
  property :interviewer,
1254
- comment: %(An agent that interview another agent.).freeze,
1255
- domain: "foaf:Agent".freeze,
749
+ comment: "An agent that interview another agent.".freeze,
750
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
751
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1256
752
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1257
753
  label: "interviewer".freeze,
1258
- range: "foaf:Agent".freeze,
1259
- subPropertyOf: "dc:contributor".freeze,
1260
- type: "owl:ObjectProperty".freeze,
1261
- "vs:term_status": "stable".freeze
754
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
755
+ subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
756
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1262
757
  property :isbn,
1263
- subPropertyOf: "bibo:identifier".freeze,
1264
- type: "owl:DatatypeProperty".freeze
758
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
759
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1265
760
  property :isbn10,
1266
761
  domain: term(
1267
- type: "owl:Class".freeze,
1268
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
762
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
763
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1269
764
  ),
1270
- range: "rdfs:Literal".freeze,
1271
- subPropertyOf: "bibo:isbn".freeze,
1272
- type: "owl:DatatypeProperty".freeze
765
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
766
+ subPropertyOf: "http://purl.org/ontology/bibo/isbn".freeze,
767
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1273
768
  property :isbn13,
1274
769
  domain: term(
1275
- type: "owl:Class".freeze,
1276
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
770
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
771
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1277
772
  ),
1278
- range: "rdfs:Literal".freeze,
1279
- subPropertyOf: "bibo:isbn".freeze,
1280
- type: "owl:DatatypeProperty".freeze
773
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
774
+ subPropertyOf: "http://purl.org/ontology/bibo/isbn".freeze,
775
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1281
776
  property :issn,
1282
- domain: "bibo:Collection".freeze,
1283
- range: "rdfs:Literal".freeze,
1284
- subPropertyOf: "bibo:identifier".freeze,
1285
- type: "owl:DatatypeProperty".freeze
777
+ domain: "http://purl.org/ontology/bibo/Collection".freeze,
778
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
779
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
780
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1286
781
  property :issue,
1287
- comment: %(An issue number).freeze,
1288
- domain: "bibo:Issue".freeze,
782
+ comment: "An issue number".freeze,
783
+ domain: "http://purl.org/ontology/bibo/Issue".freeze,
784
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1289
785
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1290
786
  label: "issue".freeze,
1291
- range: "rdfs:Literal".freeze,
1292
- subPropertyOf: "bibo:locator".freeze,
1293
- type: "owl:DatatypeProperty".freeze,
1294
- "vs:term_status": "stable".freeze
787
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
788
+ subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
789
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1295
790
  property :issuer,
1296
- comment: %(An entity responsible for issuing often informally published documents such as press releases, reports, etc.).freeze,
791
+ comment: "An entity responsible for issuing often informally published documents such as press releases, reports, etc.".freeze,
1297
792
  domain: term(
1298
- type: "owl:Class".freeze,
1299
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
793
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
794
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1300
795
  ),
796
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1301
797
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1302
798
  label: "issuer".freeze,
1303
- range: "foaf:Agent".freeze,
1304
- subPropertyOf: "dc:publisher".freeze,
1305
- type: "owl:ObjectProperty".freeze,
1306
- "vs:term_status": "unstable".freeze
799
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
800
+ subPropertyOf: "http://purl.org/dc/terms/publisher".freeze,
801
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1307
802
  property :lccn,
1308
803
  domain: term(
1309
- type: "owl:Class".freeze,
1310
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
804
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
805
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1311
806
  ),
1312
- range: "rdfs:Literal".freeze,
1313
- subPropertyOf: "bibo:identifier".freeze,
1314
- type: "owl:DatatypeProperty".freeze
807
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
808
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
809
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1315
810
  property :locator,
1316
- comment: %(A description \(often numeric\) that locates an item within a containing document or collection.).freeze,
1317
- domain: "bibo:Document".freeze,
811
+ comment: "A description (often numeric) that locates an item within a containing document or collection.".freeze,
812
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
813
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1318
814
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1319
815
  label: "locator".freeze,
1320
- range: "rdfs:Literal".freeze,
1321
- type: "owl:DatatypeProperty".freeze,
1322
- "vs:term_status": "stable".freeze
816
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
817
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1323
818
  property :numPages,
1324
- comment: %(The number of pages contained in a document).freeze,
1325
- domain: "bibo:Document".freeze,
819
+ comment: "The number of pages contained in a document".freeze,
820
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
821
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1326
822
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1327
823
  label: "number of pages".freeze,
1328
- range: "rdfs:Literal".freeze,
1329
- type: "owl:DatatypeProperty".freeze,
1330
- "vs:term_status": "stable".freeze
824
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
825
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1331
826
  property :numVolumes,
1332
- comment: %(The number of volumes contained in a collection of documents \(usually a series, periodical, etc.\).).freeze,
1333
- domain: "bibo:Collection".freeze,
827
+ comment: "The number of volumes contained in a collection of documents (usually a series, periodical, etc.).".freeze,
828
+ domain: "http://purl.org/ontology/bibo/Collection".freeze,
829
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1334
830
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1335
831
  label: "number of volumes".freeze,
1336
- range: "rdfs:Literal".freeze,
1337
- type: "owl:DatatypeProperty".freeze,
1338
- "vs:term_status": "stable".freeze
832
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
833
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1339
834
  property :number,
1340
- comment: %(A generic item or document number. Not to be confused with issue number.).freeze,
1341
- domain: "bibo:Document".freeze,
835
+ comment: "A generic item or document number. Not to be confused with issue number.".freeze,
836
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
837
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1342
838
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1343
839
  label: "number".freeze,
1344
- range: "rdfs:Literal".freeze,
1345
- type: "owl:DatatypeProperty".freeze,
1346
- "vs:term_status": "stable".freeze
840
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
841
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1347
842
  property :oclcnum,
1348
843
  domain: term(
1349
- type: "owl:Class".freeze,
1350
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
844
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
845
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1351
846
  ),
1352
- range: "rdfs:Literal".freeze,
1353
- subPropertyOf: "bibo:identifier".freeze,
1354
- type: "owl:DatatypeProperty".freeze
847
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
848
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
849
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1355
850
  property :organizer,
1356
- comment: %(The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.).freeze,
851
+ comment: "The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.".freeze,
1357
852
  domain: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
853
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1358
854
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1359
855
  label: "organizer".freeze,
1360
- range: "foaf:Agent".freeze,
1361
- type: "owl:ObjectProperty".freeze,
1362
- "vs:term_status": "unstable".freeze
856
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
857
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1363
858
  property :owner,
1364
- comment: %(Owner of a document or a collection of documents.).freeze,
859
+ comment: "Owner of a document or a collection of documents.".freeze,
1365
860
  domain: term(
1366
- type: "owl:Class".freeze,
1367
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
861
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
862
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1368
863
  ),
864
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1369
865
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1370
866
  label: "owner".freeze,
1371
- range: "foaf:Agent".freeze,
1372
- type: "owl:ObjectProperty".freeze,
1373
- "vs:term_status": "unstable".freeze
867
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
868
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1374
869
  property :pageEnd,
1375
- comment: %(Ending page number within a continuous page range.).freeze,
1376
- domain: "bibo:Document".freeze,
870
+ comment: "Ending page number within a continuous page range.".freeze,
871
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
872
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1377
873
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1378
874
  label: "page end".freeze,
1379
- range: "rdfs:Literal".freeze,
1380
- subPropertyOf: "bibo:locator".freeze,
1381
- type: "owl:DatatypeProperty".freeze,
1382
- "vs:term_status": "stable".freeze
875
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
876
+ subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
877
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1383
878
  property :pageStart,
1384
- comment: %(Starting page number within a continuous page range.).freeze,
1385
- domain: "bibo:Document".freeze,
879
+ comment: "Starting page number within a continuous page range.".freeze,
880
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
881
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1386
882
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1387
883
  label: "page start".freeze,
1388
- range: "rdfs:Literal".freeze,
1389
- subPropertyOf: "bibo:locator".freeze,
1390
- type: "owl:DatatypeProperty".freeze,
1391
- "vs:term_status": "stable".freeze
884
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
885
+ subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
886
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1392
887
  property :pages,
1393
- 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,
1394
- domain: "bibo:Document".freeze,
888
+ 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,
889
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
890
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1395
891
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1396
892
  label: "pages".freeze,
1397
- range: "rdfs:Literal".freeze,
1398
- subPropertyOf: "bibo:locator".freeze,
1399
- type: "owl:DatatypeProperty".freeze,
1400
- "vs:term_status": "stable".freeze
893
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
894
+ subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
895
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1401
896
  property :performer,
1402
- domain: "bibo:Performance".freeze,
897
+ domain: "http://purl.org/ontology/bibo/Performance".freeze,
898
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1403
899
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1404
900
  label: "performer".freeze,
1405
- range: "foaf:Agent".freeze,
1406
- subPropertyOf: "dc:contributor".freeze,
1407
- type: "owl:ObjectProperty".freeze,
1408
- "vs:term_status": "stable".freeze
901
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
902
+ subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
903
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1409
904
  property :pmid,
1410
905
  domain: term(
1411
- type: "owl:Class".freeze,
1412
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
906
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
907
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1413
908
  ),
1414
- range: "rdfs:Literal".freeze,
1415
- subPropertyOf: "bibo:identifier".freeze,
1416
- type: "owl:DatatypeProperty".freeze
909
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
910
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
911
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1417
912
  property :prefixName,
1418
- comment: %(The prefix of a name).freeze,
1419
- domain: "foaf:Agent".freeze,
913
+ comment: "The prefix of a name".freeze,
914
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
915
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1420
916
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1421
917
  label: "prefix name".freeze,
1422
- range: "rdfs:Literal".freeze,
1423
- type: "owl:DatatypeProperty".freeze,
1424
- "vs:term_status": "stable".freeze
918
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
919
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1425
920
  property :presentedAt,
1426
- comment: %(Relates a document to an event; for example, a paper to a conference.).freeze,
1427
- domain: "bibo:Document".freeze,
921
+ comment: "Relates a document to an event; for example, a paper to a conference.".freeze,
922
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
923
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1428
924
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1429
925
  label: "presented at".freeze,
1430
- range: "bibo:Event".freeze,
926
+ range: "http://purl.org/ontology/bibo/Event".freeze,
1431
927
  subPropertyOf: "http://purl.org/NET/c4dm/event.owl#produced_in".freeze,
1432
- type: "owl:ObjectProperty".freeze,
1433
- "vs:term_status": "unstable".freeze
928
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1434
929
  property :presents,
1435
- comment: %(Relates an event to associated documents; for example, conference to a paper.).freeze,
1436
- domain: "bibo:Event".freeze,
1437
- inverseOf: "bibo:presentedAt".freeze,
930
+ comment: "Relates an event to associated documents; for example, conference to a paper.".freeze,
931
+ domain: "http://purl.org/ontology/bibo/Event".freeze,
932
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
933
+ inverseOf: "http://purl.org/ontology/bibo/presentedAt".freeze,
1438
934
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1439
935
  label: "presents".freeze,
1440
- range: "bibo:Document".freeze,
936
+ range: "http://purl.org/ontology/bibo/Document".freeze,
1441
937
  subPropertyOf: "http://purl.org/NET/c4dm/event.owl#product".freeze,
1442
- type: "owl:ObjectProperty".freeze,
1443
- "vs:term_status": "unstable".freeze
938
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1444
939
  property :producer,
1445
- comment: %(Producer of a document or a collection of documents.).freeze,
940
+ comment: "Producer of a document or a collection of documents.".freeze,
1446
941
  domain: term(
1447
- type: "owl:Class".freeze,
1448
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
942
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
943
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1449
944
  ),
945
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1450
946
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1451
947
  label: "producer".freeze,
1452
- range: "foaf:Agent".freeze,
1453
- type: "owl:ObjectProperty".freeze,
1454
- "vs:term_status": "stable".freeze
948
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
949
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1455
950
  property :recipient,
1456
- comment: %(An agent that receives a communication document.).freeze,
1457
- domain: "bibo:PersonalCommunicationDocument".freeze,
951
+ comment: "An agent that receives a communication document.".freeze,
952
+ domain: "http://purl.org/ontology/bibo/PersonalCommunicationDocument".freeze,
953
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1458
954
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1459
955
  label: "recipient".freeze,
1460
- range: "foaf:Agent".freeze,
1461
- type: "owl:ObjectProperty".freeze,
1462
- "vs:term_status": "stable".freeze
956
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
957
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1463
958
  property :reproducedIn,
1464
- comment: %(The resource in which another resource is reproduced.).freeze,
1465
- domain: "bibo:Document".freeze,
959
+ comment: "The resource in which another resource is reproduced.".freeze,
960
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
961
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1466
962
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1467
- range: "bibo:Document".freeze,
1468
- subPropertyOf: "dc:isPartOf".freeze,
1469
- type: "owl:ObjectProperty".freeze,
1470
- "vs:term_status": "unstable".freeze
963
+ range: "http://purl.org/ontology/bibo/Document".freeze,
964
+ subPropertyOf: "http://purl.org/dc/terms/isPartOf".freeze,
965
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1471
966
  property :reversedBy,
1472
- comment: %(A legal decision that reverses a ruling.).freeze,
1473
- domain: "bibo:LegalDecision".freeze,
967
+ comment: "A legal decision that reverses a ruling.".freeze,
968
+ domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
1474
969
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1475
- range: "bibo:LegalDecision".freeze,
1476
- subPropertyOf: "bibo:subsequentLegalDecision".freeze,
1477
- type: "owl:ObjectProperty".freeze
970
+ range: "http://purl.org/ontology/bibo/LegalDecision".freeze,
971
+ subPropertyOf: "http://purl.org/ontology/bibo/subsequentLegalDecision".freeze,
972
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1478
973
  property :reviewOf,
1479
- comment: %(Relates a review document to a reviewed thing \(resource, item, etc.\).).freeze,
1480
- domain: "bibo:Document".freeze,
974
+ comment: "Relates a review document to a reviewed thing (resource, item, etc.).".freeze,
975
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
976
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1481
977
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1482
978
  label: "review of".freeze,
1483
- range: "rdfs:Resource".freeze,
1484
- subPropertyOf: "dc:relation".freeze,
1485
- type: "owl:ObjectProperty".freeze,
1486
- "vs:term_status": "stable".freeze
979
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
980
+ subPropertyOf: "http://purl.org/dc/terms/relation".freeze,
981
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1487
982
  property :section,
1488
- comment: %(A section number).freeze,
1489
- domain: "bibo:Document".freeze,
983
+ comment: "A section number".freeze,
984
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
985
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
986
+ "http://www.w3.org/2004/02/skos/core#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,
1490
987
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1491
988
  label: "section".freeze,
1492
- range: "rdfs:Literal".freeze,
1493
- "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,
1494
- subPropertyOf: "bibo:locator".freeze,
1495
- type: "owl:DatatypeProperty".freeze,
1496
- "vs:term_status": "unstable".freeze
989
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
990
+ subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
991
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1497
992
  property :shortDescription,
1498
- domain: "bibo:Document".freeze,
1499
- range: "rdfs:Literal".freeze,
1500
- type: "owl:DatatypeProperty".freeze
993
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
994
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
995
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1501
996
  property :shortTitle,
1502
- comment: %(The abbreviation of a title.).freeze,
1503
- domain: "bibo:Document".freeze,
997
+ comment: "The abbreviation of a title.".freeze,
998
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
999
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1504
1000
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1505
1001
  label: "short title".freeze,
1506
- range: "rdfs:Literal".freeze,
1507
- type: "owl:DatatypeProperty".freeze,
1508
- "vs:term_status": "stable".freeze
1002
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1003
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1509
1004
  property :sici,
1510
1005
  domain: term(
1511
- type: "owl:Class".freeze,
1512
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
1006
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
1007
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1513
1008
  ),
1514
- range: "rdfs:Literal".freeze,
1515
- subPropertyOf: "bibo:identifier".freeze,
1516
- type: "owl:DatatypeProperty".freeze
1009
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1010
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
1011
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1517
1012
  property :status,
1518
- comment: %(The publication status of \(typically academic\) content.).freeze,
1519
- domain: "bibo:Document".freeze,
1520
- 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,
1013
+ comment: "The publication status of (typically academic) content.".freeze,
1014
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
1015
+ 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,
1016
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1521
1017
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1522
1018
  label: "status".freeze,
1523
- range: "bibo:DocumentStatus".freeze,
1524
- type: "owl:ObjectProperty".freeze,
1525
- "vs:term_status": "stable".freeze
1019
+ range: "http://purl.org/ontology/bibo/DocumentStatus".freeze,
1020
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1526
1021
  property :subsequentLegalDecision,
1527
- comment: %(A legal decision on appeal that takes action on a case \(affirming it, reversing it, etc.\).).freeze,
1528
- domain: "bibo:LegalDecision".freeze,
1022
+ comment: "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.).".freeze,
1023
+ domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
1529
1024
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1530
- range: "bibo:LegalDecision".freeze,
1531
- subPropertyOf: "dc:isReferencedBy".freeze,
1532
- type: "owl:ObjectProperty".freeze
1025
+ range: "http://purl.org/ontology/bibo/LegalDecision".freeze,
1026
+ subPropertyOf: "http://purl.org/dc/terms/isReferencedBy".freeze,
1027
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1533
1028
  property :suffixName,
1534
- comment: %(The suffix of a name).freeze,
1535
- domain: "foaf:Agent".freeze,
1029
+ comment: "The suffix of a name".freeze,
1030
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
1031
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1536
1032
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1537
1033
  label: "suffix name".freeze,
1538
- range: "rdfs:Literal".freeze,
1539
- type: "owl:DatatypeProperty".freeze,
1540
- "vs:term_status": "stable".freeze
1034
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1035
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1541
1036
  property :transcriptOf,
1542
- comment: %(Relates a document to some transcribed original.).freeze,
1543
- domain: "bibo:Document".freeze,
1037
+ comment: "Relates a document to some transcribed original.".freeze,
1038
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
1039
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1544
1040
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1545
1041
  label: "transcript of".freeze,
1546
- range: "rdfs:Resource".freeze,
1547
- subPropertyOf: "dc:relation".freeze,
1548
- type: "owl:ObjectProperty".freeze,
1549
- "vs:term_status": "unstable".freeze
1042
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
1043
+ subPropertyOf: "http://purl.org/dc/terms/relation".freeze,
1044
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1550
1045
  property :translationOf,
1551
- comment: %(Relates a translated document to the original document.).freeze,
1552
- domain: "bibo:Document".freeze,
1046
+ comment: "Relates a translated document to the original document.".freeze,
1047
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
1048
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1553
1049
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1554
1050
  label: "translation of".freeze,
1555
- range: "bibo:Document".freeze,
1556
- subPropertyOf: "dc:isVersionOf".freeze,
1557
- type: "owl:ObjectProperty".freeze,
1558
- "vs:term_status": "stable".freeze
1051
+ range: "http://purl.org/ontology/bibo/Document".freeze,
1052
+ subPropertyOf: "http://purl.org/dc/terms/isVersionOf".freeze,
1053
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1559
1054
  property :translator,
1560
- comment: %(A person who translates written document from one language to another.).freeze,
1055
+ comment: "A person who translates written document from one language to another.".freeze,
1561
1056
  domain: term(
1562
- type: "owl:Class".freeze,
1563
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
1057
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
1058
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1564
1059
  ),
1060
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1565
1061
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1566
1062
  label: "translator".freeze,
1567
- range: "foaf:Agent".freeze,
1568
- subPropertyOf: "dc:contributor".freeze,
1569
- type: "owl:ObjectProperty".freeze,
1570
- "vs:term_status": "stable".freeze
1063
+ range: "http://xmlns.com/foaf/0.1/Agent".freeze,
1064
+ subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
1065
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1571
1066
  property :upc,
1572
1067
  domain: term(
1573
- type: "owl:Class".freeze,
1574
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
1068
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
1069
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1575
1070
  ),
1576
- range: "rdfs:Literal".freeze,
1577
- subPropertyOf: "bibo:identifier".freeze,
1578
- type: "owl:DatatypeProperty".freeze
1071
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1072
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
1073
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1579
1074
  property :uri,
1580
- comment: %(Universal Resource Identifier of a document).freeze,
1075
+ comment: "Universal Resource Identifier of a document".freeze,
1581
1076
  domain: term(
1582
- type: "owl:Class".freeze,
1583
- unionOf: list("bibo:Collection".freeze, "bibo:Document".freeze)
1077
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
1078
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1584
1079
  ),
1080
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1585
1081
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1586
1082
  label: "uri".freeze,
1587
- range: "rdfs:Literal".freeze,
1588
- subPropertyOf: "bibo:identifier".freeze,
1589
- type: "owl:DatatypeProperty".freeze,
1590
- "vs:term_status": "stable".freeze
1083
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1084
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
1085
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1591
1086
  property :volume,
1592
- comment: %(A volume number).freeze,
1593
- domain: "bibo:Document".freeze,
1087
+ comment: "A volume number".freeze,
1088
+ domain: "http://purl.org/ontology/bibo/Document".freeze,
1089
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1594
1090
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1595
1091
  label: "volume".freeze,
1596
- range: "rdfs:Literal".freeze,
1597
- subPropertyOf: "bibo:locator".freeze,
1598
- type: "owl:DatatypeProperty".freeze,
1599
- "vs:term_status": "stable".freeze
1092
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1093
+ subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
1094
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1600
1095
 
1601
1096
  # Extra definitions
1602
1097
  term :bdarcus,
1603
- "foaf:name": "Bruce D'Arcus".freeze,
1098
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/net/darcusb/info#me".freeze,
1099
+ "http://xmlns.com/foaf/0.1/name": "Bruce D'Arcus".freeze,
1604
1100
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1605
- "rdfs:seeAlso": "http://purl.org/net/darcusb/info#me".freeze,
1606
- type: ["foaf:Person".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze]
1101
+ type: ["http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze, "http://xmlns.com/foaf/0.1/Person".freeze]
1607
1102
  term :"degrees/ma",
1608
- comment: %(masters degree in arts).freeze,
1103
+ comment: "masters degree in arts".freeze,
1104
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1609
1105
  label: "M.A.".freeze,
1610
- type: ["bibo:ThesisDegree".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1611
- "vs:term_status": "stable".freeze
1106
+ type: ["http://purl.org/ontology/bibo/ThesisDegree".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1612
1107
  term :"degrees/ms",
1613
- comment: %(masters degree in science).freeze,
1108
+ comment: "masters degree in science".freeze,
1109
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1614
1110
  label: "M.S.".freeze,
1615
- type: ["bibo:ThesisDegree".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1616
- "vs:term_status": "stable".freeze
1111
+ type: ["http://purl.org/ontology/bibo/ThesisDegree".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1617
1112
  term :"degrees/phd",
1618
- comment: %(PhD degree).freeze,
1113
+ comment: "PhD degree".freeze,
1114
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1619
1115
  label: "PhD degree".freeze,
1620
- type: ["bibo:ThesisDegree".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1621
- "vs:term_status": "stable".freeze
1116
+ type: ["http://purl.org/ontology/bibo/ThesisDegree".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1622
1117
  term :fgiasson,
1623
- "foaf:name": "Frederick Giasson".freeze,
1118
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://fgiasson.com/me/".freeze,
1119
+ "http://xmlns.com/foaf/0.1/name": "Frederick Giasson".freeze,
1624
1120
  isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1625
- "rdfs:seeAlso": "http://fgiasson.com/me/".freeze,
1626
- type: ["foaf:Person".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze]
1121
+ type: ["http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze, "http://xmlns.com/foaf/0.1/Person".freeze]
1627
1122
  term :"status/accepted",
1628
- comment: %(Accepted for publication after peer reviewing.).freeze,
1123
+ comment: "Accepted for publication after peer reviewing.".freeze,
1124
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1629
1125
  label: "accepted".freeze,
1630
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1631
- "vs:term_status": "stable".freeze
1126
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1632
1127
  term :"status/draft",
1633
- comment: %(Document drafted).freeze,
1128
+ comment: "Document drafted".freeze,
1129
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1634
1130
  label: "draft".freeze,
1635
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1636
- "vs:term_status": "stable".freeze
1131
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1637
1132
  term :"status/forthcoming",
1638
- comment: %(Document to be published).freeze,
1133
+ comment: "Document to be published".freeze,
1134
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1639
1135
  label: "forthcoming".freeze,
1640
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1641
- "vs:term_status": "stable".freeze
1136
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1642
1137
  term :"status/legal",
1643
- comment: %(Legal document).freeze,
1138
+ comment: "Legal document".freeze,
1139
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1644
1140
  label: "legal".freeze,
1645
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1646
- "vs:term_status": "stable".freeze
1141
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1647
1142
  term :"status/nonPeerReviewed",
1648
- comment: %(A document that is not peer reviewed).freeze,
1143
+ comment: "A document that is not peer reviewed".freeze,
1144
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1649
1145
  label: "non peer reviewed".freeze,
1650
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1651
- "vs:term_status": "stable".freeze
1146
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1652
1147
  term :"status/peerReviewed",
1653
- 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,
1148
+ 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,
1149
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1654
1150
  label: "peer reviewed".freeze,
1655
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1656
- "vs:term_status": "stable".freeze
1151
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1657
1152
  term :"status/published",
1658
- comment: %(Published document).freeze,
1153
+ comment: "Published document".freeze,
1154
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1659
1155
  label: "published".freeze,
1660
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1661
- "vs:term_status": "stable".freeze
1156
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1662
1157
  term :"status/rejected",
1663
- comment: %(Rejected for publication after peer reviewing.).freeze,
1158
+ comment: "Rejected for publication after peer reviewing.".freeze,
1159
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1664
1160
  label: "rejected".freeze,
1665
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1666
- "vs:term_status": "stable".freeze
1161
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1667
1162
  term :"status/unpublished",
1668
- comment: %(Unpublished document).freeze,
1163
+ comment: "Unpublished document".freeze,
1164
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1669
1165
  label: "unpublished".freeze,
1670
- type: ["bibo:DocumentStatus".freeze, "owl:NamedIndividual".freeze, "owl:Thing".freeze],
1671
- "vs:term_status": "stable".freeze
1166
+ type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1672
1167
  end
1673
1168
  end