Skip to content

Commit 6ebacb8

Browse files
🚀 Automatically rebuilt derived files (#2757)
Co-authored-by: GitHub Action <[email protected]>
1 parent 64b547d commit 6ebacb8

File tree

7 files changed

+1745
-1609
lines changed

7 files changed

+1745
-1609
lines changed

_config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,6 +2062,34 @@ ontologies:
20622062
- disease
20632063
title: Epilepsy Ontology
20642064
tracker: https://github.com/SCAI-BIO/EpilepsyOntology/issues
2065+
- activity_status: active
2066+
contact:
2067+
2068+
github: DarkKnight0-0
2069+
label: Xingyun Liu
2070+
orcid: 0000-0002-9295-2767
2071+
description: A core reference ontology built upon BFO about exercise medicine and
2072+
it contains the related terms for healthy people, people with chronic conditions
2073+
and people living with diability to exercise.
2074+
domain: health
2075+
homepage: https://github.com/Exercise-Medicine-Ontology/EXMO
2076+
id: exmo
2077+
layout: ontology_detail
2078+
license:
2079+
label: CC BY 4.0
2080+
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
2081+
url: https://creativecommons.org/licenses/by/4.0/
2082+
ontology_purl: http://purl.obolibrary.org/obo/exmo.owl
2083+
preferredPrefix: EXMO
2084+
products:
2085+
- id: exmo.owl
2086+
ontology_purl: http://purl.obolibrary.org/obo/exmo.owl
2087+
publications:
2088+
- id: https://www.ncbi.nlm.nih.gov/pubmed/39695140
2089+
title: Core reference ontology for individualized exercise prescription
2090+
repository: https://github.com/Exercise-Medicine-Ontology/EXMO
2091+
title: Exercise Medicine Ontology
2092+
tracker: https://github.com/Exercise-Medicine-Ontology/EXMO/issues
20652093
- activity_status: active
20662094
contact:
20672095

registry/obo_context.jsonld

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@
272272
"@id": "http://purl.obolibrary.org/obo/EV_",
273273
"@prefix": true
274274
},
275+
"EXMO": {
276+
"@id": "http://purl.obolibrary.org/obo/EXMO_",
277+
"@prefix": true
278+
},
275279
"ExO": {
276280
"@id": "http://purl.obolibrary.org/obo/ExO_",
277281
"@prefix": true

registry/obo_prefixes.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
,[ sh:prefix "EMAPA" ; sh:namespace "http://purl.obolibrary.org/obo/EMAPA_"]
5151
,[ sh:prefix "ENVO" ; sh:namespace "http://purl.obolibrary.org/obo/ENVO_"]
5252
,[ sh:prefix "EPIO" ; sh:namespace "http://purl.obolibrary.org/obo/EPIO_"]
53+
,[ sh:prefix "EXMO" ; sh:namespace "http://purl.obolibrary.org/obo/EXMO_"]
5354
,[ sh:prefix "ExO" ; sh:namespace "http://purl.obolibrary.org/obo/ExO_"]
5455
,[ sh:prefix "FAO" ; sh:namespace "http://purl.obolibrary.org/obo/FAO_"]
5556
,[ sh:prefix "FBbt" ; sh:namespace "http://purl.obolibrary.org/obo/FBbt_"]

registry/ontologies.jsonld

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,6 +2875,42 @@
28752875
"title": "Epilepsy Ontology",
28762876
"tracker": "https://github.com/SCAI-BIO/EpilepsyOntology/issues"
28772877
},
2878+
{
2879+
"activity_status": "active",
2880+
"contact": {
2881+
"email": "[email protected]",
2882+
"github": "DarkKnight0-0",
2883+
"label": "Xingyun Liu",
2884+
"orcid": "0000-0002-9295-2767"
2885+
},
2886+
"description": "A core reference ontology built upon BFO about exercise medicine and it contains the related terms for healthy people, people with chronic conditions and people living with diability to exercise.",
2887+
"domain": "health",
2888+
"homepage": "https://github.com/Exercise-Medicine-Ontology/EXMO",
2889+
"id": "exmo",
2890+
"layout": "ontology_detail",
2891+
"license": {
2892+
"label": "CC BY 4.0",
2893+
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
2894+
"url": "https://creativecommons.org/licenses/by/4.0/"
2895+
},
2896+
"ontology_purl": "http://purl.obolibrary.org/obo/exmo.owl",
2897+
"preferredPrefix": "EXMO",
2898+
"products": [
2899+
{
2900+
"id": "exmo.owl",
2901+
"ontology_purl": "http://purl.obolibrary.org/obo/exmo.owl"
2902+
}
2903+
],
2904+
"publications": [
2905+
{
2906+
"id": "https://www.ncbi.nlm.nih.gov/pubmed/39695140",
2907+
"title": "Core reference ontology for individualized exercise prescription"
2908+
}
2909+
],
2910+
"repository": "https://github.com/Exercise-Medicine-Ontology/EXMO",
2911+
"title": "Exercise Medicine Ontology",
2912+
"tracker": "https://github.com/Exercise-Medicine-Ontology/EXMO/issues"
2913+
},
28782914
{
28792915
"activity_status": "active",
28802916
"contact": {

0 commit comments

Comments
 (0)