Class: research paper (ResearchPaper)
A scholarly work that reports original research contributions addressing theoretical, analytical or experimental aspects of a particular scholarly domain. E.g. see http://iswc2018.semanticweb.org/call-for-research-track-papers/.
URI: fabio:ResearchPaper
classDiagram
class ResearchPaper
click ResearchPaper href "../ResearchPaper"
ResearchPaper : abstract
ResearchPaper --> "0..1" Abstract : abstract
click Abstract href "../Abstract"
ResearchPaper : acknowledgements
ResearchPaper --> "0..1" Acknowledgements : acknowledgements
click Acknowledgements href "../Acknowledgements"
ResearchPaper : author_contributions
ResearchPaper --> "0..1" AuthorContribution : author_contributions
click AuthorContribution href "../AuthorContribution"
ResearchPaper : author_list
ResearchPaper --> "*" Author : author_list
click Author href "../Author"
ResearchPaper : conclusion
ResearchPaper --> "0..1" Conclusion : conclusion
click Conclusion href "../Conclusion"
ResearchPaper : conflict_of_interests
ResearchPaper --> "0..1" ConflictOfInterests : conflict_of_interests
click ConflictOfInterests href "../ConflictOfInterests"
ResearchPaper : discussion
ResearchPaper --> "0..1" Discussion : discussion
click Discussion href "../Discussion"
ResearchPaper : figures
ResearchPaper --> "*" Figure : figures
click Figure href "../Figure"
ResearchPaper : introduction
ResearchPaper --> "0..1" Introduction : introduction
click Introduction href "../Introduction"
ResearchPaper : methods_materials
ResearchPaper --> "*" Any : methods_materials
click Any href "../Any"
ResearchPaper : references
ResearchPaper --> "0..1" BibliographicReferenceList : references
click BibliographicReferenceList href "../BibliographicReferenceList"
ResearchPaper : results
ResearchPaper --> "0..1" Results : results
click Results href "../Results"
ResearchPaper : supplementary_information
ResearchPaper --> "0..1" SupplementaryInformationDescription : supplementary_information
click SupplementaryInformationDescription href "../SupplementaryInformationDescription"
ResearchPaper : tables
ResearchPaper --> "*" Table : tables
click Table href "../Table"
ResearchPaper : title
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
title | 1 String |
The title of the research paper | direct |
author_list | * Author |
A part of a document that enumerates the authors of the document | direct |
abstract | 0..1 Abstract |
A brief summary of a book, a research article, thesis, review, conference pro... | direct |
introduction | 0..1 Introduction |
An initial description which states the purpose and goals of the following wr... | direct |
methods_materials | * Any or Materials or Methods |
A description in a research paper documenting the specialized materials used ... | direct |
results | 0..1 Results |
The report of the specific findings of an investigation, given without discus... | direct |
discussion | 0..1 Discussion |
An interpretation and discussion of the results obtained and an analysis of t... | direct |
conclusion | 0..1 Conclusion |
A reflection on the preceding text, summarizing the evidence, arguments or pr... | direct |
references | 0..1 BibliographicReferenceList |
A list, usually within a bibliography, of all the references within the citin... | direct |
acknowledgements | 0..1 Acknowledgements |
Usually part of the preface, or a separate section in its own right, often as... | direct |
author_contributions | 0..1 AuthorContribution |
A description of the roles played by an author in the publication | direct |
conflict_of_interests | 0..1 ConflictOfInterests |
A part of a document used to declare any competing interests regarding the au... | direct |
supplementary_information | 0..1 SupplementaryInformationDescription |
Information describing supplementary information relating to the document, in... | direct |
figures | * Figure |
A communication object comprising one or more graphics, drawings, images, or ... | direct |
tables | * Table |
A set of data arranged in cells within rows and columns | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | fabio:ResearchPaper |
native | research_paper_schema:ResearchPaper |
LinkML Source
Direct
name: ResearchPaper
description: A scholarly work that reports original research contributions addressing
theoretical, analytical or experimental aspects of a particular scholarly domain.
E.g. see http://iswc2018.semanticweb.org/call-for-research-track-papers/.
title: research paper
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
title:
name: title
description: The title of the research paper.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slot_uri: dcterms:title
domain_of:
- ResearchPaper
- Journal
- BibliographicReference
- Book
range: string
required: true
multivalued: false
author_list:
name: author_list
description: A part of a document that enumerates the authors of the document
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Author
required: false
multivalued: true
abstract:
name: abstract
description: A brief summary of a book, a research article, thesis, review, conference
proceeding or any in-depth analysis of a particular subject or discipline, the
purpose of which is to help the reader quickly ascertain the publication's purpose.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Abstract
required: false
multivalued: false
introduction:
name: introduction
description: An initial description which states the purpose and goals of the
following writing, and, in the case of journal articles, typically includes
background information on the research topic and a review of related work in
the area.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Introduction
required: false
multivalued: false
methods_materials:
name: methods_materials
description: A description in a research paper documenting the specialized materials
used in the work described. This description is often combined with a description
of the methods used, in a section entitled 'Methods and Materials', 'Experimental'
or a related term.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Any
required: false
multivalued: true
any_of:
- range: Materials
- range: Methods
results:
name: results
description: The report of the specific findings of an investigation, given without
discussion or conclusion being drawn.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Results
required: false
multivalued: false
discussion:
name: discussion
description: An interpretation and discussion of the results obtained and an analysis
of their significance, in support of conclusions. These conclusions may be part
of this discussion or may be included in a separate section of the document.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Discussion
required: false
multivalued: false
conclusion:
name: conclusion
description: A reflection on the preceding text, summarizing the evidence, arguments
or premises presented in the document and their logical outcomes. Conclusions
are a fundamental feature in academic research publications, and may be included
in the Discussion section.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Conclusion
required: false
multivalued: false
references:
name: references
description: A list, usually within a bibliography, of all the references within
the citing document that refer to journal articles, books, book chapters, Web
sites or similar publications.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: BibliographicReferenceList
required: false
multivalued: false
acknowledgements:
name: acknowledgements
description: Usually part of the preface, or a separate section in its own right,
often as part of the back matter, it acknowledges those, including funding agencies,
who contributed to the undertaking of a research project described in a publication,
or to the creation of the work in some way. In scientific articles, the acknowledgements
are usually placed as a separated section immediately following the Discussion
or Conclusions.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Acknowledgements
required: false
multivalued: false
author_contributions:
name: author_contributions
description: A description of the roles played by an author in the publication.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: AuthorContribution
required: false
multivalued: false
conflict_of_interests:
name: conflict_of_interests
description: A part of a document used to declare any competing interests regarding
the authors and/or funding organization for the work described in the document.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: ConflictOfInterests
required: false
multivalued: false
supplementary_information:
name: supplementary_information
description: Information describing supplementary information relating to the
document, including references or links to the relevant supplementary information.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: SupplementaryInformationDescription
required: false
multivalued: false
figures:
name: figures
description: A communication object comprising one or more graphics, drawings,
images, or other visual representations..
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Figure
required: false
multivalued: true
tables:
name: tables
description: A set of data arranged in cells within rows and columns.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- ResearchPaper
range: Table
required: false
multivalued: true
class_uri: fabio:ResearchPaper
tree_root: true
Induced
name: ResearchPaper
description: A scholarly work that reports original research contributions addressing
theoretical, analytical or experimental aspects of a particular scholarly domain.
E.g. see http://iswc2018.semanticweb.org/call-for-research-track-papers/.
title: research paper
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
title:
name: title
description: The title of the research paper.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slot_uri: dcterms:title
alias: title
owner: ResearchPaper
domain_of:
- ResearchPaper
- Journal
- BibliographicReference
- Book
range: string
required: true
multivalued: false
author_list:
name: author_list
description: A part of a document that enumerates the authors of the document
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: author_list
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Author
required: false
multivalued: true
abstract:
name: abstract
description: A brief summary of a book, a research article, thesis, review, conference
proceeding or any in-depth analysis of a particular subject or discipline, the
purpose of which is to help the reader quickly ascertain the publication's purpose.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: abstract
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Abstract
required: false
multivalued: false
introduction:
name: introduction
description: An initial description which states the purpose and goals of the
following writing, and, in the case of journal articles, typically includes
background information on the research topic and a review of related work in
the area.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: introduction
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Introduction
required: false
multivalued: false
methods_materials:
name: methods_materials
description: A description in a research paper documenting the specialized materials
used in the work described. This description is often combined with a description
of the methods used, in a section entitled 'Methods and Materials', 'Experimental'
or a related term.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: methods_materials
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Any
required: false
multivalued: true
any_of:
- range: Materials
- range: Methods
results:
name: results
description: The report of the specific findings of an investigation, given without
discussion or conclusion being drawn.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: results
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Results
required: false
multivalued: false
discussion:
name: discussion
description: An interpretation and discussion of the results obtained and an analysis
of their significance, in support of conclusions. These conclusions may be part
of this discussion or may be included in a separate section of the document.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: discussion
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Discussion
required: false
multivalued: false
conclusion:
name: conclusion
description: A reflection on the preceding text, summarizing the evidence, arguments
or premises presented in the document and their logical outcomes. Conclusions
are a fundamental feature in academic research publications, and may be included
in the Discussion section.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: conclusion
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Conclusion
required: false
multivalued: false
references:
name: references
description: A list, usually within a bibliography, of all the references within
the citing document that refer to journal articles, books, book chapters, Web
sites or similar publications.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: references
owner: ResearchPaper
domain_of:
- ResearchPaper
range: BibliographicReferenceList
required: false
multivalued: false
acknowledgements:
name: acknowledgements
description: Usually part of the preface, or a separate section in its own right,
often as part of the back matter, it acknowledges those, including funding agencies,
who contributed to the undertaking of a research project described in a publication,
or to the creation of the work in some way. In scientific articles, the acknowledgements
are usually placed as a separated section immediately following the Discussion
or Conclusions.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: acknowledgements
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Acknowledgements
required: false
multivalued: false
author_contributions:
name: author_contributions
description: A description of the roles played by an author in the publication.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: author_contributions
owner: ResearchPaper
domain_of:
- ResearchPaper
range: AuthorContribution
required: false
multivalued: false
conflict_of_interests:
name: conflict_of_interests
description: A part of a document used to declare any competing interests regarding
the authors and/or funding organization for the work described in the document.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: conflict_of_interests
owner: ResearchPaper
domain_of:
- ResearchPaper
range: ConflictOfInterests
required: false
multivalued: false
supplementary_information:
name: supplementary_information
description: Information describing supplementary information relating to the
document, including references or links to the relevant supplementary information.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: supplementary_information
owner: ResearchPaper
domain_of:
- ResearchPaper
range: SupplementaryInformationDescription
required: false
multivalued: false
figures:
name: figures
description: A communication object comprising one or more graphics, drawings,
images, or other visual representations..
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: figures
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Figure
required: false
multivalued: true
tables:
name: tables
description: A set of data arranged in cells within rows and columns.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: tables
owner: ResearchPaper
domain_of:
- ResearchPaper
range: Table
required: false
multivalued: true
class_uri: fabio:ResearchPaper
tree_root: true