Class: introduction (Introduction)
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.
URI: deo:Introduction
classDiagram
class Introduction
click Introduction href "../Introduction"
Section <|-- Introduction
click Section href "../Section"
Introduction : pattern_contains
Introduction --> "1..*" Any : pattern_contains
click Any href "../Any"
Introduction : section_title
Introduction --> "1" SectionTitle : section_title
click SectionTitle href "../SectionTitle"
Inheritance
- Section
- Introduction
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... | Section |
section_title | 1 SectionTitle |
Section |
Usages
used by | used in | type | used |
---|---|---|---|
ResearchPaper | introduction | range | Introduction |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | deo:Introduction |
native | research_paper_schema:Introduction |
LinkML Source
Direct
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.
title: introduction
from_schema: https://w3id.org/axle_informatics/research-paper-schema
is_a: Section
class_uri: deo:Introduction
Induced
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.
title: introduction
from_schema: https://w3id.org/axle_informatics/research-paper-schema
is_a: Section
attributes:
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: Introduction
domain_of:
- Section
- BibliographicReferenceList
range: Any
required: true
multivalued: true
any_of:
- range: Section
- range: Paragraph
section_title:
name: section_title
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: section_title
owner: Introduction
domain_of:
- Section
range: SectionTitle
required: true
multivalued: false
class_uri: deo:Introduction