Class: HistoPheno
URI: https://w3id.org/monarch/monarch-py/:HistoPheno
classDiagram
class HistoPheno
click HistoPheno href "../HistoPheno"
HistoPheno : id
HistoPheno : items
HistoPheno --> "1..*" HistoBin : items
click HistoBin href "../HistoBin"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1 String |
direct | |
items | 1..* HistoBin |
A collection of items, with the type to be overriden by slot_usage | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch/monarch-py
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/monarch/monarch-py/:HistoPheno |
native | https://w3id.org/monarch/monarch-py/:HistoPheno |
LinkML Source
Direct
name: HistoPheno
from_schema: https://w3id.org/monarch/monarch-py
slots:
- id
- items
slot_usage:
items:
name: items
range: HistoBin
Induced
name: HistoPheno
from_schema: https://w3id.org/monarch/monarch-py
slot_usage:
items:
name: items
range: HistoBin
attributes:
id:
name: id
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
identifier: true
alias: id
owner: HistoPheno
domain_of:
- Association
- ExpandedCurie
- Entity
- HistoPheno
- HistoBin
- Mapping
- MultiEntityAssociationResults
- TermInfo
range: string
required: true
items:
name: items
description: A collection of items, with the type to be overriden by slot_usage
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: items
owner: HistoPheno
domain_of:
- AssociationCountList
- AssociationResults
- CompactAssociationResults
- AssociationTableResults
- CategoryGroupedAssociationResults
- EntityResults
- HistoPheno
- MappingResults
- SearchResults
range: HistoBin
required: true
multivalued: true
inlined: true
inlined_as_list: true