Class: book (Book)
A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an 'e-book'.
URI: fabio:Book
classDiagram
class Book
click Book href "../Book"
Book : edition
Book : has_place_of_publication
Book : isbn
Book : publication_date
Book --> "0..1" Any : publication_date
click Any href "../Any"
Book : publisher
Book : title
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
publication_date | 0..1 Any or Date or Year or YearMonth |
The date on which a document or entity is published | direct |
publisher | 0..1 String |
Examples of a Publisher include a person, an organization, or a service | direct |
isbn | 0..1 String |
The International Standard Book Number, ISBN, used to identify published book... | direct |
edition | 0..1 String |
An identifier for one of several alternative issues of a magazine, a book or ... | direct |
title | 0..1 String |
A name given to a resource | direct |
has_place_of_publication | 0..1 String |
The place (usually, the city) where the publisher of a particular bibliograph... | direct |
Usages
used by | used in | type | used |
---|---|---|---|
BibliographicReference | part_of | any_of[range] | Book |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | fabio:Book |
native | research_paper_schema:Book |
LinkML Source
Direct
name: Book
description: A non-serial document that is complete in one volume or a designated
finite number of volumes. A book published by a publisher is usually identified
by an International Standard Book Number (ISBN), and may be manifested as a physical
printed publication on paper bound in a hard or soft cover, or in electronic format
as an 'e-book'.
title: book
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slots:
- publication_date
- publisher
- isbn
- edition
- title
- has_place_of_publication
class_uri: fabio:Book
Induced
name: Book
description: A non-serial document that is complete in one volume or a designated
finite number of volumes. A book published by a publisher is usually identified
by an International Standard Book Number (ISBN), and may be manifested as a physical
printed publication on paper bound in a hard or soft cover, or in electronic format
as an 'e-book'.
title: book
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
publication_date:
name: publication_date
description: 'The date on which a document or entity is published.
The date can be expressed in three different formats:
- yyyy-mm-dd (i.e., xsd:date)
- yyyy-mm (i.e., xsd:gYearMonth)
- yyyy (i.e., xsd:gYear)
The date on which a resource is published or disclosed.'
title: has publication date
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:publicationDate
alias: publication_date
owner: Book
domain_of:
- Journal
- Book
range: Any
any_of:
- range: date
- range: year
- range: year_month
publisher:
name: publisher
description: 'Examples of a Publisher include a person, an organization, or a
service. Typically, the name of a Publisher should be used to indicate the entity.
An entity responsible for making the resource available.'
title: Publisher
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: dc:publisher
alias: publisher
owner: Book
domain_of:
- Journal
- Book
range: string
isbn:
name: isbn
description: The International Standard Book Number, ISBN, used to identify published
books or, more rarely, journal issues.
title: has ISBN
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:isbn
alias: isbn
owner: Book
domain_of:
- Book
range: string
pattern: ^(?:ISBN(?:-13)?:?\ )?(?=[0-9]{13}$|(?=(?:[0-9]+[-\ ]){4})[-\ 0-9]{17}$)97[89][-\
]?[0-9]{1,5}[-\ ]?[0-9]+[-\ ]?[0-9]+[-\ ]?[0-9]$
edition:
name: edition
description: An identifier for one of several alternative issues of a magazine,
a book or other resource.
title: has edition
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:edition
alias: edition
owner: Book
domain_of:
- Book
range: string
title:
name: title
description: A name given to a resource. Typically, the title will be the name
by which the resource is formally known.
title: has title
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: dcterms:title
alias: title
owner: Book
domain_of:
- ResearchPaper
- Journal
- BibliographicReference
- Book
range: string
has_place_of_publication:
name: has_place_of_publication
description: The place (usually, the city) where the publisher of a particular
bibliographic resource is located.
title: has place of publication
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: fabio:hasPlaceOfPublication
alias: has_place_of_publication
owner: Book
domain_of:
- Book
range: string
class_uri: fabio:Book