Skip to content

Class: section title (SectionTitle)

The title of a section.

URI: doco:SectionTitle

classDiagram class SectionTitle click SectionTitle href "../SectionTitle" SectionTitle : textual_content

Slots

Name Cardinality and Range Description Inheritance
textual_content 1
String
textual content direct

Usages

used by used in type used
Abstract section_title range SectionTitle
Introduction section_title range SectionTitle
Materials section_title range SectionTitle
Methods section_title range SectionTitle
Results section_title range SectionTitle
Discussion section_title range SectionTitle
Conclusion section_title range SectionTitle
Acknowledgements section_title range SectionTitle
AuthorContribution section_title range SectionTitle
ConflictOfInterests section_title range SectionTitle
SupplementaryInformationDescription section_title range SectionTitle
Section section_title range SectionTitle

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/axle_informatics/research-paper-schema

Mappings

Mapping Type Mapped Value
self doco:SectionTitle
native research_paper_schema:SectionTitle

LinkML Source

Direct

name: SectionTitle
description: The title of a section.
title: section title
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slots:
- textual_content
slot_usage:
  textual_content:
    name: textual_content
    required: true
class_uri: doco:SectionTitle

Induced

name: SectionTitle
description: The title of a section.
title: section title
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slot_usage:
  textual_content:
    name: textual_content
    required: true
attributes:
  textual_content:
    name: textual_content
    description: textual content
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    rank: 1000
    alias: textual_content
    owner: SectionTitle
    domain_of:
    - Paragraph
    - SectionTitle
    range: string
    required: true
class_uri: doco:SectionTitle