Skip to content

Commit a0455ac

Browse files
authored
Merge branch 'master' into nataled-patch-2-1
2 parents 0e7bc9e + 653bfce commit a0455ac

10 files changed

Lines changed: 1916 additions & 1743 deletions

File tree

_config.yml

Lines changed: 31 additions & 1 deletion
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
@@ -1052,7 +1082,7 @@ ontologies:
10521082
system: git
10531083
contact:
10541084
email: lucas.leclere@obs-banyuls.fr
1055-
github: L-Leclere
1085+
github: Leclere-L
10561086
label: Lucas Leclere
10571087
orcid: 0000-0002-7440-0467
10581088
dependencies:

faq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: OBO Foundry Frequently Asked Questions
1212

1313
### Citation
1414

15-
- [How do I cite the OBO Foundry?](/registry/publications.html)
15+
- [How do I cite the OBO Foundry?](/citation/RelatedPublications.html)
1616
- [How do I cite a specific ontology?](/docs/Citation.html)
1717

1818
### Terms

ontology/bmont.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: ontology_detail
3+
id: bmont
4+
title: Biomarker Ontology
5+
browsers:
6+
- title: BioPortal Ontology Browser
7+
label: BioPortal
8+
url: https://bioportal.bioontology.org/ontologies/BMONT
9+
contact:
10+
email: alpha.tom.kodamullil@scai.fraunhofer.de
11+
github: akodamullil
12+
label: Alpha Tom Kodamullil
13+
orcid: 0000-0001-9896-3531
14+
description: An application ontology that represents comprehensive knowledge involving a variety of fields of medical and biological aspects.
15+
domain: health
16+
homepage: https://github.com/SCAI-BIO/BiomarkerOntology
17+
license:
18+
label: CC BY 4.0
19+
url: http://creativecommons.org/licenses/by/4.0/
20+
preferredPrefix: BMONT
21+
products:
22+
- id: BMONT.owl
23+
description: Includes axioms linking to other ontologies, but no imports of those ontologies
24+
repository: https://github.com/SCAI-BIO/BiomarkerOntology
25+
tracker: https://github.com/SCAI-BIO/BiomarkerOntology/issue
26+
activity_status: active
27+
---

ontology/clyh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
system: git
99
contact:
1010
email: lucas.leclere@obs-banyuls.fr
11-
github: L-Leclere
11+
github: Leclere-L
1212
label: Lucas Leclere
1313
orcid: 0000-0002-7440-0467
1414
dependencies:

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: 39 additions & 1 deletion
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": {
@@ -1438,7 +1476,7 @@
14381476
},
14391477
"contact": {
14401478
"email": "lucas.leclere@obs-banyuls.fr",
1441-
"github": "L-Leclere",
1479+
"github": "Leclere-L",
14421480
"label": "Lucas Leclere",
14431481
"orcid": "0000-0002-7440-0467"
14441482
},

0 commit comments

Comments
 (0)