-
Notifications
You must be signed in to change notification settings - Fork 0
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
14 changed files
with
131 additions
and
11 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,8 @@ | ||
title: ReferenceId | ||
type: object | ||
properties: | ||
doi: | ||
description: | | ||
DOI | ||
example: "10.1080/1057563021000040466" | ||
type: string |
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,28 @@ | ||
title: StructureId | ||
type: object | ||
properties: | ||
chebi: | ||
description: | | ||
ChEBI identifier | ||
example: 80907 | ||
type: integer | ||
chembl: | ||
description: | | ||
ChEMBL identifier | ||
example: "CHEMBL456137" | ||
type: string | ||
chemspider: | ||
description: | | ||
ChemSpider identifier | ||
example: 141471 | ||
type: integer | ||
kegg: | ||
description: | | ||
KEGG identifier | ||
example: "C17071" | ||
type: string | ||
pubchem: | ||
description: | | ||
PubChem (CID) identifier | ||
example: 161036 | ||
type: integer |
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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
title: StructureObject | ||
type: object | ||
properties: | ||
structure_smiles: | ||
smiles: | ||
description: | | ||
Structure SMILES | ||
type: string | ||
example: "C=C[C@@H]1[C@@H]2CCOC(=O)C2=CO[C@H]1O[C@H]3[C@@H]([C@H]([C@@H]([C@H](O3)CO)O)O)O" | ||
type: string | ||
# external_id: | ||
# $ref: "./structureId.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
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,68 @@ | ||
title: TaxonObject | ||
type: object | ||
properties: | ||
col: | ||
description: | | ||
Catalogue Of Life ID | ||
example: "6KB7S" | ||
type: string | ||
eol: | ||
description: | | ||
Encyclopedia Of Life ID | ||
example: 483956 | ||
type: integer | ||
gbif: | ||
description: | | ||
Global Biodiversity Information Facility Taxon ID | ||
example: 3170040 | ||
type: integer | ||
inat: | ||
description: | | ||
iNaturalist taxon ID | ||
example: 142299 | ||
type: integer | ||
ipni: | ||
description: | | ||
International Plant Names Index ID | ||
example: "368453-1" | ||
type: string | ||
irmng: | ||
description: | | ||
Interim Register of Marine and Nonmarine Genera ID | ||
example: 10921368 | ||
type: integer | ||
itis: | ||
description: | | ||
Integrated Taxonomic Information System ID | ||
example: 505985 | ||
type: integer | ||
ncbi: | ||
description: | | ||
NCBI taxon ID | ||
example: 172557 | ||
type: integer | ||
otl: | ||
description: | | ||
Open Tree of Life ID | ||
example: 346679 | ||
type: integer | ||
powo: | ||
description: | | ||
Plants of the World Online ID | ||
example: "urn:lsid:ipni.org:names:368453-1" | ||
type: string | ||
tropicos: | ||
description: | | ||
Tropicos ID | ||
example: 13800021 | ||
type: integer | ||
wfo: | ||
description: | | ||
World Flora Online ID | ||
example: "wfo-0000697915" | ||
type: string | ||
worms: | ||
description: | | ||
Encyclopedia Of Life ID | ||
example: 1 | ||
type: integer |
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