rdf-vocab 3.1.4 → 3.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +14 -28
  6. data/lib/rdf/vocab/acl.rb +84 -1
  7. data/lib/rdf/vocab/as.rb +466 -1
  8. data/lib/rdf/vocab/bf2.rb +1317 -1
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +496 -1
  11. data/lib/rdf/vocab/cc.rb +107 -1
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1303 -1
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +1 -1
  18. data/lib/rdf/vocab/dc11.rb +63 -1
  19. data/lib/rdf/vocab/dcat.rb +152 -4
  20. data/lib/rdf/vocab/dcmitype.rb +1 -1
  21. data/lib/rdf/vocab/disco.rb +228 -1
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +753 -1
  24. data/lib/rdf/vocab/earl.rb +135 -1
  25. data/lib/rdf/vocab/ebucore.rb +7335 -1974
  26. data/lib/rdf/vocab/edm.rb +150 -1
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +253 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +377 -1
  30. data/lib/rdf/vocab/foaf.rb +305 -1
  31. data/lib/rdf/vocab/geo.rb +39 -1
  32. data/lib/rdf/vocab/geojson.rb +66 -1
  33. data/lib/rdf/vocab/geonames.rb +166 -1
  34. data/lib/rdf/vocab/gr.rb +684 -1
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +164 -1
  37. data/lib/rdf/vocab/hydra.rb +236 -2
  38. data/lib/rdf/vocab/iana.rb +230 -1
  39. data/lib/rdf/vocab/ical.rb +462 -1
  40. data/lib/rdf/vocab/identifiers.rb +462 -1
  41. data/lib/rdf/vocab/iiif.rb +136 -1
  42. data/lib/rdf/vocab/jsonld.rb +135 -1
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +1 -1
  45. data/lib/rdf/vocab/ma.rb +381 -1
  46. data/lib/rdf/vocab/mads.rb +600 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +809 -1
  48. data/lib/rdf/vocab/mo.rb +919 -1
  49. data/lib/rdf/vocab/mods.rb +516 -1
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +275 -1
  52. data/lib/rdf/vocab/og.rb +78 -1
  53. data/lib/rdf/vocab/ogc.rb +34 -1
  54. data/lib/rdf/vocab/ore.rb +56 -1
  55. data/lib/rdf/vocab/org.rb +189 -1
  56. data/lib/rdf/vocab/pcdm.rb +47 -1
  57. data/lib/rdf/vocab/pplan.rb +64 -1
  58. data/lib/rdf/vocab/premis.rb +1266 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +155 -1
  60. data/lib/rdf/vocab/prov.rb +619 -1
  61. data/lib/rdf/vocab/ptr.rb +138 -1
  62. data/lib/rdf/vocab/rightsstatements.rb +5 -1
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +1 -1
  65. data/lib/rdf/vocab/schema.rb +10032 -12
  66. data/lib/rdf/vocab/sd.rb +372 -0
  67. data/lib/rdf/vocab/sh.rb +736 -1
  68. data/lib/rdf/vocab/sioc.rb +401 -1
  69. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +38 -1
  70. data/lib/rdf/vocab/{sioct.rb → sioctypes.rb} +158 -1
  71. data/lib/rdf/vocab/skos.rb +119 -1
  72. data/lib/rdf/vocab/skosxl.rb +30 -1
  73. data/lib/rdf/vocab/v.rb +291 -1
  74. data/lib/rdf/vocab/vcard.rb +508 -1
  75. data/lib/rdf/vocab/vmd.rb +291 -1
  76. data/lib/rdf/vocab/void.rb +121 -1
  77. data/lib/rdf/vocab/vs.rb +19 -1
  78. data/lib/rdf/vocab/wdrs.rb +90 -1
  79. data/lib/rdf/vocab/wot.rb +78 -1
  80. data/lib/rdf/vocab/xhtml.rb +2 -1
  81. data/lib/rdf/vocab/xhv.rb +338 -1
  82. data/lib/rdf/vocab/xkos.rb +150 -1
  83. data/spec/extensions_spec.rb +68 -0
  84. data/spec/vocab_spec.rb +10 -0
  85. metadata +15 -8
@@ -7,8 +7,7 @@ module RDF::Vocab
7
7
  # # Vocabulary for <http://bibframe.org/vocab/>
8
8
  # class Bibframe < RDF::StrictVocabulary
9
9
  # end
10
- class Bibframe < RDF::StrictVocabulary("http://bibframe.org/vocab/")
11
-
10
+ Bibframe = Class.new(RDF::StrictVocabulary("http://bibframe.org/vocab/")) do
12
11
  # Ontology definition
13
12
  ontology :"http://bibframe.org/vocab/",
14
13
  "dc:modified": "2014-12-10T20:23:05.638677Z".freeze,
@@ -5,9 +5,504 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
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/
8
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
+ #
9
504
  # end
10
- class BIBO < RDF::StrictVocabulary("http://purl.org/ontology/bibo/")
505
+ BIBO = Class.new(RDF::StrictVocabulary("http://purl.org/ontology/bibo/")) do
11
506
 
12
507
  # Ontology definition
13
508
  ontology :"http://purl.org/ontology/bibo/",