Skip to content

Commit

Permalink
Merge branch 'master' into publications-link-descr
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Sep 3, 2024
2 parents 515bdb0 + 8d779fc commit 451e0ed
Show file tree
Hide file tree
Showing 6 changed files with 1,175 additions and 1,085 deletions.
25 changes: 23 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2334,9 +2334,9 @@ ontologies:
id: foodon
layout: ontology_detail
license:
label: CC BY 3.0
label: CC BY 4.0
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
url: http://creativecommons.org/licenses/by/3.0/
url: http://creativecommons.org/licenses/by/4.0/
ontology_purl: http://purl.obolibrary.org/obo/foodon.owl
preferredPrefix: FOODON
products:
Expand All @@ -2357,6 +2357,27 @@ ontologies:
- food
title: Food Ontology
tracker: https://github.com/FoodOntology/foodon/issues/
usages:
- description: FoodData Central nutrition database web portal provided by USDA Agricultural
Research Service.
examples:
- description: An entry for 'Apples, fuji, with skin, raw' from the FoodData Central
nutrition database which is annotated with the term FOODON:00002862.
url: https://fdc.nal.usda.gov/fdc-app.html#/food-details/1750340/attributes
user: https://fdc.nal.usda.gov/
- description: FDA GenomeTrackr surveillance program for reporting foodborne pathogen
biosamples.
examples:
- description: An entry from NCBI Biosample that describes a *Samonella enterica*
sample extracted from Chicken and annotated with the term FOODON:03411457.
url: https://www.ncbi.nlm.nih.gov/biosample/SAMN03455272
user: https://www.fda.gov/food/whole-genome-sequencing-wgs-program/genometrakr-network
- description: Wiki database consolidating over 30 global food composition databases.
examples:
- description: An entry from WikiFCD that describes Walnuts and is annotated with
the term FOODON:03301364.
url: https://wikifcd.wikibase.cloud/wiki/Item:Q568877
user: https://wikifcd.wikibase.cloud/wiki/Main_Page
- activity_status: active
contact:
email: [email protected]
Expand Down
20 changes: 18 additions & 2 deletions ontology/foodon.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ description: A broadly scoped ontology representing entities which bear a “foo
domain: diet, metabolomics, and nutrition
homepage: https://foodon.org/
license:
label: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
label: CC BY 4.0
url: http://creativecommons.org/licenses/by/4.0/
preferredPrefix: FOODON
products:
- id: foodon.owl
Expand All @@ -37,6 +37,22 @@ repository: https://github.com/FoodOntology/foodon
tags:
- food
tracker: https://github.com/FoodOntology/foodon/issues/
usages:
- description: FoodData Central nutrition database web portal provided by USDA Agricultural Research Service.
examples:
- description: An entry for 'Apples, fuji, with skin, raw' from the FoodData Central nutrition database which is annotated with the term FOODON:00002862.
url: https://fdc.nal.usda.gov/fdc-app.html#/food-details/1750340/attributes
user: https://fdc.nal.usda.gov/
- description: FDA GenomeTrackr surveillance program for reporting foodborne pathogen biosamples.
examples:
- description: An entry from NCBI Biosample that describes a *Samonella enterica* sample extracted from Chicken and annotated with the term FOODON:03411457.
url: https://www.ncbi.nlm.nih.gov/biosample/SAMN03455272
user: https://www.fda.gov/food/whole-genome-sequencing-wgs-program/genometrakr-network
- description: Wiki database consolidating over 30 global food composition databases.
examples:
- description: An entry from WikiFCD that describes Walnuts and is annotated with the term FOODON:03301364.
url: https://wikifcd.wikibase.cloud/wiki/Item:Q568877
user: https://wikifcd.wikibase.cloud/wiki/Main_Page
activity_status: active
---

Expand Down
38 changes: 35 additions & 3 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -3283,9 +3283,9 @@
"id": "foodon",
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
"label": "CC BY 4.0",
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
"url": "http://creativecommons.org/licenses/by/3.0/"
"url": "http://creativecommons.org/licenses/by/4.0/"
},
"ontology_purl": "http://purl.obolibrary.org/obo/foodon.owl",
"preferredPrefix": "FOODON",
Expand Down Expand Up @@ -3314,7 +3314,39 @@
"food"
],
"title": "Food Ontology",
"tracker": "https://github.com/FoodOntology/foodon/issues/"
"tracker": "https://github.com/FoodOntology/foodon/issues/",
"usages": [
{
"description": "FoodData Central nutrition database web portal provided by USDA Agricultural Research Service.",
"examples": [
{
"description": "An entry for 'Apples, fuji, with skin, raw' from the FoodData Central nutrition database which is annotated with the term FOODON:00002862.",
"url": "https://fdc.nal.usda.gov/fdc-app.html#/food-details/1750340/attributes"
}
],
"user": "https://fdc.nal.usda.gov/"
},
{
"description": "FDA GenomeTrackr surveillance program for reporting foodborne pathogen biosamples.",
"examples": [
{
"description": "An entry from NCBI Biosample that describes a *Samonella enterica* sample extracted from Chicken and annotated with the term FOODON:03411457.",
"url": "https://www.ncbi.nlm.nih.gov/biosample/SAMN03455272"
}
],
"user": "https://www.fda.gov/food/whole-genome-sequencing-wgs-program/genometrakr-network"
},
{
"description": "Wiki database consolidating over 30 global food composition databases.",
"examples": [
{
"description": "An entry from WikiFCD that describes Walnuts and is annotated with the term FOODON:03301364.",
"url": "https://wikifcd.wikibase.cloud/wiki/Item:Q568877"
}
],
"user": "https://wikifcd.wikibase.cloud/wiki/Main_Page"
}
]
},
{
"activity_status": "active",
Expand Down
Loading

0 comments on commit 451e0ed

Please sign in to comment.