Skip to content

Commit

Permalink
🚀 Automatically rebuilt derived files (#2591)
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 May 3, 2024
1 parent 7dbffa0 commit 53368d2
Show file tree
Hide file tree
Showing 7 changed files with 1,998 additions and 1,801 deletions.
41 changes: 41 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,47 @@ ontologies:
repository: https://github.com/Fraunhofer-SCAI-Applied-Semantics/ADO
title: Alzheimer's Disease Ontology
tracker: https://github.com/Fraunhofer-SCAI-Applied-Semantics/ADO/issues
- activity_status: active
contact:
email: [email protected]
github: Melek-C
label: Melek Chaouch
orcid: 0000-0001-5868-4204
description: AfPO is a tool which enables to annotate the African individuals, and
brings together knowledge accumulated about existing populations with their genetic
fingerprint in a standardized format.
domain: organisms
homepage: https://github.com/h3abionet/afpo
id: afpo
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/afpo.owl
preferredPrefix: AfPO
products:
- description: The main ontology in OWL. Contains all MP terms and links to other
OBO ontologies
id: afpo.owl
ontology_purl: http://purl.obolibrary.org/obo/afpo.owl
title: AfPO (OWL edition)
- description: A direct translation of the AfPO (OWL edition) into OBO format
id: afpo.obo
ontology_purl: http://purl.obolibrary.org/obo/afpo.obo
page: https://github.com/h3abionet/afpo
title: AfPO (OBO edition)
- description: A direct translation of the AfPO (OWL edition) into OBOGraph JSON
format
id: afpo.json
ontology_purl: http://purl.obolibrary.org/obo/afpo.json
page: https://github.com/h3abionet/afpo
title: AfPO (obographs JSON edition)
repository: https://github.com/h3abionet/afpo
tags:
- ancestry
title: African Population Ontology
tracker: https://github.com/h3abionet/afpo/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 @@ -48,6 +48,10 @@
"@id": "http://purl.obolibrary.org/obo/ATO_",
"@prefix": true
},
"AfPO": {
"@id": "http://purl.obolibrary.org/obo/AfPO_",
"@prefix": true
},
"BCGO": {
"@id": "http://purl.obolibrary.org/obo/BCGO_",
"@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 @@ -3,6 +3,7 @@
[
sh:declare
[ sh:prefix "ADO" ; sh:namespace "http://purl.obolibrary.org/obo/ADO_"]
,[ sh:prefix "AfPO" ; sh:namespace "http://purl.obolibrary.org/obo/AfPO_"]
,[ sh:prefix "AGRO" ; sh:namespace "http://purl.obolibrary.org/obo/AGRO_"]
,[ sh:prefix "AISM" ; sh:namespace "http://purl.obolibrary.org/obo/AISM_"]
,[ sh:prefix "AMPHX" ; sh:namespace "http://purl.obolibrary.org/obo/AMPHX_"]
Expand Down
49 changes: 49 additions & 0 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,55 @@
"title": "Alzheimer's Disease Ontology",
"tracker": "https://github.com/Fraunhofer-SCAI-Applied-Semantics/ADO/issues"
},
{
"activity_status": "active",
"contact": {
"email": "[email protected]",
"github": "Melek-C",
"label": "Melek Chaouch",
"orcid": "0000-0001-5868-4204"
},
"description": "AfPO is a tool which enables to annotate the African individuals, and brings together knowledge accumulated about existing populations with their genetic fingerprint in a standardized format.",
"domain": "organisms",
"homepage": "https://github.com/h3abionet/afpo",
"id": "afpo",
"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/afpo.owl",
"preferredPrefix": "AfPO",
"products": [
{
"description": "The main ontology in OWL. Contains all MP terms and links to other OBO ontologies",
"id": "afpo.owl",
"ontology_purl": "http://purl.obolibrary.org/obo/afpo.owl",
"title": "AfPO (OWL edition)"
},
{
"description": "A direct translation of the AfPO (OWL edition) into OBO format",
"id": "afpo.obo",
"ontology_purl": "http://purl.obolibrary.org/obo/afpo.obo",
"page": "https://github.com/h3abionet/afpo",
"title": "AfPO (OBO edition)"
},
{
"description": "A direct translation of the AfPO (OWL edition) into OBOGraph JSON format",
"id": "afpo.json",
"ontology_purl": "http://purl.obolibrary.org/obo/afpo.json",
"page": "https://github.com/h3abionet/afpo",
"title": "AfPO (obographs JSON edition)"
}
],
"repository": "https://github.com/h3abionet/afpo",
"tags": [
"ancestry"
],
"title": "African Population Ontology",
"tracker": "https://github.com/h3abionet/afpo/issues"
},
{
"activity_status": "active",
"contact": {
Expand Down
Loading

0 comments on commit 53368d2

Please sign in to comment.