Class: Links
Links related to the study
classDiagram
class Links
Links <|-- Study
Links : link_description
Links : link_url
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
link_url | 1..* Uriorcurie |
URL of relevant link | direct |
link_description | 0..* String |
The description of the linked content | direct |
Mixin Usage
mixed into | description |
---|---|
Study | General information about the study |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/BioImage-Archive/bia-mifa-models
Mappings
Mapping Type | Mapped Value |
---|---|
self | bia_mifa_models:Links |
native | bia_mifa_models:Links |
LinkML Source
Direct
name: Links
description: Links related to the study
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
slots:
- link_url
- link_description
Induced
name: Links
description: Links related to the study
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
link_url:
name: link_url
description: URL of relevant link
examples:
- value: '[''https://github.com/BioImage-Archive'', ''https://www.ebi.ac.uk/empiar/EMPIAR-10459/'']'
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
multivalued: true
alias: link_url
owner: Links
domain_of:
- Links
range: uriorcurie
required: true
link_description:
name: link_description
description: The description of the linked content
examples:
- value: '[''Image analysis code'', ''FIB SEM dataset matching the light microscopy
data'']'
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
multivalued: true
alias: link_description
owner: Links
domain_of:
- Links
range: string