Class: journal (Journal)
A scholarly periodical primarily devoted to the publication of original research papers. [Printed and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it.]
URI: fabio:Journal
classDiagram
class Journal
click Journal href "../Journal"
Journal : eissn
Journal : issn
Journal : issue
Journal : publication_date
Journal --> "0..1" Any : publication_date
click Any href "../Any"
Journal : publisher
Journal : title
Journal : volume
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
title | 0..1 String |
A name given to a resource | direct |
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 |
issn | 0..1 String |
The International Standard Serial Number, ISSN, an identifer for serial publi... | direct |
eissn | 0..1 String |
An International Standard Serial Number, ISSN, for electronic versions of ser... | direct |
issue | 0..1 String |
An identifier used to identify a specific issue of a magazine, a journal or o... | direct |
volume | 0..1 String |
An identifier for a particular volume of a resource, such as a journal or a m... | direct |
Usages
used by | used in | type | used |
---|---|---|---|
BibliographicReference | part_of | any_of[range] | Journal |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | fabio:Journal |
native | research_paper_schema:Journal |
LinkML Source
Direct
name: Journal
description: A scholarly periodical primarily devoted to the publication of original
research papers. [Printed and electronic manifestations of the same journal are
usually identified by separate print and electronic International Standard Serial
Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not
to individual issues of it.]
title: journal
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slots:
- title
- publication_date
- publisher
- issn
- eissn
- issue
- volume
class_uri: fabio:Journal
Induced
name: Journal
description: A scholarly periodical primarily devoted to the publication of original
research papers. [Printed and electronic manifestations of the same journal are
usually identified by separate print and electronic International Standard Serial
Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not
to individual issues of it.]
title: journal
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
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: Journal
domain_of:
- ResearchPaper
- Journal
- BibliographicReference
- Book
range: string
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: Journal
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: Journal
domain_of:
- Journal
- Book
range: string
issn:
name: issn
description: The International Standard Serial Number, ISSN, an identifer for
serial publications.
title: has ISSN
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:issn
alias: issn
owner: Journal
domain_of:
- Journal
range: string
pattern: ^\d{4}-\d{3}[\dX]$
eissn:
name: eissn
description: An International Standard Serial Number, ISSN, for electronic versions
of serial publications.
title: has eISSN
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:eIssn
alias: eissn
owner: Journal
domain_of:
- Journal
range: string
pattern: ^\d{4}-\d{3}[\dX]$
issue:
name: issue
description: An identifier used to identify a specific issue of a magazine, a
journal or other resource.
title: has issue identifier
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:issueIdentifier
alias: issue
owner: Journal
domain_of:
- Journal
range: string
volume:
name: volume
description: An identifier for a particular volume of a resource, such as a journal
or a multi-volume book.
title: has volume identifier
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:volume
alias: volume
owner: Journal
domain_of:
- Journal
range: string
class_uri: fabio:Journal