Class: HistoPheno
URI: https://w3id.org/monarch/monarch-py/:HistoPheno
classDiagram
class HistoPheno
HistoPheno : id
HistoPheno : items
HistoPheno --|> HistoBin : items
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..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
domain_of:
- AssociationCountList
- AssociationResults
- AssociationTableResults
- EntityResults
- HistoPheno
- SearchResults
range: HistoBin
Induced
name: HistoPheno
from_schema: https://w3id.org/monarch/monarch-py
slot_usage:
items:
name: items
domain_of:
- AssociationCountList
- AssociationResults
- AssociationTableResults
- EntityResults
- HistoPheno
- SearchResults
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
- Entity
- HistoPheno
- HistoBin
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
multivalued: true
alias: items
owner: HistoPheno
domain_of:
- AssociationCountList
- AssociationResults
- AssociationTableResults
- EntityResults
- HistoPheno
- SearchResults
range: HistoBin
required: true
inlined: true
inlined_as_list: true