Class: Universe¶
A universe specification - a complete set of decisions across the entire analysis tree.
URI: astra:Universe
classDiagram
class Universe
click Universe href "../Universe/"
Universe : analyses
Universe --> "*" UniverseNode : analyses
click UniverseNode href "../UniverseNode/"
Universe : decisions
Universe --> "*" DecisionSelection : decisions
click DecisionSelection href "../DecisionSelection/"
Universe : description
Universe : id
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 String |
Unique identifier for the universe | direct |
| description | 0..1 String |
What this universe represents | direct |
| decisions | * DecisionSelection |
Root-level decision selections | direct |
| analyses | * UniverseNode |
Sub-analysis universe selections | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://w3id.org/astra/analysis
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | astra:Universe |
| native | astra:Universe |
LinkML Source¶
Direct¶
name: Universe
description: A universe specification - a complete set of decisions across the entire
analysis tree.
from_schema: https://w3id.org/astra/analysis
attributes:
id:
name: id
description: Unique identifier for the universe
from_schema: https://w3id.org/astra/universe
identifier: true
domain_of:
- Input
- Output
- Option
- Decision
- Analysis
- Evidence
- Insight
- UniverseNode
- Universe
required: true
pattern: ^[a-z][a-z0-9_-]*$
description:
name: description
description: What this universe represents
from_schema: https://w3id.org/astra/universe
domain_of:
- Input
- Output
- Option
- Analysis
- Universe
decisions:
name: decisions
description: Root-level decision selections
from_schema: https://w3id.org/astra/universe
domain_of:
- Output
- Analysis
- UniverseNode
- Universe
range: DecisionSelection
multivalued: true
inlined: true
analyses:
name: analyses
description: Sub-analysis universe selections
from_schema: https://w3id.org/astra/universe
domain_of:
- Analysis
- UniverseNode
- Universe
range: UniverseNode
multivalued: true
inlined: true
Induced¶
name: Universe
description: A universe specification - a complete set of decisions across the entire
analysis tree.
from_schema: https://w3id.org/astra/analysis
attributes:
id:
name: id
description: Unique identifier for the universe
from_schema: https://w3id.org/astra/universe
identifier: true
alias: id
owner: Universe
domain_of:
- Input
- Output
- Option
- Decision
- Analysis
- Evidence
- Insight
- UniverseNode
- Universe
range: string
required: true
pattern: ^[a-z][a-z0-9_-]*$
description:
name: description
description: What this universe represents
from_schema: https://w3id.org/astra/universe
alias: description
owner: Universe
domain_of:
- Input
- Output
- Option
- Analysis
- Universe
range: string
decisions:
name: decisions
description: Root-level decision selections
from_schema: https://w3id.org/astra/universe
alias: decisions
owner: Universe
domain_of:
- Output
- Analysis
- UniverseNode
- Universe
range: DecisionSelection
multivalued: true
inlined: true
analyses:
name: analyses
description: Sub-analysis universe selections
from_schema: https://w3id.org/astra/universe
alias: analyses
owner: Universe
domain_of:
- Analysis
- UniverseNode
- Universe
range: UniverseNode
multivalued: true
inlined: true