Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,34 @@ ontologies:
- disease
title: Epilepsy Ontology
tracker: https://github.com/SCAI-BIO/EpilepsyOntology/issues
- activity_status: active
contact:
email: xyz19940216@163.com
github: DarkKnight0-0
label: Xingyun Liu
orcid: 0000-0002-9295-2767
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.
domain: health
homepage: https://github.com/Exercise-Medicine-Ontology/EXMO
id: exmo
layout: ontology_detail
license:
label: CC BY 4.0
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
url: https://creativecommons.org/licenses/by/4.0/
ontology_purl: http://purl.obolibrary.org/obo/exmo.owl
preferredPrefix: EXMO
products:
- id: exmo.owl
ontology_purl: http://purl.obolibrary.org/obo/exmo.owl
publications:
- id: https://www.ncbi.nlm.nih.gov/pubmed/39695140
title: Core reference ontology for individualized exercise prescription
repository: https://github.com/Exercise-Medicine-Ontology/EXMO
title: Exercise Medicine Ontology
tracker: https://github.com/Exercise-Medicine-Ontology/EXMO/issues
- activity_status: active
contact:
email: annethessen@gmail.com
Expand Down
4 changes: 4 additions & 0 deletions registry/obo_context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@
"@id": "http://purl.obolibrary.org/obo/EV_",
"@prefix": true
},
"EXMO": {
"@id": "http://purl.obolibrary.org/obo/EXMO_",
"@prefix": true
},
"ExO": {
"@id": "http://purl.obolibrary.org/obo/ExO_",
"@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 @@ -50,6 +50,7 @@
,[ sh:prefix "EMAPA" ; sh:namespace "http://purl.obolibrary.org/obo/EMAPA_"]
,[ sh:prefix "ENVO" ; sh:namespace "http://purl.obolibrary.org/obo/ENVO_"]
,[ sh:prefix "EPIO" ; sh:namespace "http://purl.obolibrary.org/obo/EPIO_"]
,[ sh:prefix "EXMO" ; sh:namespace "http://purl.obolibrary.org/obo/EXMO_"]
,[ sh:prefix "ExO" ; sh:namespace "http://purl.obolibrary.org/obo/ExO_"]
,[ sh:prefix "FAO" ; sh:namespace "http://purl.obolibrary.org/obo/FAO_"]
,[ sh:prefix "FBbt" ; sh:namespace "http://purl.obolibrary.org/obo/FBbt_"]
Expand Down
36 changes: 36 additions & 0 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2875,6 +2875,42 @@
"title": "Epilepsy Ontology",
"tracker": "https://github.com/SCAI-BIO/EpilepsyOntology/issues"
},
{
"activity_status": "active",
"contact": {
"email": "xyz19940216@163.com",
"github": "DarkKnight0-0",
"label": "Xingyun Liu",
"orcid": "0000-0002-9295-2767"
},
"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.",
"domain": "health",
"homepage": "https://github.com/Exercise-Medicine-Ontology/EXMO",
"id": "exmo",
"layout": "ontology_detail",
"license": {
"label": "CC BY 4.0",
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"ontology_purl": "http://purl.obolibrary.org/obo/exmo.owl",
"preferredPrefix": "EXMO",
"products": [
{
"id": "exmo.owl",
"ontology_purl": "http://purl.obolibrary.org/obo/exmo.owl"
}
],
"publications": [
{
"id": "https://www.ncbi.nlm.nih.gov/pubmed/39695140",
"title": "Core reference ontology for individualized exercise prescription"
}
],
"repository": "https://github.com/Exercise-Medicine-Ontology/EXMO",
"title": "Exercise Medicine Ontology",
"tracker": "https://github.com/Exercise-Medicine-Ontology/EXMO/issues"
},
{
"activity_status": "active",
"contact": {
Expand Down
Loading