Class: SynthesisTheme¶
Theme identified in narrative synthesis
```mermaid classDiagram class SynthesisTheme click SynthesisTheme href "../SynthesisTheme/" SynthesisTheme : supporting_studies
SynthesisTheme : theme_description
SynthesisTheme : theme_id
SynthesisTheme : theme_name
SynthesisTheme : theme_notes
SynthesisTheme : theme_strength
SynthesisTheme --> "0..1" EvidenceStrength : theme_strength
click EvidenceStrength href "../EvidenceStrength/"
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| theme_id | 1 String |
Unique identifier for this theme | direct |
| theme_name | 1 String |
Name of the theme | direct |
| theme_description | 0..1 String |
Description of the theme | direct |
| supporting_studies | * String |
Study IDs supporting this theme | direct |
| theme_strength | 0..1 EvidenceStrength |
Strength of evidence for this theme | direct |
| theme_notes | 0..1 String |
Additional notes about the theme | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| NarrativeSynthesis | synthesis_themes | range | SynthesisTheme |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:SynthesisTheme |
| native | revaise:SynthesisTheme |
LinkML Source¶
Direct¶
name: SynthesisTheme
description: Theme identified in narrative synthesis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- theme_id
- theme_name
- theme_description
- supporting_studies
- theme_strength
- theme_notes
slot_usage:
theme_id:
name: theme_id
description: Unique identifier for this theme
identifier: true
range: string
theme_name:
name: theme_name
description: Name of the theme
range: string
required: true
theme_description:
name: theme_description
description: Description of the theme
range: string
supporting_studies:
name: supporting_studies
description: Study IDs supporting this theme
range: string
multivalued: true
theme_strength:
name: theme_strength
description: Strength of evidence for this theme
range: EvidenceStrength
theme_notes:
name: theme_notes
description: Additional notes about the theme
range: string
Induced¶
name: SynthesisTheme
description: Theme identified in narrative synthesis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
theme_id:
name: theme_id
description: Unique identifier for this theme
identifier: true
range: string
theme_name:
name: theme_name
description: Name of the theme
range: string
required: true
theme_description:
name: theme_description
description: Description of the theme
range: string
supporting_studies:
name: supporting_studies
description: Study IDs supporting this theme
range: string
multivalued: true
theme_strength:
name: theme_strength
description: Strength of evidence for this theme
range: EvidenceStrength
theme_notes:
name: theme_notes
description: Additional notes about the theme
range: string
attributes:
theme_id:
name: theme_id
description: Unique identifier for this theme
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
identifier: true
owner: SynthesisTheme
domain_of:
- SynthesisTheme
range: string
required: true
theme_name:
name: theme_name
description: Name of the theme
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SynthesisTheme
domain_of:
- SynthesisTheme
range: string
required: true
theme_description:
name: theme_description
description: Description of the theme
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SynthesisTheme
domain_of:
- SynthesisTheme
range: string
supporting_studies:
name: supporting_studies
description: Study IDs supporting this theme
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SynthesisTheme
domain_of:
- SynthesisTheme
range: string
multivalued: true
theme_strength:
name: theme_strength
description: Strength of evidence for this theme
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SynthesisTheme
domain_of:
- SynthesisTheme
range: EvidenceStrength
theme_notes:
name: theme_notes
description: Additional notes about the theme
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SynthesisTheme
domain_of:
- SynthesisTheme
range: string