Class: paragraph (Paragraph)
'A self-contained unit of discourse that deals with a particular point or idea. Paragraphs contains one or more sentences. The start of a paragraph is indicated by beginning on a new line, which may be indented or separated by a small vertical space by the preceding paragraph. '
URI: doco:Paragraph
classDiagram
class Paragraph
click Paragraph href "../Paragraph"
Paragraph : textual_content
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
textual_content | 1 String |
textual content | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Abstract | pattern_contains | any_of[range] | Paragraph |
Introduction | pattern_contains | any_of[range] | Paragraph |
Materials | pattern_contains | any_of[range] | Paragraph |
Methods | pattern_contains | any_of[range] | Paragraph |
Results | pattern_contains | any_of[range] | Paragraph |
Discussion | pattern_contains | any_of[range] | Paragraph |
Conclusion | pattern_contains | any_of[range] | Paragraph |
Acknowledgements | pattern_contains | any_of[range] | Paragraph |
AuthorContribution | pattern_contains | any_of[range] | Paragraph |
ConflictOfInterests | pattern_contains | any_of[range] | Paragraph |
SupplementaryInformationDescription | pattern_contains | any_of[range] | Paragraph |
Section | pattern_contains | any_of[range] | Paragraph |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | doco:Paragraph |
native | research_paper_schema:Paragraph |
LinkML Source
Direct
name: Paragraph
description: '''A self-contained unit of discourse that deals with a particular point
or idea. Paragraphs contains one or more sentences. The start of a paragraph is
indicated by beginning on a new line, which may be indented or separated by a small
vertical space by the preceding paragraph. '''
title: paragraph
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slots:
- textual_content
slot_usage:
textual_content:
name: textual_content
range: string
required: true
multivalued: false
class_uri: doco:Paragraph
Induced
name: Paragraph
description: '''A self-contained unit of discourse that deals with a particular point
or idea. Paragraphs contains one or more sentences. The start of a paragraph is
indicated by beginning on a new line, which may be indented or separated by a small
vertical space by the preceding paragraph. '''
title: paragraph
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slot_usage:
textual_content:
name: textual_content
range: string
required: true
multivalued: false
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: Paragraph
domain_of:
- Paragraph
- SectionTitle
range: string
required: true
multivalued: false
class_uri: doco:Paragraph