Class: Interneuron
erDiagram
Interneuron {
uriorcurie id
string label
string definition
}
BiologicalProcess {
string id
string label
}
Disease {
string id
string label
}
Gene {
string id
string label
}
AnatomicalStructure {
string id
string label
}
CellOntologyTerm {
string id
string label
}
Neurotransmitter {
string id
string label
}
BrainRegion {
string id
string label
}
Interneuron ||--}o BrainRegion : "projects_to_or_from"
Interneuron ||--}o Neurotransmitter : "releases_neurotransitter"
Interneuron ||--|o CellOntologyTerm : "equivalent_to"
Interneuron ||--}o CellOntologyTerm : "parents"
Interneuron ||--}o CellOntologyTerm : "subtypes"
Interneuron ||--}o AnatomicalStructure : "localizations"
Interneuron ||--}o Gene : "genes"
Interneuron ||--}o Disease : "diseases"
Interneuron ||--}o BiologicalProcess : "roles"
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
projects_to_or_from | * BrainRegion |
Brain structures from which this cell type projects into or receives projecti... | direct |
releases_neurotransitter | * Neurotransmitter |
Neuron | |
id | 1 Uriorcurie |
CellType | |
label | 0..1 String |
the concise name of the cell type | CellType |
equivalent_to | 0..1 CellOntologyTerm |
the the cell type described | CellType |
definition | 0..1 String |
CellType | |
parents | * CellOntologyTerm |
categorization | CellType |
subtypes | * CellOntologyTerm |
CellType | |
localizations | * AnatomicalStructure |
CellType | |
genes | * Gene |
CellType | |
diseases | * Disease |
CellType | |
roles | * BiologicalProcess |
CellType |
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/ontogpt/cell_type
Mappings
Mapping Type | Mapped Value |
---|---|
self | cell_type:Interneuron |
native | cell_type:Interneuron |
LinkML Source
Direct
name: Interneuron
from_schema: http://w3id.org/ontogpt/cell_type
is_a: Neuron
attributes:
projects_to_or_from:
name: projects_to_or_from
annotations:
prompt:
tag: prompt
value: semicolon-separated list of anatomical structures from which this cell
type projects from or into
description: Brain structures from which this cell type projects into or receives
projections from
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: RO:0002170
multivalued: true
domain_of:
- Interneuron
range: BrainRegion
Induced
name: Interneuron
from_schema: http://w3id.org/ontogpt/cell_type
is_a: Neuron
attributes:
projects_to_or_from:
name: projects_to_or_from
annotations:
prompt:
tag: prompt
value: semicolon-separated list of anatomical structures from which this cell
type projects from or into
description: Brain structures from which this cell type projects into or receives
projections from
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: RO:0002170
multivalued: true
alias: projects_to_or_from
owner: Interneuron
domain_of:
- Interneuron
range: BrainRegion
releases_neurotransitter:
name: releases_neurotransitter
annotations:
prompt:
tag: prompt
value: named of chemical entity that this neuron releases
owl:
tag: owl
value: SubClassOf, ObjectSomeValuesFrom
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: RO:0002111
multivalued: true
alias: releases_neurotransitter
owner: Interneuron
domain_of:
- Neuron
range: Neurotransmitter
id:
name: id
annotations:
prompt.skip:
tag: prompt.skip
value: true
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: rdf:Resource
identifier: true
alias: id
owner: Interneuron
domain_of:
- CellType
- NamedEntity
- Publication
range: uriorcurie
required: true
label:
name: label
annotations:
owl:
tag: owl
value: AnnotationAssertion
description: the concise name of the cell type
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: rdfs:label
alias: label
owner: Interneuron
domain_of:
- CellType
- NamedEntity
range: string
equivalent_to:
name: equivalent_to
annotations:
prompt:
tag: prompt
value: the cell type described in the text
owl:
tag: owl
value: AnnotationAssertion
description: the the cell type described
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: skos:exactMatch
alias: equivalent_to
owner: Interneuron
domain_of:
- CellType
range: CellOntologyTerm
definition:
name: definition
annotations:
prompt:
tag: prompt
value: A concise textual definition in genus-differentia form, i.e 'A <genus>
that <differentiating characteristics>'
owl:
tag: owl
value: AnnotationProperty, AnnotationAssertion
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: IAO:0000115
alias: definition
owner: Interneuron
domain_of:
- CellType
range: string
parents:
name: parents
annotations:
prompt:
tag: prompt
value: semicolon-separated list of parent (broader) cell types
owl:
tag: owl
value: SubClassOf
description: categorization
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
multivalued: true
alias: parents
owner: Interneuron
domain_of:
- CellType
range: CellOntologyTerm
subtypes:
name: subtypes
annotations:
prompt:
tag: prompt
value: semicolon-separated list of the subtypes (subclasses) of this cell
type. Use concise terms, and separate elements in a list using semicolon
(;)
owl.template:
tag: owl.template
value: '{% for subtype in subtypes %}
SubClassOf( {{ tr(subtype) }} {{ id }} )
{% endfor %}
'
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
multivalued: true
alias: subtypes
owner: Interneuron
domain_of:
- CellType
range: CellOntologyTerm
localizations:
name: localizations
annotations:
prompt:
tag: prompt
value: semicolon-separated list of anatomical structures in which this cell
type is localized
owl:
tag: owl
value: SubClassOf, ObjectSomeValuesFrom
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: BFO:0000050
multivalued: true
alias: localizations
owner: Interneuron
domain_of:
- CellType
range: AnatomicalStructure
genes:
name: genes
annotations:
prompt:
tag: prompt
value: semicolon-separated list of genes expressed in cells of this type
owl:
tag: owl
value: SubClassOf, ObjectSomeValuesFrom
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: RO:0002292
multivalued: true
alias: genes
owner: Interneuron
domain_of:
- CellType
range: Gene
diseases:
name: diseases
annotations:
prompt:
tag: prompt
value: semicolon-separated list of diseases in which this cell type is implicated
owl.template:
tag: owl.template
value: '{% for disease in diseases %}
SubClassOf( {{ tr(disease) }} ObjectSomeValuesFrom( RO:0004026 {{ id }}
))
{% endfor %}
'
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
multivalued: true
alias: diseases
owner: Interneuron
domain_of:
- CellType
range: Disease
roles:
name: roles
annotations:
prompt:
tag: prompt
value: semicolon-separated list of roles (e.g. biological processes) that
this cell type plays. These should be short descriptive terms corresponding
to ontology terms in the GO biological process hierarchy.
owl:
tag: owl
value: SubClassOf, ObjectSomeValuesFrom
from_schema: http://w3id.org/ontogpt/cell_type
rank: 1000
slot_uri: RO:0002215
multivalued: true
alias: roles
owner: Interneuron
domain_of:
- CellType
range: BiologicalProcess