Skip to content

Commit 8d779fc

Browse files
🚀 Automatically rebuilt derived files (#2634)
Co-authored-by: GitHub Action <action@github.com>
1 parent 6bc050f commit 8d779fc

5 files changed

Lines changed: 1157 additions & 1083 deletions

File tree

_config.yml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,9 +2334,9 @@ ontologies:
23342334
id: foodon
23352335
layout: ontology_detail
23362336
license:
2337-
label: CC BY 3.0
2337+
label: CC BY 4.0
23382338
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
2339-
url: http://creativecommons.org/licenses/by/3.0/
2339+
url: http://creativecommons.org/licenses/by/4.0/
23402340
ontology_purl: http://purl.obolibrary.org/obo/foodon.owl
23412341
preferredPrefix: FOODON
23422342
products:
@@ -2357,6 +2357,27 @@ ontologies:
23572357
- food
23582358
title: Food Ontology
23592359
tracker: https://github.com/FoodOntology/foodon/issues/
2360+
usages:
2361+
- description: FoodData Central nutrition database web portal provided by USDA Agricultural
2362+
Research Service.
2363+
examples:
2364+
- description: An entry for 'Apples, fuji, with skin, raw' from the FoodData Central
2365+
nutrition database which is annotated with the term FOODON:00002862.
2366+
url: https://fdc.nal.usda.gov/fdc-app.html#/food-details/1750340/attributes
2367+
user: https://fdc.nal.usda.gov/
2368+
- description: FDA GenomeTrackr surveillance program for reporting foodborne pathogen
2369+
biosamples.
2370+
examples:
2371+
- description: An entry from NCBI Biosample that describes a *Samonella enterica*
2372+
sample extracted from Chicken and annotated with the term FOODON:03411457.
2373+
url: https://www.ncbi.nlm.nih.gov/biosample/SAMN03455272
2374+
user: https://www.fda.gov/food/whole-genome-sequencing-wgs-program/genometrakr-network
2375+
- description: Wiki database consolidating over 30 global food composition databases.
2376+
examples:
2377+
- description: An entry from WikiFCD that describes Walnuts and is annotated with
2378+
the term FOODON:03301364.
2379+
url: https://wikifcd.wikibase.cloud/wiki/Item:Q568877
2380+
user: https://wikifcd.wikibase.cloud/wiki/Main_Page
23602381
- activity_status: active
23612382
contact:
23622383
email: meghan.balk@gmail.com

registry/ontologies.jsonld

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3283,9 +3283,9 @@
32833283
"id": "foodon",
32843284
"layout": "ontology_detail",
32853285
"license": {
3286-
"label": "CC BY 3.0",
3286+
"label": "CC BY 4.0",
32873287
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
3288-
"url": "http://creativecommons.org/licenses/by/3.0/"
3288+
"url": "http://creativecommons.org/licenses/by/4.0/"
32893289
},
32903290
"ontology_purl": "http://purl.obolibrary.org/obo/foodon.owl",
32913291
"preferredPrefix": "FOODON",
@@ -3314,7 +3314,39 @@
33143314
"food"
33153315
],
33163316
"title": "Food Ontology",
3317-
"tracker": "https://github.com/FoodOntology/foodon/issues/"
3317+
"tracker": "https://github.com/FoodOntology/foodon/issues/",
3318+
"usages": [
3319+
{
3320+
"description": "FoodData Central nutrition database web portal provided by USDA Agricultural Research Service.",
3321+
"examples": [
3322+
{
3323+
"description": "An entry for 'Apples, fuji, with skin, raw' from the FoodData Central nutrition database which is annotated with the term FOODON:00002862.",
3324+
"url": "https://fdc.nal.usda.gov/fdc-app.html#/food-details/1750340/attributes"
3325+
}
3326+
],
3327+
"user": "https://fdc.nal.usda.gov/"
3328+
},
3329+
{
3330+
"description": "FDA GenomeTrackr surveillance program for reporting foodborne pathogen biosamples.",
3331+
"examples": [
3332+
{
3333+
"description": "An entry from NCBI Biosample that describes a *Samonella enterica* sample extracted from Chicken and annotated with the term FOODON:03411457.",
3334+
"url": "https://www.ncbi.nlm.nih.gov/biosample/SAMN03455272"
3335+
}
3336+
],
3337+
"user": "https://www.fda.gov/food/whole-genome-sequencing-wgs-program/genometrakr-network"
3338+
},
3339+
{
3340+
"description": "Wiki database consolidating over 30 global food composition databases.",
3341+
"examples": [
3342+
{
3343+
"description": "An entry from WikiFCD that describes Walnuts and is annotated with the term FOODON:03301364.",
3344+
"url": "https://wikifcd.wikibase.cloud/wiki/Item:Q568877"
3345+
}
3346+
],
3347+
"user": "https://wikifcd.wikibase.cloud/wiki/Main_Page"
3348+
}
3349+
]
33183350
},
33193351
{
33203352
"activity_status": "active",

0 commit comments

Comments
 (0)