Class: RecordedModalities

"An overview description of the recording modalities present in the data."

URI: in2pb_dataset:RecordedModalities

classDiagram class RecordedModalities RecordedModalities : behaviour RecordedModalities : neuralActivity

Slots

Name Cardinality and Range Description Inheritance
neuralActivity 0..*
String
Short text information on neural activity recorded direct
behaviour 0..*
String
Short text information on behaviour recorded direct

Usages

used by used in type used
In2PrimateBrainsDataset recordedModalities range RecordedModalities

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset

Mappings

Mapping Type Mapped Value
self in2pb_dataset:RecordedModalities
native in2pb_dataset:RecordedModalities

LinkML Source

Direct

name: RecordedModalities
description: '"An overview description of the recording modalities present in the
  data."'
from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
slots:
- neuralActivity
- behaviour

Induced

name: RecordedModalities
description: '"An overview description of the recording modalities present in the
  data."'
from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
attributes:
  neuralActivity:
    name: neuralActivity
    description: Short text information on neural activity recorded.
    from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
    rank: 1000
    multivalued: true
    alias: neuralActivity
    owner: RecordedModalities
    domain_of:
    - RecordedModalities
    range: string
  behaviour:
    name: behaviour
    description: Short text information on behaviour recorded.
    from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
    rank: 1000
    multivalued: true
    alias: behaviour
    owner: RecordedModalities
    domain_of:
    - RecordedModalities
    range: string