Skip to content

Commit

Permalink
🚀 Automatically rebuilt derived files (#2542)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Mar 16, 2024
1 parent 90ad36c commit 89ad617
Show file tree
Hide file tree
Showing 7 changed files with 1,810 additions and 1,596 deletions.
42 changes: 42 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2403,6 +2403,48 @@ ontologies:
- description: genotypes annotated to abnormal mitotic cell cycle in fission yeast
url: https://www.pombase.org/term/FYPO:0000059
user: https://www.pombase.org
- activity_status: active
contact:
email: [email protected]
github: adeans
label: Andy Deans
orcid: 0000-0002-2119-4663
dependencies:
- id: caro
- id: flopo
- id: ncbitaxon
- id: obi
- id: pato
- id: po
- id: poro
- id: ro
description: Ontology of plant gall phenotypes. Plant galls are novel plant structures,
generated by plants in response to biotic stressors. This ontology is used to
annotate gall phenotypes (e.g., their colors, textures, sizes, locations on the
plant) in a semantic way, in order to facilitate discoveries about the genetic
and physiologic mechanisms responsible for such phenotypes. The ontology can also
be used as a controlled vocabulary for natural language descriptions of plant
galls.
domain: phenotype
homepage: https://adeans.github.io/gallont/
id: gallont
layout: ontology_detail
license:
label: CC0 1.0
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/cc-zero.png
url: https://creativecommons.org/publicdomain/zero/1.0/
ontology_purl: http://purl.obolibrary.org/obo/gallont.owl
preferredPrefix: GALLONT
products:
- id: gallont.owl
ontology_purl: http://purl.obolibrary.org/obo/gallont.owl
- id: gallont.json
ontology_purl: http://purl.obolibrary.org/obo/gallont.json
- id: gallont.obo
ontology_purl: http://purl.obolibrary.org/obo/gallont.obo
repository: https://github.com/adeans/gallont
title: Plant Gall Ontology
tracker: https://github.com/adeans/gallont/issues
- activity_status: active
contact:
email: [email protected]
Expand Down
4 changes: 4 additions & 0 deletions registry/obo_context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@
"@id": "http://purl.obolibrary.org/obo/FYPO_",
"@prefix": true
},
"GALLONT": {
"@id": "http://purl.obolibrary.org/obo/GALLONT_",
"@prefix": true
},
"GAZ": {
"@id": "http://purl.obolibrary.org/obo/GAZ_",
"@prefix": true
Expand Down
1 change: 1 addition & 0 deletions registry/obo_prefixes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
,[ sh:prefix "FOODON" ; sh:namespace "http://purl.obolibrary.org/obo/FOODON_"]
,[ sh:prefix "FOVT" ; sh:namespace "http://purl.obolibrary.org/obo/FOVT_"]
,[ sh:prefix "FYPO" ; sh:namespace "http://purl.obolibrary.org/obo/FYPO_"]
,[ sh:prefix "GALLONT" ; sh:namespace "http://purl.obolibrary.org/obo/GALLONT_"]
,[ sh:prefix "GECKO" ; sh:namespace "http://purl.obolibrary.org/obo/GECKO_"]
,[ sh:prefix "GENEPIO" ; sh:namespace "http://purl.obolibrary.org/obo/GENEPIO_"]
,[ sh:prefix "GENO" ; sh:namespace "http://purl.obolibrary.org/obo/GENO_"]
Expand Down
64 changes: 64 additions & 0 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -3404,6 +3404,70 @@
}
]
},
{
"activity_status": "active",
"contact": {
"email": "[email protected]",
"github": "adeans",
"label": "Andy Deans",
"orcid": "0000-0002-2119-4663"
},
"dependencies": [
{
"id": "caro"
},
{
"id": "flopo"
},
{
"id": "ncbitaxon"
},
{
"id": "obi"
},
{
"id": "pato"
},
{
"id": "po"
},
{
"id": "poro"
},
{
"id": "ro"
}
],
"description": "Ontology of plant gall phenotypes. Plant galls are novel plant structures, generated by plants in response to biotic stressors. This ontology is used to annotate gall phenotypes (e.g., their colors, textures, sizes, locations on the plant) in a semantic way, in order to facilitate discoveries about the genetic and physiologic mechanisms responsible for such phenotypes. The ontology can also be used as a controlled vocabulary for natural language descriptions of plant galls.",
"domain": "phenotype",
"homepage": "https://adeans.github.io/gallont/",
"id": "gallont",
"layout": "ontology_detail",
"license": {
"label": "CC0 1.0",
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/cc-zero.png",
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
},
"ontology_purl": "http://purl.obolibrary.org/obo/gallont.owl",
"preferredPrefix": "GALLONT",
"products": [
{
"id": "gallont.owl",
"ontology_purl": "http://purl.obolibrary.org/obo/gallont.owl"
},
{
"id": "gallont.json",
"ontology_purl": "http://purl.obolibrary.org/obo/gallont.json"
},
{
"id": "gallont.obo",
"ontology_purl": "http://purl.obolibrary.org/obo/gallont.obo"
}
],
"repository": "https://github.com/adeans/gallont",
"title": "Plant Gall Ontology",
"tracker": "https://github.com/adeans/gallont/issues"
},
{
"activity_status": "active",
"contact": {
Expand Down
Loading

0 comments on commit 89ad617

Please sign in to comment.