Class: RDF::Vocab::BIBO

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/bibo.rb

Overview

Vocabulary for <purl.org/ontology/bibo/>

The Bibliographic Ontology

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.

Instance Attribute Summary collapse

Instance Attribute Details

#abstractRDF::Vocabulary::Term (readonly)

A summary of the resource.

Returns:

  • (RDF::Vocabulary::Term)


245
246
247
# File 'lib/rdf/vocab/bibo.rb', line 245

def abstract
  @abstract
end

#AcademicArticleRDF::Vocabulary::Term (readonly)

A scholarly academic article, typically published in a journal.

Returns:

  • (RDF::Vocabulary::Term)


10
11
12
# File 'lib/rdf/vocab/bibo.rb', line 10

def AcademicArticle
  @AcademicArticle
end

#affirmedByRDF::Vocabulary::Term (readonly)

A legal decision that affirms a ruling.

Returns:

  • (RDF::Vocabulary::Term)


249
250
251
# File 'lib/rdf/vocab/bibo.rb', line 249

def affirmedBy
  @affirmedBy
end

#annotatesRDF::Vocabulary::Term (readonly)

Critical or explanatory note for a Document.

Returns:

  • (RDF::Vocabulary::Term)


253
254
255
# File 'lib/rdf/vocab/bibo.rb', line 253

def annotates
  @annotates
end

#arguedRDF::Vocabulary::Term (readonly)

The date on which a legal case is argued before a court. Date is of format xsd:date

Returns:

  • (RDF::Vocabulary::Term)


257
258
259
# File 'lib/rdf/vocab/bibo.rb', line 257

def argued
  @argued
end

#ArticleRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


14
15
16
# File 'lib/rdf/vocab/bibo.rb', line 14

def Article
  @Article
end

#asinRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


260
261
262
# File 'lib/rdf/vocab/bibo.rb', line 260

def asin
  @asin
end

#AudioDocumentRDF::Vocabulary::Term (readonly)

An audio document; aka record.

Returns:

  • (RDF::Vocabulary::Term)


18
19
20
# File 'lib/rdf/vocab/bibo.rb', line 18

def AudioDocument
  @AudioDocument
end

#AudioVisualDocumentRDF::Vocabulary::Term (readonly)

An audio-visual document; film, video, and so forth.

Returns:

  • (RDF::Vocabulary::Term)


22
23
24
# File 'lib/rdf/vocab/bibo.rb', line 22

def AudioVisualDocument
  @AudioVisualDocument
end

#authorListRDF::Vocabulary::Term (readonly)

An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.

Returns:

  • (RDF::Vocabulary::Term)


264
265
266
# File 'lib/rdf/vocab/bibo.rb', line 264

def authorList
  @authorList
end

#bdarcusRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


493
494
495
# File 'lib/rdf/vocab/bibo.rb', line 493

def bdarcus
  @bdarcus
end

#BillRDF::Vocabulary::Term (readonly)

Draft legislation presented for discussion to a legal body.

Returns:

  • (RDF::Vocabulary::Term)


26
27
28
# File 'lib/rdf/vocab/bibo.rb', line 26

def Bill
  @Bill
end

#BookRDF::Vocabulary::Term (readonly)

A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.

Returns:

  • (RDF::Vocabulary::Term)


30
31
32
# File 'lib/rdf/vocab/bibo.rb', line 30

def Book
  @Book
end

#BookSectionRDF::Vocabulary::Term (readonly)

A section of a book.

Returns:

  • (RDF::Vocabulary::Term)


34
35
36
# File 'lib/rdf/vocab/bibo.rb', line 34

def BookSection
  @BookSection
end

#BriefRDF::Vocabulary::Term (readonly)

A written argument submitted to a court.

Returns:

  • (RDF::Vocabulary::Term)


38
39
40
# File 'lib/rdf/vocab/bibo.rb', line 38

def Brief
  @Brief
end

#chapterRDF::Vocabulary::Term (readonly)

An chapter number

Returns:

  • (RDF::Vocabulary::Term)


268
269
270
# File 'lib/rdf/vocab/bibo.rb', line 268

def chapter
  @chapter
end

#ChapterRDF::Vocabulary::Term (readonly)

A chapter of a book.

Returns:

  • (RDF::Vocabulary::Term)


42
43
44
# File 'lib/rdf/vocab/bibo.rb', line 42

def Chapter
  @Chapter
end

#citedByRDF::Vocabulary::Term (readonly)

Relates a document to another document that cites the first document.

Returns:

  • (RDF::Vocabulary::Term)


272
273
274
# File 'lib/rdf/vocab/bibo.rb', line 272

def citedBy
  @citedBy
end

#citesRDF::Vocabulary::Term (readonly)

Relates a document to another document that is cited by the first document as reference, comment, review, quotation or for another purpose.

Returns:

  • (RDF::Vocabulary::Term)


276
277
278
# File 'lib/rdf/vocab/bibo.rb', line 276

def cites
  @cites
end

#CodeRDF::Vocabulary::Term (readonly)

A collection of statutes.

Returns:

  • (RDF::Vocabulary::Term)


46
47
48
# File 'lib/rdf/vocab/bibo.rb', line 46

def Code
  @Code
end

#codenRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


279
280
281
# File 'lib/rdf/vocab/bibo.rb', line 279

def coden
  @coden
end

#CollectedDocumentRDF::Vocabulary::Term (readonly)

A document that simultaneously contains other documents.

Returns:

  • (RDF::Vocabulary::Term)


50
51
52
# File 'lib/rdf/vocab/bibo.rb', line 50

def CollectedDocument
  @CollectedDocument
end

#CollectionRDF::Vocabulary::Term (readonly)

A collection of Documents or Collections

Returns:

  • (RDF::Vocabulary::Term)


54
55
56
# File 'lib/rdf/vocab/bibo.rb', line 54

def Collection
  @Collection
end

#ConferenceRDF::Vocabulary::Term (readonly)

A meeting for consultation or discussion.

Returns:

  • (RDF::Vocabulary::Term)


58
59
60
# File 'lib/rdf/vocab/bibo.rb', line 58

def Conference
  @Conference
end

#contentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


283
284
285
# File 'lib/rdf/vocab/bibo.rb', line 283

def content
  @content
end

#contributorListRDF::Vocabulary::Term (readonly)

An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.

Returns:

  • (RDF::Vocabulary::Term)


287
288
289
# File 'lib/rdf/vocab/bibo.rb', line 287

def contributorList
  @contributorList
end

#courtRDF::Vocabulary::Term (readonly)

A court associated with a legal document; for example, that which issues a decision.

Returns:

  • (RDF::Vocabulary::Term)


291
292
293
# File 'lib/rdf/vocab/bibo.rb', line 291

def court
  @court
end

#CourtReporterRDF::Vocabulary::Term (readonly)

A collection of legal cases.

Returns:

  • (RDF::Vocabulary::Term)


62
63
64
# File 'lib/rdf/vocab/bibo.rb', line 62

def CourtReporter
  @CourtReporter
end

#degreeRDF::Vocabulary::Term (readonly)

The thesis degree.

Returns:

  • (RDF::Vocabulary::Term)


295
296
297
# File 'lib/rdf/vocab/bibo.rb', line 295

def degree
  @degree
end

#directorRDF::Vocabulary::Term (readonly)

A Film director.

Returns:

  • (RDF::Vocabulary::Term)


299
300
301
# File 'lib/rdf/vocab/bibo.rb', line 299

def director
  @director
end

#distributorRDF::Vocabulary::Term (readonly)

Distributor of a document or a collection of documents.

Returns:

  • (RDF::Vocabulary::Term)


303
304
305
# File 'lib/rdf/vocab/bibo.rb', line 303

def distributor
  @distributor
end

#DocumentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


66
67
68
# File 'lib/rdf/vocab/bibo.rb', line 66

def Document
  @Document
end

#DocumentPartRDF::Vocabulary::Term (readonly)

a distinct part of a larger document or collected document.

Returns:

  • (RDF::Vocabulary::Term)


70
71
72
# File 'lib/rdf/vocab/bibo.rb', line 70

def DocumentPart
  @DocumentPart
end

#DocumentStatusRDF::Vocabulary::Term (readonly)

The status of the publication of a document.

Returns:

  • (RDF::Vocabulary::Term)


74
75
76
# File 'lib/rdf/vocab/bibo.rb', line 74

def DocumentStatus
  @DocumentStatus
end

#doiRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


306
307
308
# File 'lib/rdf/vocab/bibo.rb', line 306

def doi
  @doi
end

#eanucc13RDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


309
310
311
# File 'lib/rdf/vocab/bibo.rb', line 309

def eanucc13
  @eanucc13
end

#EditedBookRDF::Vocabulary::Term (readonly)

An edited book.

Returns:

  • (RDF::Vocabulary::Term)


78
79
80
# File 'lib/rdf/vocab/bibo.rb', line 78

def EditedBook
  @EditedBook
end

#editionRDF::Vocabulary::Term (readonly)

The name defining a special edition of a document. Normally its a literal value composed of a version number and words.

Returns:

  • (RDF::Vocabulary::Term)


313
314
315
# File 'lib/rdf/vocab/bibo.rb', line 313

def edition
  @edition
end

#editorRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


317
318
319
# File 'lib/rdf/vocab/bibo.rb', line 317

def editor
  @editor
end

#editorListRDF::Vocabulary::Term (readonly)

An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.

Returns:

  • (RDF::Vocabulary::Term)


321
322
323
# File 'lib/rdf/vocab/bibo.rb', line 321

def editorList
  @editorList
end

#eissnRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


324
325
326
# File 'lib/rdf/vocab/bibo.rb', line 324

def eissn
  @eissn
end

#EmailRDF::Vocabulary::Term (readonly)

A written communication addressed to a person or organization and transmitted electronically.

Returns:

  • (RDF::Vocabulary::Term)


82
83
84
# File 'lib/rdf/vocab/bibo.rb', line 82

def Email
  @Email
end

#EventRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


85
86
87
# File 'lib/rdf/vocab/bibo.rb', line 85

def Event
  @Event
end

#ExcerptRDF::Vocabulary::Term (readonly)

A passage selected from a larger work.

Returns:

  • (RDF::Vocabulary::Term)


89
90
91
# File 'lib/rdf/vocab/bibo.rb', line 89

def Excerpt
  @Excerpt
end

#fgiassonRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


496
497
498
# File 'lib/rdf/vocab/bibo.rb', line 496

def fgiasson
  @fgiasson
end

#FilmRDF::Vocabulary::Term (readonly)

aka movie.

Returns:

  • (RDF::Vocabulary::Term)


93
94
95
# File 'lib/rdf/vocab/bibo.rb', line 93

def Film
  @Film
end

#gtin14RDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


327
328
329
# File 'lib/rdf/vocab/bibo.rb', line 327

def gtin14
  @gtin14
end

#handleRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


330
331
332
# File 'lib/rdf/vocab/bibo.rb', line 330

def handle
  @handle
end

#HearingRDF::Vocabulary::Term (readonly)

An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit.

Returns:

  • (RDF::Vocabulary::Term)


97
98
99
# File 'lib/rdf/vocab/bibo.rb', line 97

def Hearing
  @Hearing
end

#identifierRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


333
334
335
# File 'lib/rdf/vocab/bibo.rb', line 333

def identifier
  @identifier
end

#ImageRDF::Vocabulary::Term (readonly)

A document that presents visual or diagrammatic information.

Returns:

  • (RDF::Vocabulary::Term)


101
102
103
# File 'lib/rdf/vocab/bibo.rb', line 101

def Image
  @Image
end

#InterviewRDF::Vocabulary::Term (readonly)

A formalized discussion between two or more people.

Returns:

  • (RDF::Vocabulary::Term)


105
106
107
# File 'lib/rdf/vocab/bibo.rb', line 105

def Interview
  @Interview
end

#intervieweeRDF::Vocabulary::Term (readonly)

An agent that is interviewed by another agent.

Returns:

  • (RDF::Vocabulary::Term)


337
338
339
# File 'lib/rdf/vocab/bibo.rb', line 337

def interviewee
  @interviewee
end

#interviewerRDF::Vocabulary::Term (readonly)

An agent that interview another agent.

Returns:

  • (RDF::Vocabulary::Term)


341
342
343
# File 'lib/rdf/vocab/bibo.rb', line 341

def interviewer
  @interviewer
end

#isbnRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


344
345
346
# File 'lib/rdf/vocab/bibo.rb', line 344

def isbn
  @isbn
end

#isbn10RDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


347
348
349
# File 'lib/rdf/vocab/bibo.rb', line 347

def isbn10
  @isbn10
end

#isbn13RDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


350
351
352
# File 'lib/rdf/vocab/bibo.rb', line 350

def isbn13
  @isbn13
end

#issnRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


353
354
355
# File 'lib/rdf/vocab/bibo.rb', line 353

def issn
  @issn
end

#IssueRDF::Vocabulary::Term (readonly)

something that is printed or published and distributed, esp. a given number of a periodical

Returns:

  • (RDF::Vocabulary::Term)


109
110
111
# File 'lib/rdf/vocab/bibo.rb', line 109

def Issue
  @Issue
end

#issueRDF::Vocabulary::Term (readonly)

An issue number

Returns:

  • (RDF::Vocabulary::Term)


357
358
359
# File 'lib/rdf/vocab/bibo.rb', line 357

def issue
  @issue
end

#issuerRDF::Vocabulary::Term (readonly)

An entity responsible for issuing often informally published documents such as press releases, reports, etc.

Returns:

  • (RDF::Vocabulary::Term)


361
362
363
# File 'lib/rdf/vocab/bibo.rb', line 361

def issuer
  @issuer
end

#JournalRDF::Vocabulary::Term (readonly)

A periodical of scholarly journal Articles.

Returns:

  • (RDF::Vocabulary::Term)


113
114
115
# File 'lib/rdf/vocab/bibo.rb', line 113

def Journal
  @Journal
end

#lccnRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


364
365
366
# File 'lib/rdf/vocab/bibo.rb', line 364

def lccn
  @lccn
end

#LegalCaseDocumentRDF::Vocabulary::Term (readonly)

A document accompanying a legal case.

Returns:

  • (RDF::Vocabulary::Term)


117
118
119
# File 'lib/rdf/vocab/bibo.rb', line 117

def LegalCaseDocument
  @LegalCaseDocument
end

#LegalDecisionRDF::Vocabulary::Term (readonly)

A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law.

Returns:

  • (RDF::Vocabulary::Term)


121
122
123
# File 'lib/rdf/vocab/bibo.rb', line 121

def LegalDecision
  @LegalDecision
end

#LegalDocumentRDF::Vocabulary::Term (readonly)

A legal document; for example, a court decision, a brief, and so forth.

Returns:

  • (RDF::Vocabulary::Term)


125
126
127
# File 'lib/rdf/vocab/bibo.rb', line 125

def LegalDocument
  @LegalDocument
end

#LegislationRDF::Vocabulary::Term (readonly)

A legal document proposing or enacting a law or a group of laws.

Returns:

  • (RDF::Vocabulary::Term)


129
130
131
# File 'lib/rdf/vocab/bibo.rb', line 129

def Legislation
  @Legislation
end

#LetterRDF::Vocabulary::Term (readonly)

A written or printed communication addressed to a person or organization and usually transmitted by mail.

Returns:

  • (RDF::Vocabulary::Term)


133
134
135
# File 'lib/rdf/vocab/bibo.rb', line 133

def Letter
  @Letter
end

#locatorRDF::Vocabulary::Term (readonly)

A description (often numeric) that locates an item within a containing document or collection.

Returns:

  • (RDF::Vocabulary::Term)


368
369
370
# File 'lib/rdf/vocab/bibo.rb', line 368

def locator
  @locator
end

#MagazineRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


137
138
139
# File 'lib/rdf/vocab/bibo.rb', line 137

def Magazine
  @Magazine
end

#ManualRDF::Vocabulary::Term (readonly)

A small reference book, especially one giving instructions.

Returns:

  • (RDF::Vocabulary::Term)


141
142
143
# File 'lib/rdf/vocab/bibo.rb', line 141

def Manual
  @Manual
end

#ManuscriptRDF::Vocabulary::Term (readonly)

An unpublished Document, which may also be submitted to a publisher for publication.

Returns:

  • (RDF::Vocabulary::Term)


145
146
147
# File 'lib/rdf/vocab/bibo.rb', line 145

def Manuscript
  @Manuscript
end

#MapRDF::Vocabulary::Term (readonly)

A graphical depiction of geographic features.

Returns:

  • (RDF::Vocabulary::Term)


149
150
151
# File 'lib/rdf/vocab/bibo.rb', line 149

def Map
  @Map
end

#MultiVolumeBookRDF::Vocabulary::Term (readonly)

A loose, thematic, collection of Documents, often Books.

Returns:

  • (RDF::Vocabulary::Term)


153
154
155
# File 'lib/rdf/vocab/bibo.rb', line 153

def MultiVolumeBook
  @MultiVolumeBook
end

#NewspaperRDF::Vocabulary::Term (readonly)

A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising.

Returns:

  • (RDF::Vocabulary::Term)


157
158
159
# File 'lib/rdf/vocab/bibo.rb', line 157

def Newspaper
  @Newspaper
end

#NoteRDF::Vocabulary::Term (readonly)

Notes or annotations about a resource.

Returns:

  • (RDF::Vocabulary::Term)


161
162
163
# File 'lib/rdf/vocab/bibo.rb', line 161

def Note
  @Note
end

#numberRDF::Vocabulary::Term (readonly)

A generic item or document number. Not to be confused with issue number.

Returns:

  • (RDF::Vocabulary::Term)


380
381
382
# File 'lib/rdf/vocab/bibo.rb', line 380

def number
  @number
end

#numPagesRDF::Vocabulary::Term (readonly)

The number of pages contained in a document

Returns:

  • (RDF::Vocabulary::Term)


372
373
374
# File 'lib/rdf/vocab/bibo.rb', line 372

def numPages
  @numPages
end

#numVolumesRDF::Vocabulary::Term (readonly)

The number of volumes contained in a collection of documents (usually a series, periodical, etc.).

Returns:

  • (RDF::Vocabulary::Term)


376
377
378
# File 'lib/rdf/vocab/bibo.rb', line 376

def numVolumes
  @numVolumes
end

#oclcnumRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


383
384
385
# File 'lib/rdf/vocab/bibo.rb', line 383

def oclcnum
  @oclcnum
end

#organizerRDF::Vocabulary::Term (readonly)

The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.

Returns:

  • (RDF::Vocabulary::Term)


387
388
389
# File 'lib/rdf/vocab/bibo.rb', line 387

def organizer
  @organizer
end

#ownerRDF::Vocabulary::Term (readonly)

Owner of a document or a collection of documents.

Returns:

  • (RDF::Vocabulary::Term)


391
392
393
# File 'lib/rdf/vocab/bibo.rb', line 391

def owner
  @owner
end

#pageEndRDF::Vocabulary::Term (readonly)

Ending page number within a continuous page range.

Returns:

  • (RDF::Vocabulary::Term)


395
396
397
# File 'lib/rdf/vocab/bibo.rb', line 395

def pageEnd
  @pageEnd
end

#pagesRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


403
404
405
# File 'lib/rdf/vocab/bibo.rb', line 403

def pages
  @pages
end

#pageStartRDF::Vocabulary::Term (readonly)

Starting page number within a continuous page range.

Returns:

  • (RDF::Vocabulary::Term)


399
400
401
# File 'lib/rdf/vocab/bibo.rb', line 399

def pageStart
  @pageStart
end

#PatentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


165
166
167
# File 'lib/rdf/vocab/bibo.rb', line 165

def Patent
  @Patent
end

#PerformanceRDF::Vocabulary::Term (readonly)

A public performance.

Returns:

  • (RDF::Vocabulary::Term)


169
170
171
# File 'lib/rdf/vocab/bibo.rb', line 169

def Performance
  @Performance
end

#performerRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


406
407
408
# File 'lib/rdf/vocab/bibo.rb', line 406

def performer
  @performer
end

#PeriodicalRDF::Vocabulary::Term (readonly)

A group of related documents issued at regular intervals.

Returns:

  • (RDF::Vocabulary::Term)


173
174
175
# File 'lib/rdf/vocab/bibo.rb', line 173

def Periodical
  @Periodical
end

#PersonalCommunicationRDF::Vocabulary::Term (readonly)

A communication between an agent and one or more specific recipients.

Returns:

  • (RDF::Vocabulary::Term)


177
178
179
# File 'lib/rdf/vocab/bibo.rb', line 177

def PersonalCommunication
  @PersonalCommunication
end

#PersonalCommunicationDocumentRDF::Vocabulary::Term (readonly)

A personal communication manifested in some document.

Returns:

  • (RDF::Vocabulary::Term)


181
182
183
# File 'lib/rdf/vocab/bibo.rb', line 181

def PersonalCommunicationDocument
  @PersonalCommunicationDocument
end

#pmidRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


409
410
411
# File 'lib/rdf/vocab/bibo.rb', line 409

def pmid
  @pmid
end

#prefixNameRDF::Vocabulary::Term (readonly)

The prefix of a name

Returns:

  • (RDF::Vocabulary::Term)


413
414
415
# File 'lib/rdf/vocab/bibo.rb', line 413

def prefixName
  @prefixName
end

#presentedAtRDF::Vocabulary::Term (readonly)

Relates a document to an event; for example, a paper to a conference.

Returns:

  • (RDF::Vocabulary::Term)


417
418
419
# File 'lib/rdf/vocab/bibo.rb', line 417

def presentedAt
  @presentedAt
end

#presentsRDF::Vocabulary::Term (readonly)

Relates an event to associated documents; for example, conference to a paper.

Returns:

  • (RDF::Vocabulary::Term)


421
422
423
# File 'lib/rdf/vocab/bibo.rb', line 421

def presents
  @presents
end

#ProceedingsRDF::Vocabulary::Term (readonly)

A compilation of documents published from an event, such as a conference.

Returns:

  • (RDF::Vocabulary::Term)


185
186
187
# File 'lib/rdf/vocab/bibo.rb', line 185

def Proceedings
  @Proceedings
end

#producerRDF::Vocabulary::Term (readonly)

Producer of a document or a collection of documents.

Returns:

  • (RDF::Vocabulary::Term)


425
426
427
# File 'lib/rdf/vocab/bibo.rb', line 425

def producer
  @producer
end

#QuoteRDF::Vocabulary::Term (readonly)

An excerpted collection of words.

Returns:

  • (RDF::Vocabulary::Term)


189
190
191
# File 'lib/rdf/vocab/bibo.rb', line 189

def Quote
  @Quote
end

#recipientRDF::Vocabulary::Term (readonly)

An agent that receives a communication document.

Returns:

  • (RDF::Vocabulary::Term)


429
430
431
# File 'lib/rdf/vocab/bibo.rb', line 429

def recipient
  @recipient
end

#ReferenceSourceRDF::Vocabulary::Term (readonly)

A document that presents authoritative reference information, such as a dictionary or encylopedia .

Returns:

  • (RDF::Vocabulary::Term)


193
194
195
# File 'lib/rdf/vocab/bibo.rb', line 193

def ReferenceSource
  @ReferenceSource
end

#ReportRDF::Vocabulary::Term (readonly)

A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..

Returns:

  • (RDF::Vocabulary::Term)


197
198
199
# File 'lib/rdf/vocab/bibo.rb', line 197

def Report
  @Report
end

#reproducedInRDF::Vocabulary::Term (readonly)

The resource in which another resource is reproduced.

Returns:

  • (RDF::Vocabulary::Term)


433
434
435
# File 'lib/rdf/vocab/bibo.rb', line 433

def reproducedIn
  @reproducedIn
end

#reversedByRDF::Vocabulary::Term (readonly)

A legal decision that reverses a ruling.

Returns:

  • (RDF::Vocabulary::Term)


437
438
439
# File 'lib/rdf/vocab/bibo.rb', line 437

def reversedBy
  @reversedBy
end

#reviewOfRDF::Vocabulary::Term (readonly)

Relates a review document to a reviewed thing (resource, item, etc.).

Returns:

  • (RDF::Vocabulary::Term)


441
442
443
# File 'lib/rdf/vocab/bibo.rb', line 441

def reviewOf
  @reviewOf
end

#sectionRDF::Vocabulary::Term (readonly)

A section number

Returns:

  • (RDF::Vocabulary::Term)


445
446
447
# File 'lib/rdf/vocab/bibo.rb', line 445

def section
  @section
end

#SeriesRDF::Vocabulary::Term (readonly)

A loose, thematic, collection of Documents, often Books.

Returns:

  • (RDF::Vocabulary::Term)


201
202
203
# File 'lib/rdf/vocab/bibo.rb', line 201

def Series
  @Series
end

#shortDescriptionRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


448
449
450
# File 'lib/rdf/vocab/bibo.rb', line 448

def shortDescription
  @shortDescription
end

#shortTitleRDF::Vocabulary::Term (readonly)

The abbreviation of a title.

Returns:

  • (RDF::Vocabulary::Term)


452
453
454
# File 'lib/rdf/vocab/bibo.rb', line 452

def shortTitle
  @shortTitle
end

#siciRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


455
456
457
# File 'lib/rdf/vocab/bibo.rb', line 455

def sici
  @sici
end

#SlideRDF::Vocabulary::Term (readonly)

A slide in a slideshow

Returns:

  • (RDF::Vocabulary::Term)


205
206
207
# File 'lib/rdf/vocab/bibo.rb', line 205

def Slide
  @Slide
end

#SlideshowRDF::Vocabulary::Term (readonly)

A presentation of a series of slides, usually presented in front of an audience with written text and images.

Returns:

  • (RDF::Vocabulary::Term)


209
210
211
# File 'lib/rdf/vocab/bibo.rb', line 209

def Slideshow
  @Slideshow
end

#SpecificationRDF::Vocabulary::Term (readonly)

A document describing a specification.

Returns:

  • (RDF::Vocabulary::Term)


213
214
215
# File 'lib/rdf/vocab/bibo.rb', line 213

def Specification
  @Specification
end

#StandardRDF::Vocabulary::Term (readonly)

A document describing a standard: a specification organized through a standards body.

Returns:

  • (RDF::Vocabulary::Term)


217
218
219
# File 'lib/rdf/vocab/bibo.rb', line 217

def Standard
  @Standard
end

#statusRDF::Vocabulary::Term (readonly)

The publication status of (typically academic) content.

Returns:

  • (RDF::Vocabulary::Term)


459
460
461
# File 'lib/rdf/vocab/bibo.rb', line 459

def status
  @status
end

#StatuteRDF::Vocabulary::Term (readonly)

A bill enacted into law.

Returns:

  • (RDF::Vocabulary::Term)


221
222
223
# File 'lib/rdf/vocab/bibo.rb', line 221

def Statute
  @Statute
end

#subsequentLegalDecisionRDF::Vocabulary::Term (readonly)

A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.).

Returns:

  • (RDF::Vocabulary::Term)


463
464
465
# File 'lib/rdf/vocab/bibo.rb', line 463

def subsequentLegalDecision
  @subsequentLegalDecision
end

#suffixNameRDF::Vocabulary::Term (readonly)

The suffix of a name

Returns:

  • (RDF::Vocabulary::Term)


467
468
469
# File 'lib/rdf/vocab/bibo.rb', line 467

def suffixName
  @suffixName
end

#ThesisRDF::Vocabulary::Term (readonly)

A document created to summarize research findings associated with the completion of an academic degree.

Returns:

  • (RDF::Vocabulary::Term)


225
226
227
# File 'lib/rdf/vocab/bibo.rb', line 225

def Thesis
  @Thesis
end

#ThesisDegreeRDF::Vocabulary::Term (readonly)

The academic degree of a Thesis

Returns:

  • (RDF::Vocabulary::Term)


229
230
231
# File 'lib/rdf/vocab/bibo.rb', line 229

def ThesisDegree
  @ThesisDegree
end

#transcriptOfRDF::Vocabulary::Term (readonly)

Relates a document to some transcribed original.

Returns:

  • (RDF::Vocabulary::Term)


471
472
473
# File 'lib/rdf/vocab/bibo.rb', line 471

def transcriptOf
  @transcriptOf
end

#translationOfRDF::Vocabulary::Term (readonly)

Relates a translated document to the original document.

Returns:

  • (RDF::Vocabulary::Term)


475
476
477
# File 'lib/rdf/vocab/bibo.rb', line 475

def translationOf
  @translationOf
end

#translatorRDF::Vocabulary::Term (readonly)

A person who translates written document from one language to another.

Returns:

  • (RDF::Vocabulary::Term)


479
480
481
# File 'lib/rdf/vocab/bibo.rb', line 479

def translator
  @translator
end

#upcRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


482
483
484
# File 'lib/rdf/vocab/bibo.rb', line 482

def upc
  @upc
end

#uriRDF::Vocabulary::Term (readonly)

Universal Resource Identifier of a document

Returns:

  • (RDF::Vocabulary::Term)


486
487
488
# File 'lib/rdf/vocab/bibo.rb', line 486

def uri
  @uri
end

#volumeRDF::Vocabulary::Term (readonly)

A volume number

Returns:

  • (RDF::Vocabulary::Term)


490
491
492
# File 'lib/rdf/vocab/bibo.rb', line 490

def volume
  @volume
end

#WebpageRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


233
234
235
# File 'lib/rdf/vocab/bibo.rb', line 233

def Webpage
  @Webpage
end

#WebsiteRDF::Vocabulary::Term (readonly)

A group of Webpages accessible on the Web.

Returns:

  • (RDF::Vocabulary::Term)


237
238
239
# File 'lib/rdf/vocab/bibo.rb', line 237

def Website
  @Website
end

#WorkshopRDF::Vocabulary::Term (readonly)

A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.

Returns:

  • (RDF::Vocabulary::Term)


241
242
243
# File 'lib/rdf/vocab/bibo.rb', line 241

def Workshop
  @Workshop
end