Skip to content

Commit 5998b38

Browse files
🚀 Automatically rebuilt derived files (#2713)
Co-authored-by: GitHub Action <action@github.com>
1 parent c68a17e commit 5998b38

7 files changed

Lines changed: 1884 additions & 1738 deletions

File tree

_config.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,36 @@ ontologies:
385385
structure
386386
type: owl_import
387387
user: http://obofoundry.org
388+
- activity_status: active
389+
browsers:
390+
- label: BioPortal
391+
title: BioPortal Ontology Browser
392+
url: https://bioportal.bioontology.org/ontologies/BMONT
393+
contact:
394+
email: alpha.tom.kodamullil@scai.fraunhofer.de
395+
github: akodamullil
396+
label: Alpha Tom Kodamullil
397+
orcid: 0000-0001-9896-3531
398+
description: An application ontology that represents comprehensive knowledge involving
399+
a variety of fields of medical and biological aspects.
400+
domain: health
401+
homepage: https://github.com/SCAI-BIO/BiomarkerOntology
402+
id: bmont
403+
layout: ontology_detail
404+
license:
405+
label: CC BY 4.0
406+
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
407+
url: http://creativecommons.org/licenses/by/4.0/
408+
ontology_purl: http://purl.obolibrary.org/obo/bmont.owl
409+
preferredPrefix: BMONT
410+
products:
411+
- description: Includes axioms linking to other ontologies, but no imports of those
412+
ontologies
413+
id: BMONT.owl
414+
ontology_purl: http://purl.obolibrary.org/obo/BMONT.owl
415+
repository: https://github.com/SCAI-BIO/BiomarkerOntology
416+
title: Biomarker Ontology
417+
tracker: https://github.com/SCAI-BIO/BiomarkerOntology/issue
388418
- activity_status: active
389419
build:
390420
checkout: git clone https://github.com/obophenotype/biological-spatial-ontology.git

registry/obo_context.jsonld

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
"@id": "http://purl.obolibrary.org/obo/BILA_",
6969
"@prefix": true
7070
},
71+
"BMONT": {
72+
"@id": "http://purl.obolibrary.org/obo/BMONT_",
73+
"@prefix": true
74+
},
7175
"BOOTSTREP": {
7276
"@id": "http://purl.obolibrary.org/obo/BOOTSTREP_",
7377
"@prefix": true

registry/obo_prefixes.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
,[ sh:prefix "ARO" ; sh:namespace "http://purl.obolibrary.org/obo/ARO_"]
1313
,[ sh:prefix "BCO" ; sh:namespace "http://purl.obolibrary.org/obo/BCO_"]
1414
,[ sh:prefix "BFO" ; sh:namespace "http://purl.obolibrary.org/obo/BFO_"]
15+
,[ sh:prefix "BMONT" ; sh:namespace "http://purl.obolibrary.org/obo/BMONT_"]
1516
,[ sh:prefix "BSPO" ; sh:namespace "http://purl.obolibrary.org/obo/BSPO_"]
1617
,[ sh:prefix "BTO" ; sh:namespace "http://purl.obolibrary.org/obo/BTO_"]
1718
,[ sh:prefix "CARO" ; sh:namespace "http://purl.obolibrary.org/obo/CARO_"]

registry/ontologies.jsonld

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,44 @@
513513
}
514514
]
515515
},
516+
{
517+
"activity_status": "active",
518+
"browsers": [
519+
{
520+
"label": "BioPortal",
521+
"title": "BioPortal Ontology Browser",
522+
"url": "https://bioportal.bioontology.org/ontologies/BMONT"
523+
}
524+
],
525+
"contact": {
526+
"email": "alpha.tom.kodamullil@scai.fraunhofer.de",
527+
"github": "akodamullil",
528+
"label": "Alpha Tom Kodamullil",
529+
"orcid": "0000-0001-9896-3531"
530+
},
531+
"description": "An application ontology that represents comprehensive knowledge involving a variety of fields of medical and biological aspects.",
532+
"domain": "health",
533+
"homepage": "https://github.com/SCAI-BIO/BiomarkerOntology",
534+
"id": "bmont",
535+
"layout": "ontology_detail",
536+
"license": {
537+
"label": "CC BY 4.0",
538+
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
539+
"url": "http://creativecommons.org/licenses/by/4.0/"
540+
},
541+
"ontology_purl": "http://purl.obolibrary.org/obo/bmont.owl",
542+
"preferredPrefix": "BMONT",
543+
"products": [
544+
{
545+
"description": "Includes axioms linking to other ontologies, but no imports of those ontologies",
546+
"id": "BMONT.owl",
547+
"ontology_purl": "http://purl.obolibrary.org/obo/BMONT.owl"
548+
}
549+
],
550+
"repository": "https://github.com/SCAI-BIO/BiomarkerOntology",
551+
"title": "Biomarker Ontology",
552+
"tracker": "https://github.com/SCAI-BIO/BiomarkerOntology/issue"
553+
},
516554
{
517555
"activity_status": "active",
518556
"build": {

0 commit comments

Comments
 (0)