Class: InsightCollection¶
Collection of insights, usable standalone or embedded in an analysis
classDiagram
class InsightCollection
click InsightCollection href "../InsightCollection/"
InsightCollection : insights
InsightCollection --> "*" Insight : insights
click Insight href "../Insight/"
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| insights | * Insight |
Map of insight IDs to insights | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://w3id.org/astra/analysis
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | astra:InsightCollection |
| native | astra:InsightCollection |
LinkML Source¶
Direct¶
name: InsightCollection
description: Collection of insights, usable standalone or embedded in an analysis
from_schema: https://w3id.org/astra/analysis
attributes:
insights:
name: insights
description: Map of insight IDs to insights
from_schema: https://w3id.org/astra/insight
domain_of:
- Option
- InsightCollection
range: Insight
multivalued: true
inlined: true
Induced¶
name: InsightCollection
description: Collection of insights, usable standalone or embedded in an analysis
from_schema: https://w3id.org/astra/analysis
attributes:
insights:
name: insights
description: Map of insight IDs to insights
from_schema: https://w3id.org/astra/insight
alias: insights
owner: InsightCollection
domain_of:
- Option
- InsightCollection
range: Insight
multivalued: true
inlined: true