rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/bibo.rb
CHANGED
@@ -3,1668 +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
|
510
|
-
"dc
|
511
|
-
"dc
|
512
|
-
"owl
|
513
|
-
type: "owl
|
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
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
|
521
|
-
type: "owl
|
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
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
|
528
|
-
type: "owl
|
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
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
|
535
|
-
type: "owl
|
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
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
|
542
|
-
type: "owl
|
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
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
|
549
|
-
type: "owl
|
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
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
|
556
|
-
type: "owl
|
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
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
|
563
|
-
type: "owl
|
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
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
|
570
|
-
type: "owl
|
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
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
|
577
|
-
type: "owl
|
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
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
|
584
|
-
allValuesFrom: "bibo
|
585
|
-
onProperty: "dc
|
586
|
-
type: "owl
|
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
|
590
|
-
type: "owl
|
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
|
593
|
-
"vs:term_status": "stable".freeze
|
94
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
594
95
|
term :CollectedDocument,
|
595
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
|
599
|
-
allValuesFrom: "bibo
|
600
|
-
onProperty: "dc
|
601
|
-
type: "owl
|
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
|
605
|
-
type: "owl
|
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
|
608
|
-
"vs:term_status": "stable".freeze
|
109
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
609
110
|
term :Collection,
|
610
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:
|
615
|
-
|
616
|
-
|
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
|
622
|
-
"vs:term_status": "stable".freeze
|
120
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
623
121
|
term :Conference,
|
624
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
|
629
|
-
"vs:term_status": "stable".freeze
|
127
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
630
128
|
term :CourtReporter,
|
631
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
|
635
|
-
allValuesFrom: "bibo
|
636
|
-
onProperty: "dc
|
637
|
-
type: "owl
|
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
|
641
|
-
type: "owl
|
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
|
644
|
-
"vs:term_status": "stable".freeze
|
142
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
645
143
|
term :Document,
|
646
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,
|
647
|
-
equivalentClass: "foaf
|
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
|
651
|
-
"vs:term_status": "stable".freeze
|
149
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
652
150
|
term :DocumentPart,
|
653
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
|
155
|
+
subClassOf: ["http://purl.org/ontology/bibo/Document".freeze, term(
|
657
156
|
maxCardinality: "1".freeze,
|
658
|
-
onProperty: "dc
|
659
|
-
type: "owl
|
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
|
662
|
-
"vs:term_status": "unstable".freeze
|
160
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
663
161
|
term :DocumentStatus,
|
664
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
|
668
|
-
"vs:term_status": "stable".freeze
|
166
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
669
167
|
term :EditedBook,
|
670
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
|
674
|
-
type: "owl
|
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
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
|
681
|
-
type: "owl
|
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
|
182
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
685
183
|
term :Excerpt,
|
686
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
|
690
|
-
type: "owl
|
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
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
|
697
|
-
type: "owl
|
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
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
|
705
|
-
"vs:term_status": "stable".freeze
|
203
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
706
204
|
term :Image,
|
707
205
|
comment: "A document that presents visual or diagrammatic information.".freeze,
|
708
|
-
equivalentClass: "foaf
|
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
|
712
|
-
type: "owl
|
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
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
|
720
|
-
"vs:term_status": "stable".freeze
|
218
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
721
219
|
term :Issue,
|
722
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
|
726
|
-
allValuesFrom: "bibo
|
727
|
-
onProperty: "dc
|
728
|
-
type: "owl
|
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
|
732
|
-
type: "owl
|
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
|
735
|
-
"vs:term_status": "stable".freeze
|
233
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
736
234
|
term :Journal,
|
737
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
|
741
|
-
allValuesFrom: "bibo
|
742
|
-
onProperty: "dc
|
743
|
-
type: "owl
|
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
|
747
|
-
type: "owl
|
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
|
750
|
-
"vs:term_status": "stable".freeze
|
248
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
751
249
|
term :LegalCaseDocument,
|
752
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
|
756
|
-
type: "owl
|
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
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
|
763
|
-
type: "owl
|
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
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
|
770
|
-
type: "owl
|
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
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
|
777
|
-
type: "owl
|
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
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
|
784
|
-
type: "owl
|
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
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
|
791
|
-
allValuesFrom: "bibo
|
792
|
-
onProperty: "dc
|
793
|
-
type: "owl
|
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
|
797
|
-
type: "owl
|
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
|
800
|
-
"vs:term_status": "stable".freeze
|
298
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
801
299
|
term :Manual,
|
802
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
|
806
|
-
type: "owl
|
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
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
|
813
|
-
type: "owl
|
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
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
|
820
|
-
type: "owl
|
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
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
|
827
|
-
allValuesFrom: "bibo
|
828
|
-
onProperty: "dc
|
829
|
-
type: "owl
|
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
|
832
|
-
"vs:term_status": "stable".freeze
|
330
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
833
331
|
term :Newspaper,
|
834
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
|
838
|
-
allValuesFrom: "bibo
|
839
|
-
onProperty: "dc
|
840
|
-
type: "owl
|
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
|
844
|
-
type: "owl
|
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
|
847
|
-
"vs:term_status": "stable".freeze
|
345
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
848
346
|
term :Note,
|
849
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
|
853
|
-
type: "owl
|
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
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
|
860
|
-
type: "owl
|
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
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
|
868
|
-
"vs:term_status": "unstable".freeze
|
366
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
869
367
|
term :Periodical,
|
870
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
|
874
|
-
allValuesFrom: "bibo
|
875
|
-
onProperty: "dc
|
876
|
-
type: "owl
|
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
|
880
|
-
type: "owl
|
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
|
883
|
-
"vs:term_status": "stable".freeze
|
381
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
884
382
|
term :PersonalCommunication,
|
885
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
|
890
|
-
"vs:term_status": "stable".freeze
|
388
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
891
389
|
term :PersonalCommunicationDocument,
|
892
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
|
896
|
-
type: "owl
|
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
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
|
903
|
-
type: "owl
|
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
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
|
910
|
-
type: "owl
|
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
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
|
917
|
-
type: "owl
|
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
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
|
924
|
-
type: "owl
|
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
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
|
931
|
-
allValuesFrom: "bibo
|
932
|
-
onProperty: "dc
|
933
|
-
type: "owl
|
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
|
936
|
-
"vs:term_status": "stable".freeze
|
434
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
937
435
|
term :Slide,
|
938
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
|
942
|
-
type: "owl
|
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
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
|
949
|
-
allValuesFrom: "bibo
|
950
|
-
onProperty: "dc
|
951
|
-
type: "owl
|
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
|
954
|
-
"vs:term_status": "stable".freeze
|
452
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
955
453
|
term :Specification,
|
956
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
|
960
|
-
type: "owl
|
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
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
|
967
|
-
type: "owl
|
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
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
|
974
|
-
type: "owl
|
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
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
|
981
|
-
type: "owl
|
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
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
|
988
|
-
"vs:term_status": "stable".freeze
|
486
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
989
487
|
term :Webpage,
|
990
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
|
994
|
-
type: "owl
|
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
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
|
1001
|
-
allValuesFrom: "bibo
|
1002
|
-
onProperty: "dc
|
1003
|
-
type: "owl
|
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
|
1007
|
-
type: "owl
|
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
|
1010
|
-
"vs:term_status": "unstable".freeze
|
508
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1011
509
|
term :Workshop,
|
1012
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
|
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
519
|
comment: "A summary of the resource.".freeze,
|
1022
|
-
domain: "
|
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: "
|
1026
|
-
type: "owl
|
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
527
|
comment: "A legal decision that affirms a ruling.".freeze,
|
1030
|
-
domain: "bibo
|
528
|
+
domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
|
1031
529
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1032
|
-
range: "bibo
|
1033
|
-
subPropertyOf: "bibo
|
1034
|
-
type: "owl
|
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
534
|
comment: "Critical or explanatory note for a Document.".freeze,
|
1037
|
-
domain: "bibo
|
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: "
|
1041
|
-
subPropertyOf: "dc
|
1042
|
-
type: "owl
|
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
543
|
comment: "The date on which a legal case is argued before a court. Date is of format xsd:date".freeze,
|
1046
|
-
domain: "bibo
|
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: "
|
1050
|
-
type: "owl
|
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
|
1055
|
-
unionOf: list("bibo
|
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: "
|
1058
|
-
subPropertyOf: "bibo
|
1059
|
-
type: "owl
|
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
559
|
comment: "An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.".freeze,
|
1062
|
-
domain: "bibo
|
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
|
1067
|
-
unionOf: list("rdf
|
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
|
1070
|
-
type: "owl
|
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
571
|
comment: "An chapter number".freeze,
|
1074
|
-
domain: "bibo
|
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: "
|
1078
|
-
subPropertyOf: "bibo
|
1079
|
-
type: "owl
|
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
580
|
comment: "Relates a document to another document that cites the\nfirst document.".freeze,
|
1083
|
-
domain: "bibo
|
1084
|
-
|
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,
|
1085
584
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1086
585
|
label: "cited by".freeze,
|
1087
|
-
range: "bibo
|
1088
|
-
type: "owl
|
1089
|
-
"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
|
1090
588
|
property :cites,
|
1091
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,
|
1092
|
-
domain: "bibo
|
590
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
591
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
1093
592
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1094
593
|
label: "cites".freeze,
|
1095
|
-
range: "bibo
|
1096
|
-
subPropertyOf: "dc
|
1097
|
-
type: "owl
|
1098
|
-
"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
|
1099
597
|
property :coden,
|
1100
598
|
domain: term(
|
1101
|
-
type: "owl
|
1102
|
-
unionOf: list("bibo
|
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)
|
1103
601
|
),
|
1104
|
-
range: "
|
1105
|
-
subPropertyOf: "bibo
|
1106
|
-
type: "owl
|
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
|
1107
605
|
property :content,
|
1108
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,
|
1109
|
-
domain: "bibo
|
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,
|
1110
611
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1111
612
|
label: "content".freeze,
|
1112
|
-
|
1113
|
-
|
1114
|
-
"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,
|
1115
|
-
type: "owl:DatatypeProperty".freeze,
|
1116
|
-
"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
|
1117
615
|
property :contributorList,
|
1118
616
|
comment: "An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.".freeze,
|
1119
|
-
domain: "bibo
|
617
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
618
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1120
619
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1121
620
|
label: "list of contributors".freeze,
|
1122
621
|
range: term(
|
1123
|
-
type: "owl
|
1124
|
-
unionOf: list("rdf
|
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)
|
1125
624
|
),
|
1126
|
-
type: "owl
|
1127
|
-
"vs:term_status": "stable".freeze
|
625
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1128
626
|
property :court,
|
1129
627
|
comment: "A court associated with a legal document; for example, that which issues a decision.".freeze,
|
1130
|
-
domain: "bibo
|
628
|
+
domain: "http://purl.org/ontology/bibo/LegalDocument".freeze,
|
629
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
1131
630
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1132
631
|
label: "court".freeze,
|
1133
|
-
range: "foaf
|
1134
|
-
type: "owl
|
1135
|
-
"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
|
1136
634
|
property :degree,
|
1137
635
|
comment: "The thesis degree.".freeze,
|
1138
|
-
domain: "bibo
|
636
|
+
domain: "http://purl.org/ontology/bibo/Thesis".freeze,
|
1139
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,
|
1140
639
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1141
640
|
label: "degree".freeze,
|
1142
|
-
range: "bibo
|
1143
|
-
type: "owl
|
1144
|
-
"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
|
1145
643
|
property :director,
|
1146
644
|
comment: "A Film director.".freeze,
|
1147
|
-
domain: "bibo
|
645
|
+
domain: "http://purl.org/ontology/bibo/AudioVisualDocument".freeze,
|
646
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1148
647
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1149
648
|
label: "director".freeze,
|
1150
|
-
range: "foaf
|
1151
|
-
subPropertyOf: "dc
|
1152
|
-
type: "owl
|
1153
|
-
"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
|
1154
652
|
property :distributor,
|
1155
653
|
comment: "Distributor of a document or a collection of documents.".freeze,
|
1156
654
|
domain: term(
|
1157
|
-
type: "owl
|
1158
|
-
unionOf: list("bibo
|
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)
|
1159
657
|
),
|
658
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1160
659
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1161
660
|
label: "distributor".freeze,
|
1162
|
-
range: "foaf
|
1163
|
-
type: "owl
|
1164
|
-
"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
|
1165
663
|
property :doi,
|
1166
664
|
domain: term(
|
1167
|
-
type: "owl
|
1168
|
-
unionOf: list("bibo
|
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)
|
1169
667
|
),
|
1170
|
-
range: "
|
1171
|
-
subPropertyOf: "bibo
|
1172
|
-
type: "owl
|
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
|
1173
671
|
property :eanucc13,
|
1174
672
|
domain: term(
|
1175
|
-
type: "owl
|
1176
|
-
unionOf: list("bibo
|
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)
|
1177
675
|
),
|
1178
|
-
range: "
|
1179
|
-
subPropertyOf: "bibo
|
1180
|
-
type: "owl
|
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
|
1181
679
|
property :edition,
|
1182
680
|
comment: "The name defining a special edition of a document. Normally its a literal value composed of a version number and words.".freeze,
|
1183
|
-
domain: "bibo
|
681
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
682
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1184
683
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1185
684
|
label: "edition".freeze,
|
1186
|
-
range: "
|
1187
|
-
type: "owl
|
1188
|
-
"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
|
1189
687
|
property :editor,
|
1190
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,
|
1191
689
|
domain: term(
|
1192
|
-
type: "owl
|
1193
|
-
unionOf: list("bibo
|
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)
|
1194
692
|
),
|
693
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1195
694
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1196
695
|
label: "editor".freeze,
|
1197
|
-
range: "foaf
|
1198
|
-
subPropertyOf: "dc
|
1199
|
-
type: "owl
|
1200
|
-
"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
|
1201
699
|
property :editorList,
|
1202
700
|
comment: "An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.".freeze,
|
1203
|
-
domain: "bibo
|
701
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
702
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1204
703
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1205
704
|
label: "list of editors".freeze,
|
1206
705
|
range: term(
|
1207
|
-
type: "owl
|
1208
|
-
unionOf: list("rdf
|
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)
|
1209
708
|
),
|
1210
|
-
subPropertyOf: "bibo
|
1211
|
-
type: "owl
|
1212
|
-
"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
|
1213
711
|
property :eissn,
|
1214
|
-
domain: "bibo
|
1215
|
-
range: "
|
1216
|
-
subPropertyOf: "bibo
|
1217
|
-
type: "owl
|
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
|
1218
716
|
property :gtin14,
|
1219
717
|
domain: term(
|
1220
|
-
type: "owl
|
1221
|
-
unionOf: list("bibo
|
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)
|
1222
720
|
),
|
1223
|
-
range: "
|
1224
|
-
subPropertyOf: "bibo
|
1225
|
-
type: "owl
|
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
|
1226
724
|
property :handle,
|
1227
725
|
domain: term(
|
1228
|
-
type: "owl
|
1229
|
-
unionOf: list("bibo
|
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)
|
1230
728
|
),
|
1231
|
-
range: "
|
1232
|
-
subPropertyOf: "bibo
|
1233
|
-
type: "owl
|
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
|
1234
732
|
property :identifier,
|
1235
733
|
domain: term(
|
1236
|
-
type: "owl
|
1237
|
-
unionOf: list("bibo
|
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)
|
1238
736
|
),
|
1239
|
-
range: "
|
1240
|
-
type: "owl
|
737
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
738
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1241
739
|
property :interviewee,
|
1242
740
|
comment: "An agent that is interviewed by another agent.".freeze,
|
1243
|
-
domain: "foaf
|
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,
|
1244
743
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1245
744
|
label: "interviewee".freeze,
|
1246
|
-
range: "foaf
|
1247
|
-
subPropertyOf: "dc
|
1248
|
-
type: "owl
|
1249
|
-
"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
|
1250
748
|
property :interviewer,
|
1251
749
|
comment: "An agent that interview another agent.".freeze,
|
1252
|
-
domain: "foaf
|
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,
|
1253
752
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1254
753
|
label: "interviewer".freeze,
|
1255
|
-
range: "foaf
|
1256
|
-
subPropertyOf: "dc
|
1257
|
-
type: "owl
|
1258
|
-
"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
|
1259
757
|
property :isbn,
|
1260
|
-
subPropertyOf: "bibo
|
1261
|
-
type: "owl
|
758
|
+
subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
|
759
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1262
760
|
property :isbn10,
|
1263
761
|
domain: term(
|
1264
|
-
type: "owl
|
1265
|
-
unionOf: list("bibo
|
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)
|
1266
764
|
),
|
1267
|
-
range: "
|
1268
|
-
subPropertyOf: "bibo
|
1269
|
-
type: "owl
|
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
|
1270
768
|
property :isbn13,
|
1271
769
|
domain: term(
|
1272
|
-
type: "owl
|
1273
|
-
unionOf: list("bibo
|
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)
|
1274
772
|
),
|
1275
|
-
range: "
|
1276
|
-
subPropertyOf: "bibo
|
1277
|
-
type: "owl
|
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
|
1278
776
|
property :issn,
|
1279
|
-
domain: "bibo
|
1280
|
-
range: "
|
1281
|
-
subPropertyOf: "bibo
|
1282
|
-
type: "owl
|
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
|
1283
781
|
property :issue,
|
1284
782
|
comment: "An issue number".freeze,
|
1285
|
-
domain: "bibo
|
783
|
+
domain: "http://purl.org/ontology/bibo/Issue".freeze,
|
784
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1286
785
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1287
786
|
label: "issue".freeze,
|
1288
|
-
range: "
|
1289
|
-
subPropertyOf: "bibo
|
1290
|
-
type: "owl
|
1291
|
-
"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
|
1292
790
|
property :issuer,
|
1293
791
|
comment: "An entity responsible for issuing often informally published documents such as press releases, reports, etc.".freeze,
|
1294
792
|
domain: term(
|
1295
|
-
type: "owl
|
1296
|
-
unionOf: list("bibo
|
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)
|
1297
795
|
),
|
796
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
1298
797
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1299
798
|
label: "issuer".freeze,
|
1300
|
-
range: "foaf
|
1301
|
-
subPropertyOf: "dc
|
1302
|
-
type: "owl
|
1303
|
-
"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
|
1304
802
|
property :lccn,
|
1305
803
|
domain: term(
|
1306
|
-
type: "owl
|
1307
|
-
unionOf: list("bibo
|
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)
|
1308
806
|
),
|
1309
|
-
range: "
|
1310
|
-
subPropertyOf: "bibo
|
1311
|
-
type: "owl
|
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
|
1312
810
|
property :locator,
|
1313
811
|
comment: "A description (often numeric) that locates an item within a containing document or collection.".freeze,
|
1314
|
-
domain: "bibo
|
812
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
813
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1315
814
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1316
815
|
label: "locator".freeze,
|
1317
|
-
range: "
|
1318
|
-
type: "owl
|
1319
|
-
"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
|
1320
818
|
property :numPages,
|
1321
819
|
comment: "The number of pages contained in a document".freeze,
|
1322
|
-
domain: "bibo
|
820
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
821
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1323
822
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1324
823
|
label: "number of pages".freeze,
|
1325
|
-
range: "
|
1326
|
-
type: "owl
|
1327
|
-
"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
|
1328
826
|
property :numVolumes,
|
1329
827
|
comment: "The number of volumes contained in a collection of documents (usually a series, periodical, etc.).".freeze,
|
1330
|
-
domain: "bibo
|
828
|
+
domain: "http://purl.org/ontology/bibo/Collection".freeze,
|
829
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1331
830
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1332
831
|
label: "number of volumes".freeze,
|
1333
|
-
range: "
|
1334
|
-
type: "owl
|
1335
|
-
"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
|
1336
834
|
property :number,
|
1337
835
|
comment: "A generic item or document number. Not to be confused with issue number.".freeze,
|
1338
|
-
domain: "bibo
|
836
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
837
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1339
838
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1340
839
|
label: "number".freeze,
|
1341
|
-
range: "
|
1342
|
-
type: "owl
|
1343
|
-
"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
|
1344
842
|
property :oclcnum,
|
1345
843
|
domain: term(
|
1346
|
-
type: "owl
|
1347
|
-
unionOf: list("bibo
|
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)
|
1348
846
|
),
|
1349
|
-
range: "
|
1350
|
-
subPropertyOf: "bibo
|
1351
|
-
type: "owl
|
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
|
1352
850
|
property :organizer,
|
1353
851
|
comment: "The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.".freeze,
|
1354
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,
|
1355
854
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1356
855
|
label: "organizer".freeze,
|
1357
|
-
range: "foaf
|
1358
|
-
type: "owl
|
1359
|
-
"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
|
1360
858
|
property :owner,
|
1361
859
|
comment: "Owner of a document or a collection of documents.".freeze,
|
1362
860
|
domain: term(
|
1363
|
-
type: "owl
|
1364
|
-
unionOf: list("bibo
|
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)
|
1365
863
|
),
|
864
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
1366
865
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1367
866
|
label: "owner".freeze,
|
1368
|
-
range: "foaf
|
1369
|
-
type: "owl
|
1370
|
-
"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
|
1371
869
|
property :pageEnd,
|
1372
870
|
comment: "Ending page number within a continuous page range.".freeze,
|
1373
|
-
domain: "bibo
|
871
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
872
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1374
873
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1375
874
|
label: "page end".freeze,
|
1376
|
-
range: "
|
1377
|
-
subPropertyOf: "bibo
|
1378
|
-
type: "owl
|
1379
|
-
"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
|
1380
878
|
property :pageStart,
|
1381
879
|
comment: "Starting page number within a continuous page range.".freeze,
|
1382
|
-
domain: "bibo
|
880
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
881
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1383
882
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1384
883
|
label: "page start".freeze,
|
1385
|
-
range: "
|
1386
|
-
subPropertyOf: "bibo
|
1387
|
-
type: "owl
|
1388
|
-
"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
|
1389
887
|
property :pages,
|
1390
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,
|
1391
|
-
domain: "bibo
|
889
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
890
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1392
891
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1393
892
|
label: "pages".freeze,
|
1394
|
-
range: "
|
1395
|
-
subPropertyOf: "bibo
|
1396
|
-
type: "owl
|
1397
|
-
"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
|
1398
896
|
property :performer,
|
1399
|
-
domain: "bibo
|
897
|
+
domain: "http://purl.org/ontology/bibo/Performance".freeze,
|
898
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1400
899
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1401
900
|
label: "performer".freeze,
|
1402
|
-
range: "foaf
|
1403
|
-
subPropertyOf: "dc
|
1404
|
-
type: "owl
|
1405
|
-
"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
|
1406
904
|
property :pmid,
|
1407
905
|
domain: term(
|
1408
|
-
type: "owl
|
1409
|
-
unionOf: list("bibo
|
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)
|
1410
908
|
),
|
1411
|
-
range: "
|
1412
|
-
subPropertyOf: "bibo
|
1413
|
-
type: "owl
|
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
|
1414
912
|
property :prefixName,
|
1415
913
|
comment: "The prefix of a name".freeze,
|
1416
|
-
domain: "foaf
|
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,
|
1417
916
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1418
917
|
label: "prefix name".freeze,
|
1419
|
-
range: "
|
1420
|
-
type: "owl
|
1421
|
-
"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
|
1422
920
|
property :presentedAt,
|
1423
921
|
comment: "Relates a document to an event; for example, a paper to a conference.".freeze,
|
1424
|
-
domain: "bibo
|
922
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
923
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
1425
924
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1426
925
|
label: "presented at".freeze,
|
1427
|
-
range: "bibo
|
926
|
+
range: "http://purl.org/ontology/bibo/Event".freeze,
|
1428
927
|
subPropertyOf: "http://purl.org/NET/c4dm/event.owl#produced_in".freeze,
|
1429
|
-
type: "owl
|
1430
|
-
"vs:term_status": "unstable".freeze
|
928
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1431
929
|
property :presents,
|
1432
930
|
comment: "Relates an event to associated documents; for example, conference to a paper.".freeze,
|
1433
|
-
domain: "bibo
|
1434
|
-
|
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,
|
1435
934
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1436
935
|
label: "presents".freeze,
|
1437
|
-
range: "bibo
|
936
|
+
range: "http://purl.org/ontology/bibo/Document".freeze,
|
1438
937
|
subPropertyOf: "http://purl.org/NET/c4dm/event.owl#product".freeze,
|
1439
|
-
type: "owl
|
1440
|
-
"vs:term_status": "unstable".freeze
|
938
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1441
939
|
property :producer,
|
1442
940
|
comment: "Producer of a document or a collection of documents.".freeze,
|
1443
941
|
domain: term(
|
1444
|
-
type: "owl
|
1445
|
-
unionOf: list("bibo
|
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)
|
1446
944
|
),
|
945
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1447
946
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1448
947
|
label: "producer".freeze,
|
1449
|
-
range: "foaf
|
1450
|
-
type: "owl
|
1451
|
-
"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
|
1452
950
|
property :recipient,
|
1453
951
|
comment: "An agent that receives a communication document.".freeze,
|
1454
|
-
domain: "bibo
|
952
|
+
domain: "http://purl.org/ontology/bibo/PersonalCommunicationDocument".freeze,
|
953
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1455
954
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1456
955
|
label: "recipient".freeze,
|
1457
|
-
range: "foaf
|
1458
|
-
type: "owl
|
1459
|
-
"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
|
1460
958
|
property :reproducedIn,
|
1461
959
|
comment: "The resource in which another resource is reproduced.".freeze,
|
1462
|
-
domain: "bibo
|
960
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
961
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
1463
962
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1464
|
-
range: "bibo
|
1465
|
-
subPropertyOf: "dc
|
1466
|
-
type: "owl
|
1467
|
-
"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
|
1468
966
|
property :reversedBy,
|
1469
967
|
comment: "A legal decision that reverses a ruling.".freeze,
|
1470
|
-
domain: "bibo
|
968
|
+
domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
|
1471
969
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1472
|
-
range: "bibo
|
1473
|
-
subPropertyOf: "bibo
|
1474
|
-
type: "owl
|
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
|
1475
973
|
property :reviewOf,
|
1476
974
|
comment: "Relates a review document to a reviewed thing (resource, item, etc.).".freeze,
|
1477
|
-
domain: "bibo
|
975
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
976
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1478
977
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1479
978
|
label: "review of".freeze,
|
1480
|
-
range: "
|
1481
|
-
subPropertyOf: "dc
|
1482
|
-
type: "owl
|
1483
|
-
"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
|
1484
982
|
property :section,
|
1485
983
|
comment: "A section number".freeze,
|
1486
|
-
domain: "bibo
|
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,
|
1487
987
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1488
988
|
label: "section".freeze,
|
1489
|
-
range: "
|
1490
|
-
|
1491
|
-
|
1492
|
-
type: "owl:DatatypeProperty".freeze,
|
1493
|
-
"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
|
1494
992
|
property :shortDescription,
|
1495
|
-
domain: "bibo
|
1496
|
-
range: "
|
1497
|
-
type: "owl
|
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
|
1498
996
|
property :shortTitle,
|
1499
997
|
comment: "The abbreviation of a title.".freeze,
|
1500
|
-
domain: "bibo
|
998
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
999
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1501
1000
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1502
1001
|
label: "short title".freeze,
|
1503
|
-
range: "
|
1504
|
-
type: "owl
|
1505
|
-
"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
|
1506
1004
|
property :sici,
|
1507
1005
|
domain: term(
|
1508
|
-
type: "owl
|
1509
|
-
unionOf: list("bibo
|
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)
|
1510
1008
|
),
|
1511
|
-
range: "
|
1512
|
-
subPropertyOf: "bibo
|
1513
|
-
type: "owl
|
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
|
1514
1012
|
property :status,
|
1515
1013
|
comment: "The publication status of (typically academic) content.".freeze,
|
1516
|
-
domain: "bibo
|
1014
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
1517
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,
|
1518
1017
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1519
1018
|
label: "status".freeze,
|
1520
|
-
range: "bibo
|
1521
|
-
type: "owl
|
1522
|
-
"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
|
1523
1021
|
property :subsequentLegalDecision,
|
1524
1022
|
comment: "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.).".freeze,
|
1525
|
-
domain: "bibo
|
1023
|
+
domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
|
1526
1024
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1527
|
-
range: "bibo
|
1528
|
-
subPropertyOf: "dc
|
1529
|
-
type: "owl
|
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
|
1530
1028
|
property :suffixName,
|
1531
1029
|
comment: "The suffix of a name".freeze,
|
1532
|
-
domain: "foaf
|
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,
|
1533
1032
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1534
1033
|
label: "suffix name".freeze,
|
1535
|
-
range: "
|
1536
|
-
type: "owl
|
1537
|
-
"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
|
1538
1036
|
property :transcriptOf,
|
1539
1037
|
comment: "Relates a document to some transcribed original.".freeze,
|
1540
|
-
domain: "bibo
|
1038
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
1039
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
1541
1040
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1542
1041
|
label: "transcript of".freeze,
|
1543
|
-
range: "
|
1544
|
-
subPropertyOf: "dc
|
1545
|
-
type: "owl
|
1546
|
-
"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
|
1547
1045
|
property :translationOf,
|
1548
1046
|
comment: "Relates a translated document to the original document.".freeze,
|
1549
|
-
domain: "bibo
|
1047
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
1048
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1550
1049
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1551
1050
|
label: "translation of".freeze,
|
1552
|
-
range: "bibo
|
1553
|
-
subPropertyOf: "dc
|
1554
|
-
type: "owl
|
1555
|
-
"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
|
1556
1054
|
property :translator,
|
1557
1055
|
comment: "A person who translates written document from one language to another.".freeze,
|
1558
1056
|
domain: term(
|
1559
|
-
type: "owl
|
1560
|
-
unionOf: list("bibo
|
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)
|
1561
1059
|
),
|
1060
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1562
1061
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1563
1062
|
label: "translator".freeze,
|
1564
|
-
range: "foaf
|
1565
|
-
subPropertyOf: "dc
|
1566
|
-
type: "owl
|
1567
|
-
"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
|
1568
1066
|
property :upc,
|
1569
1067
|
domain: term(
|
1570
|
-
type: "owl
|
1571
|
-
unionOf: list("bibo
|
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)
|
1572
1070
|
),
|
1573
|
-
range: "
|
1574
|
-
subPropertyOf: "bibo
|
1575
|
-
type: "owl
|
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
|
1576
1074
|
property :uri,
|
1577
1075
|
comment: "Universal Resource Identifier of a document".freeze,
|
1578
1076
|
domain: term(
|
1579
|
-
type: "owl
|
1580
|
-
unionOf: list("bibo
|
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)
|
1581
1079
|
),
|
1080
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1582
1081
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1583
1082
|
label: "uri".freeze,
|
1584
|
-
range: "
|
1585
|
-
subPropertyOf: "bibo
|
1586
|
-
type: "owl
|
1587
|
-
"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
|
1588
1086
|
property :volume,
|
1589
1087
|
comment: "A volume number".freeze,
|
1590
|
-
domain: "bibo
|
1088
|
+
domain: "http://purl.org/ontology/bibo/Document".freeze,
|
1089
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1591
1090
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1592
1091
|
label: "volume".freeze,
|
1593
|
-
range: "
|
1594
|
-
subPropertyOf: "bibo
|
1595
|
-
type: "owl
|
1596
|
-
"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
|
1597
1095
|
|
1598
1096
|
# Extra definitions
|
1599
1097
|
term :bdarcus,
|
1600
|
-
"
|
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,
|
1601
1100
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1602
|
-
|
1603
|
-
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]
|
1604
1102
|
term :"degrees/ma",
|
1605
1103
|
comment: "masters degree in arts".freeze,
|
1104
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1606
1105
|
label: "M.A.".freeze,
|
1607
|
-
type: ["bibo
|
1608
|
-
"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]
|
1609
1107
|
term :"degrees/ms",
|
1610
1108
|
comment: "masters degree in science".freeze,
|
1109
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1611
1110
|
label: "M.S.".freeze,
|
1612
|
-
type: ["bibo
|
1613
|
-
"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]
|
1614
1112
|
term :"degrees/phd",
|
1615
1113
|
comment: "PhD degree".freeze,
|
1114
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1616
1115
|
label: "PhD degree".freeze,
|
1617
|
-
type: ["bibo
|
1618
|
-
"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]
|
1619
1117
|
term :fgiasson,
|
1620
|
-
"
|
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,
|
1621
1120
|
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
|
1622
|
-
|
1623
|
-
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]
|
1624
1122
|
term :"status/accepted",
|
1625
1123
|
comment: "Accepted for publication after peer reviewing.".freeze,
|
1124
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1626
1125
|
label: "accepted".freeze,
|
1627
|
-
type: ["bibo
|
1628
|
-
"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]
|
1629
1127
|
term :"status/draft",
|
1630
1128
|
comment: "Document drafted".freeze,
|
1129
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1631
1130
|
label: "draft".freeze,
|
1632
|
-
type: ["bibo
|
1633
|
-
"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]
|
1634
1132
|
term :"status/forthcoming",
|
1635
1133
|
comment: "Document to be published".freeze,
|
1134
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1636
1135
|
label: "forthcoming".freeze,
|
1637
|
-
type: ["bibo
|
1638
|
-
"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]
|
1639
1137
|
term :"status/legal",
|
1640
1138
|
comment: "Legal document".freeze,
|
1139
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1641
1140
|
label: "legal".freeze,
|
1642
|
-
type: ["bibo
|
1643
|
-
"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]
|
1644
1142
|
term :"status/nonPeerReviewed",
|
1645
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,
|
1646
1145
|
label: "non peer reviewed".freeze,
|
1647
|
-
type: ["bibo
|
1648
|
-
"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]
|
1649
1147
|
term :"status/peerReviewed",
|
1650
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,
|
1651
1150
|
label: "peer reviewed".freeze,
|
1652
|
-
type: ["bibo
|
1653
|
-
"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]
|
1654
1152
|
term :"status/published",
|
1655
1153
|
comment: "Published document".freeze,
|
1154
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1656
1155
|
label: "published".freeze,
|
1657
|
-
type: ["bibo
|
1658
|
-
"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]
|
1659
1157
|
term :"status/rejected",
|
1660
1158
|
comment: "Rejected for publication after peer reviewing.".freeze,
|
1159
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1661
1160
|
label: "rejected".freeze,
|
1662
|
-
type: ["bibo
|
1663
|
-
"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]
|
1664
1162
|
term :"status/unpublished",
|
1665
1163
|
comment: "Unpublished document".freeze,
|
1164
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
1666
1165
|
label: "unpublished".freeze,
|
1667
|
-
type: ["bibo
|
1668
|
-
"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]
|
1669
1167
|
end
|
1670
1168
|
end
|