-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathfabio-slim.owl
445 lines (223 loc) · 18.1 KB
/
fabio-slim.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.enanomapper.net/onto/external/fabio-slim.owl#"
xml:base="http://purl.enanomapper.net/onto/external/fabio-slim.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:pav="http://purl.org/pav/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:ncicp="http://ncicb.nci.nih.gov/xml/owl/EVS/ComplexProperties.xsd#"
xmlns:skos1="http://www.w3.org/2008/05/skos#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.enanomapper.net/onto/external/fabio-slim.owl">
<dc:contributor>David Shotton</dc:contributor>
<dc:contributor>Paolo Ciccarese</dc:contributor>
<dc:contributor>Tim Clark</dc:contributor>
<dc:creator>David Shotton</dc:creator>
<dc:creator>Paolo Ciccarese</dc:creator>
<dc:creator>Silvio Peroni</dc:creator>
<dc:date>2016-07-11</dc:date>
<dc:date>2018-03-29</dc:date>
<dc:description rdf:resource="https://svn.code.sf.net/p/sempublishing/code/FaBiO/FRBR%20diagram%20with%20new%20Fabio%20verbs.png"/>
<dc:description xml:lang="en">This vocabulary is an expression in OWL 2 DL of the basic concepts and relations described in the IFLA report on the Functional Requirements for Bibliographic Records (FRBR), also described in Ian Davis's RDF vocabulary (http://vocab.org/frbr/core).</dc:description>
<dc:description>FaBiO, the FRBR-aligned Bibliographic Ontology, is an ontology for recording and publishing on the Semantic Web descriptions of entities that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define such bibliographic references. FaBiO entities are primarily textual publications such as books, magazines, newspapers and journals, and items of their content such as poems, conference papers and editorials. However, they also include blogs, web pages, datasets, computer algorithms, experimental protocols, formal specifications and vocabularies, legal records, governmental papers, technical and commercial reports and similar publications, and also anthologies, catalogues and similar collections.
FaBiO classes are structured according to the FRBR schema of Works, Expressions, Manifestations and Items. Additional properties have been added to extends the FRBR data model by linking Works and Manifestations (fabio:hasManifestation and fabio:isManifestationOf), Works and Items (fabio:hasPortrayal and fabio:isPortrayedBy), and Expressions and Items (fabio:hasRepresentation and fabio:isRepresentedBy).</dc:description>
<dc:rights xml:lang="en">This work is distributed under a Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0/).</dc:rights>
<dc:title xml:lang="en">Essential FRBR in OWL2 DL</dc:title>
<dc:title>FaBiO, the FRBR-aligned Bibliographic Ontology</dc:title>
<pav:importedFrom>https://svn.code.sf.net/p/sempublishing/code/FaBiO/2016-07-11-fabio-1_9_3.owl</pav:importedFrom>
<vann:preferredNamespacePrefix>fabio</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/spar/fabio/</vann:preferredNamespaceUri>
<oboInOwl:auto-generated-by>Slimmer</oboInOwl:auto-generated-by>
<oboInOwl:date>2025-02-01 01:54:09</oboInOwl:date>
<rdfs:comment>FaBiO, the FRBR-aligned Bibliographic Ontology, is an ontology for recording and publishing on the Semantic Web bibliographic records of scholarly endeavours. It forms part of SPAR, a suite of Semantic Publishing and Referencing Ontologies. Other SPAR ontologies are described at http://purl.org/spar/.
This ontology is available at http://purl.org/spar/fabio, and uses the namespace prefix fabio.</rdfs:comment>
<rdfs:comment>The Essential FRBR in OWL2 DL Ontology (FRBR) is an expression in OWL 2 DL of the basic concepts and relations described in the IFLA report on the Functional Requirements for Bibliographic Records (FRBR), also described in Ian Davis's RDF vocabulary.
**URL:** http://purl.org/spar/frbr
**Creators**: [Paolo Ciccarese](http://orcid.org/0000-0002-5156-2703), [Silvio Peroni](http://orcid.org/0000-0003-0530-4305)
**Contributors:**: [David Shotton](http://orcid.org/0000-0001-5506-523X)
**License:** [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode)
**Website:** http://www.sparontologies.net/ontologies/frbr</rdfs:comment>
<owl:backwardCompatibleWith rdf:resource="https://svn.code.sf.net/p/sempublishing/code/FaBiO/2016-04-19-fabio-1_9_2.owl"/>
<owl:priorVersion rdf:resource="http://purl.org/spar/frbr/2011-06-29"/>
<owl:priorVersion rdf:resource="https://svn.code.sf.net/p/sempublishing/code/FaBiO/2016-04-19-fabio-1_9_2.owl"/>
<owl:versionInfo>1.0.1</owl:versionInfo>
<owl:versionInfo>1.9.3</owl:versionInfo>
<owl:versionInfo>This SLIM file was generated automatically by the eNanoMapper Slimmer software library. For more information see http://github.com/enanomapper/slimmer.</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/rights"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/pav/importedFrom -->
<owl:AnnotationProperty rdf:about="http://purl.org/pav/importedFrom"/>
<!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
<!-- http://www.geneontology.org/formats/oboInOwl#auto-generated-by -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#auto-generated-by"/>
<!-- http://www.geneontology.org/formats/oboInOwl#date -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#date"/>
<!-- http://www.w3.org/2000/01/rdf-schema#comment -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
<!-- http://www.w3.org/2000/01/rdf-schema#isDefinedBy -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy"/>
<!-- http://www.w3.org/2000/01/rdf-schema#label -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
<!-- http://www.w3.org/2000/01/rdf-schema#seeAlso -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
<!-- http://www.w3.org/2002/07/owl#versionInfo -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
<!-- http://www.w3.org/2008/05/skos#note -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2008/05/skos#note">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2008/05/skos#"/>
<rdfs:label xml:lang="en">skos:note</rdfs:label>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2001/XMLSchema#date -->
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date"/>
<!-- http://www.w3.org/2001/XMLSchema#gYear -->
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gYear"/>
<!-- http://www.w3.org/2001/XMLSchema#gYearMonth -->
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gYearMonth"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000030"/>
<!-- http://purl.org/spar/fabio/JournalVolume -->
<owl:Class rdf:about="http://purl.org/spar/fabio/JournalVolume">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:comment xml:lang="en">A particular published volume of a journal, comprising one or more journal issues.</rdfs:comment>
<rdfs:label xml:lang="en">journal volume</rdfs:label>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/spar/fabio/analog-magnetic-tape -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/analog-magnetic-tape">
<rdfs:comment xml:lang="en">An analog medium for magnetic recording of audio and video information, made of a thin magnetizable coating on a long, narrow plastic tape, typically wound on a spool. </rdfs:comment>
<rdfs:label xml:lang="en">analog magnetic tape</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/cd -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/cd">
<rdfs:comment xml:lang="en">A non-rewritable optical disc used to store digital data.</rdfs:comment>
<rdfs:label xml:lang="en">CD</rdfs:label>
<rdfs:label xml:lang="en">compact disk</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/cloud -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/cloud">
<rdfs:comment xml:lang="en">A distributed and commoditized Internet-based computing resource, whereby shared services, software programs, and information storage facilities are provided to computers and other devices on demand, at locations of which the user may be unaware, like the electricity grid.</rdfs:comment>
<rdfs:label>cloud</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/digital-magnetic-tape -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/digital-magnetic-tape">
<rdfs:comment xml:lang="en">A rewritable digital medium for magnetic recording of audio, video and other data, made of a thin magnetizable coating on a long, narrow strip of plastic, usually wound on a spool.</rdfs:comment>
<rdfs:label xml:lang="en">digital magnetic tape</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/dvd -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/dvd">
<rdfs:comment xml:lang="en">A non-rewritable optical disc storage medium resembling a compact disc (CD), usually used for video and data storage. A DVD has the same physical dimensions as a CD, but is capable of storing more than six times as much data.</rdfs:comment>
<rdfs:label xml:lang="en">digital versatile disc</rdfs:label>
<rdfs:label xml:lang="en">digital video disc</rdfs:label>
<rdfs:label>DVD</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/film -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/film">
<rdfs:comment xml:lang="en">A thin flexible strip of plastic or other material coated with light-sensitive emulsion upon which images can be recorded, typically using a camera, usually used to record photographic images or motion pictures.</rdfs:comment>
<rdfs:label xml:lang="en">film</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/floppy-disk -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/floppy-disk">
<rdfs:comment xml:lang="en">A rewritable data storage medium that is composed of a disk of thin, flexible (floppy) magnetic storage medium encased in a square or rectangular plastic shell. Data are encoded magnetically by a read/write head that float on a cushion of air in close proximity to the surface of the rotated disk.</rdfs:comment>
<rdfs:label xml:lang="en">floppy disk</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/hard-drive -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/hard-drive">
<rdfs:comment xml:lang="en">A non-volatile storage device for digital data, composed of one or more rigid discs (platters) mounted side by side on a motor-driven spindle within a metal case. Data are encoded magnetically by read/write heads that float on cushions of air in close proximity to the surfaces of the rotated platters.</rdfs:comment>
<rdfs:label xml:lang="en">HD</rdfs:label>
<rdfs:label xml:lang="en">hard drive</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/internet -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/internet">
<rdfs:comment xml:lang="en">A global system of interconnected computer networks that uses the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide. The internet connects millions of private, public, academic, business and governmental computers, that are individually attached to local networks linked together by a broad array of electronic, radio and optical networking technologies to form the internet. </rdfs:comment>
<rdfs:label xml:lang="en">internet</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/intranet -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/intranet">
<rdfs:comment xml:lang="en">A private computer network, unconnected to the internet or separated from it by a firewall, that uses a network operating system and Internet Protocol technologies to permit an organization's information to be shared securely within that organization.</rdfs:comment>
<rdfs:label>intranet</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/paper -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/paper">
<rdfs:comment xml:lang="en">A thin flat material, typically made from wood pulp, mainly used for writing upon, for printing upon or for packaging.</rdfs:comment>
<rdfs:label>paper</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/ram -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/ram">
<rdfs:comment xml:lang="en">Abbreviation of Random Access Memory. A form of rewritable computer data storage that takes the form of integrated circuits that allow data to be stored and accessed in any order (i.e. at random), thereby achieving greater speed than for access of data stored in linear form on digital magnetic tape.</rdfs:comment>
<rdfs:label xml:lang="en">RAM</rdfs:label>
<rdfs:label xml:lang="en">random access memory</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/solid-state-memory -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/solid-state-memory">
<rdfs:comment xml:lang="en">A digital storage device built entirely from solid electronic materials with no moving parts, e.g. a USB flash drive.</rdfs:comment>
<rdfs:label xml:lang="en">solid state memory</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/vinyl-disk -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/vinyl-disk">
<rdfs:comment xml:lang="en">An analog sound storage medium consisting of a flat disc made of moulded vinyl plastic with an inscribed, modulated spiral groove.</rdfs:comment>
<rdfs:label xml:lang="en">vinyl disk</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.org/spar/fabio/web -->
<owl:NamedIndividual rdf:about="http://purl.org/spar/fabio/web">
<rdfs:comment xml:lang="en">A system of interlinked hypertext documents written in HTML and accessed using the HTTP protocol via the Internet.</rdfs:comment>
<rdfs:label xml:lang="en">WWW</rdfs:label>
<rdfs:label xml:lang="en">Web</rdfs:label>
<rdfs:label xml:lang="en">World Wide Web</rdfs:label>
</owl:NamedIndividual>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://purl.org/spar/fabio/SupplementaryInformationFile">
<rdfs:comment xml:lang="en">A file accompanying a published journal article, containing additional information of relevance to the article, typically available from the publisher's web site via a hyperlink from the journal article itself.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 5.5.0) https://github.com/owlcs/owlapi/ -->