-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TermSet minor test updates, _repr_html_, name field (#967)
- Loading branch information
Showing
5 changed files
with
94 additions
and
4 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
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,21 @@ | ||
id: termset/species_example2 | ||
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 |
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