-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
62 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
namespaces: | ||
core: | ||
version: 2.7.0-alpha | ||
data_types: | ||
Subject: | ||
species: | ||
termset: nwb_subject_termset.yaml | ||
NWBFile: | ||
experimenter: | ||
termset: experimenter_termset.yaml | ||
# ElectrodeGroup: This will return when electrode table is redefined | ||
# location: | ||
# termset: location_termset.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
id: termset/species_example | ||
name: Species | ||
version: 0.0.1 | ||
prefixes: | ||
NCBI_TAXON: https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id= | ||
imports: | ||
- linkml:types | ||
default_range: string | ||
|
||
enums: | ||
Species: | ||
permissible_values: | ||
Homo sapiens: | ||
description: the species is human | ||
meaning: NCBI_TAXON:9606 | ||
Mus musculus: | ||
description: the species is a house mouse | ||
meaning: NCBI_TAXON:10090 | ||
Ursus arctos horribilis: | ||
description: the species is a grizzly bear | ||
meaning: NCBI_TAXON:116960 | ||
Myrmecophaga tridactyla: | ||
description: the species is an anteater | ||
meaning: NCBI_TAXON:71006 | ||
Ailuropoda melanoleuca: | ||
description: the species is a panda | ||
meaning: NCBI_TAXON:9646 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters