Class: section (Section)
A logical division of the text, usually numbered and/or titled, which may contain subsections.
URI: doco:Section
classDiagram
class Section
click Section href "../Section"
Section <|-- Abstract
click Abstract href "../Abstract"
Section <|-- Introduction
click Introduction href "../Introduction"
Section <|-- Materials
click Materials href "../Materials"
Section <|-- Methods
click Methods href "../Methods"
Section <|-- Results
click Results href "../Results"
Section <|-- Discussion
click Discussion href "../Discussion"
Section <|-- Conclusion
click Conclusion href "../Conclusion"
Section <|-- Acknowledgements
click Acknowledgements href "../Acknowledgements"
Section <|-- AuthorContribution
click AuthorContribution href "../AuthorContribution"
Section <|-- ConflictOfInterests
click ConflictOfInterests href "../ConflictOfInterests"
Section <|-- SupplementaryInformationDescription
click SupplementaryInformationDescription href "../SupplementaryInformationDescription"
Section : pattern_contains
Section --> "1..*" Any : pattern_contains
click Any href "../Any"
Section : section_title
Section --> "1" SectionTitle : section_title
click SectionTitle href "../SectionTitle"
Inheritance
- Section
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
pattern_contains | 1..* Any or Section or Paragraph |
this slot is used to describe the child resources or entities that are contai... | direct |
section_title | 1 SectionTitle |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Abstract | pattern_contains | any_of[range] | Section |
Introduction | pattern_contains | any_of[range] | Section |
Materials | pattern_contains | any_of[range] | Section |
Methods | pattern_contains | any_of[range] | Section |
Results | pattern_contains | any_of[range] | Section |
Discussion | pattern_contains | any_of[range] | Section |
Conclusion | pattern_contains | any_of[range] | Section |
Acknowledgements | pattern_contains | any_of[range] | Section |
AuthorContribution | pattern_contains | any_of[range] | Section |
ConflictOfInterests | pattern_contains | any_of[range] | Section |
SupplementaryInformationDescription | pattern_contains | any_of[range] | Section |
Section | pattern_contains | any_of[range] | Section |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | doco:Section |
native | research_paper_schema:Section |
LinkML Source
Direct
name: Section
description: A logical division of the text, usually numbered and/or titled, which
may contain subsections.
title: section
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slots:
- pattern_contains
slot_usage:
pattern_contains:
name: pattern_contains
range: Any
required: true
multivalued: true
any_of:
- range: Section
- range: Paragraph
attributes:
section_title:
name: section_title
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- Section
range: SectionTitle
required: true
multivalued: false
class_uri: doco:Section
Induced
name: Section
description: A logical division of the text, usually numbered and/or titled, which
may contain subsections.
title: section
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slot_usage:
pattern_contains:
name: pattern_contains
range: Any
required: true
multivalued: true
any_of:
- range: Section
- range: Paragraph
attributes:
section_title:
name: section_title
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: section_title
owner: Section
domain_of:
- Section
range: SectionTitle
required: true
multivalued: false
pattern_contains:
name: pattern_contains
description: this slot is used to describe the child resources or entities that
are contained in the parent resource or entity.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
is_a: has_part
slot_uri: http://www.essepuntato.it/2008/12/pattern#contains
alias: pattern_contains
owner: Section
domain_of:
- Section
- BibliographicReferenceList
range: Any
required: true
multivalued: true
any_of:
- range: Section
- range: Paragraph
class_uri: doco:Section