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
13 changes: 13 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7150,6 +7150,7 @@ ontologies:
orcid: 0000-0002-4142-7153
dependencies:
- id: ncbitaxon
depicted_by: https://github.com/tis-lab/closed-illustrations/blob/15058315cba1018e09572b28ebeee262a458b1c6/logos/vbo-logo/VBO-black-logo-stackedv2.png
description: Vertebrate Breed Ontology is an ontology created to serve as a single
computable resource for vertebrate breed names.
domain: organisms
Expand All @@ -7160,6 +7161,7 @@ ontologies:
label: CC BY 4.0
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
url: https://creativecommons.org/licenses/by/4.0/
mailing_list: https://groups.google.com/group/VBO-users
ontology_purl: http://purl.obolibrary.org/obo/vbo.owl
preferredPrefix: VBO
products:
Expand All @@ -7181,6 +7183,9 @@ ontologies:
- id: vbo/vbo-base.json
name: Vertebrate Breed Ontology additional release in OBOJSon format
ontology_purl: http://purl.obolibrary.org/obo/vbo/vbo-base.json
publications:
- id: https://doi.org/10.1111/jvim.70133
title: 'The Vertebrate Breed Ontology: Toward Effective Breed Data Standardization'
repository: https://github.com/monarch-initiative/vertebrate-breed-ontology
title: Vertebrate Breed Ontology
tracker: https://github.com/monarch-initiative/vertebrate-breed-ontology/issues
Expand All @@ -7192,6 +7197,14 @@ ontologies:
url: https://www.omia.org/OMIA001289/9685/
type: annotation
user: https://omia.org/home/
- description: VBO is used in Cellosaurus for breed/subspecies of origin of cell
lines.
examples:
- description: The cell line AG07906 derived from the Thoroughbred (VBO:0001083)
breed of Equuus caballus (Horse).
url: https://www.cellosaurus.org/CVCL_2L83
type: annotation
user: https://www.cellosaurus.org/index.html
- activity_status: active
build:
source_url: https://raw.githubusercontent.com/vaccineontology/VO/master/src/VO_merged.owl
Expand Down
19 changes: 19 additions & 0 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -9972,6 +9972,7 @@
"id": "ncbitaxon"
}
],
"depicted_by": "https://github.com/tis-lab/closed-illustrations/blob/15058315cba1018e09572b28ebeee262a458b1c6/logos/vbo-logo/VBO-black-logo-stackedv2.png",
"description": "Vertebrate Breed Ontology is an ontology created to serve as a single computable resource for vertebrate breed names.",
"domain": "organisms",
"homepage": "https://github.com/monarch-initiative/vertebrate-breed-ontology",
Expand All @@ -9982,6 +9983,7 @@
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"mailing_list": "https://groups.google.com/group/VBO-users",
"ontology_purl": "http://purl.obolibrary.org/obo/vbo.owl",
"preferredPrefix": "VBO",
"products": [
Expand Down Expand Up @@ -10016,6 +10018,12 @@
"ontology_purl": "http://purl.obolibrary.org/obo/vbo/vbo-base.json"
}
],
"publications": [
{
"id": "https://doi.org/10.1111/jvim.70133",
"title": "The Vertebrate Breed Ontology: Toward Effective Breed Data Standardization"
}
],
"repository": "https://github.com/monarch-initiative/vertebrate-breed-ontology",
"title": "Vertebrate Breed Ontology",
"tracker": "https://github.com/monarch-initiative/vertebrate-breed-ontology/issues",
Expand All @@ -10030,6 +10038,17 @@
],
"type": "annotation",
"user": "https://omia.org/home/"
},
{
"description": "VBO is used in Cellosaurus for breed/subspecies of origin of cell lines.",
"examples": [
{
"description": "The cell line AG07906 derived from the Thoroughbred (VBO:0001083) breed of Equuus caballus (Horse).",
"url": "https://www.cellosaurus.org/CVCL_2L83"
}
],
"type": "annotation",
"user": "https://www.cellosaurus.org/index.html"
}
]
},
Expand Down
Loading