Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OBO foundry metadata #2564

Merged
merged 1 commit into from
Apr 6, 2024
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
37 changes: 37 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6081,6 +6081,43 @@ ontologies:
- evidence
title: Scientific Evidence and Provenance Information Ontology
tracker: https://github.com/monarch-initiative/SEPIO-ontology/issues
- activity_status: active
browsers:
- label: BioPortal
title: BioPortal Ontology Browser
url: https://bioportal.bioontology.org/ontologies/SLSO
contact:
email: [email protected]
github: DanBerrios
label: Dan Berrios
orcid: 0000-0003-4312-9552
description: The Space Life Sciences Ontology is an application ontology and is
intended to support the operation of NASA's Life Sciences Data Archive and other
systems that contain space life science research data.
domain: investigations
homepage: https://github.com/nasa/LSDAO
id: slso
layout: ontology_detail
license:
label: CC BY 3.0
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
url: http://creativecommons.org/licenses/by/3.0/
ontology_purl: http://purl.obolibrary.org/obo/slso.owl
preferredPrefix: SLSO
products:
- id: slso.owl
ontology_purl: http://purl.obolibrary.org/obo/slso.owl
- id: slso.obo
ontology_purl: http://purl.obolibrary.org/obo/slso.obo
- id: slso.json
ontology_purl: http://purl.obolibrary.org/obo/slso.json
- description: Includes axioms linking to other ontologies, but no imports of those
ontologies
id: slso-base.owl
ontology_purl: http://purl.obolibrary.org/obo/slso-base.owl
repository: https://github.com/nasa/LSDAO
title: Space Life Sciences Ontology
tracker: https://github.com/nasa/LSDAO/issues
- activity_status: active
build:
method: obo2owl
Expand Down
4 changes: 4 additions & 0 deletions registry/obo_context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,10 @@
"@id": "http://purl.obolibrary.org/obo/SIBO_",
"@prefix": true
},
"SLSO": {
"@id": "http://purl.obolibrary.org/obo/SLSO_",
"@prefix": true
},
"SO": {
"@id": "http://purl.obolibrary.org/obo/SO_",
"@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 @@ -150,6 +150,7 @@
,[ sh:prefix "RS" ; sh:namespace "http://purl.obolibrary.org/obo/RS_"]
,[ sh:prefix "RXNO" ; sh:namespace "http://purl.obolibrary.org/obo/RXNO_"]
,[ sh:prefix "SEPIO" ; sh:namespace "http://purl.obolibrary.org/obo/SEPIO_"]
,[ sh:prefix "SLSO" ; sh:namespace "http://purl.obolibrary.org/obo/SLSO_"]
,[ sh:prefix "SO" ; sh:namespace "http://purl.obolibrary.org/obo/SO_"]
,[ sh:prefix "SPD" ; sh:namespace "http://purl.obolibrary.org/obo/SPD_"]
,[ sh:prefix "STATO" ; sh:namespace "http://purl.obolibrary.org/obo/STATO_"]
Expand Down
50 changes: 50 additions & 0 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -8526,6 +8526,56 @@
"title": "Scientific Evidence and Provenance Information Ontology",
"tracker": "https://github.com/monarch-initiative/SEPIO-ontology/issues"
},
{
"activity_status": "active",
"browsers": [
{
"label": "BioPortal",
"title": "BioPortal Ontology Browser",
"url": "https://bioportal.bioontology.org/ontologies/SLSO"
}
],
"contact": {
"email": "[email protected]",
"github": "DanBerrios",
"label": "Dan Berrios",
"orcid": "0000-0003-4312-9552"
},
"description": "The Space Life Sciences Ontology is an application ontology and is intended to support the operation of NASA's Life Sciences Data Archive and other systems that contain space life science research data.",
"domain": "investigations",
"homepage": "https://github.com/nasa/LSDAO",
"id": "slso",
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
"url": "http://creativecommons.org/licenses/by/3.0/"
},
"ontology_purl": "http://purl.obolibrary.org/obo/slso.owl",
"preferredPrefix": "SLSO",
"products": [
{
"id": "slso.owl",
"ontology_purl": "http://purl.obolibrary.org/obo/slso.owl"
},
{
"id": "slso.obo",
"ontology_purl": "http://purl.obolibrary.org/obo/slso.obo"
},
{
"id": "slso.json",
"ontology_purl": "http://purl.obolibrary.org/obo/slso.json"
},
{
"description": "Includes axioms linking to other ontologies, but no imports of those ontologies",
"id": "slso-base.owl",
"ontology_purl": "http://purl.obolibrary.org/obo/slso-base.owl"
}
],
"repository": "https://github.com/nasa/LSDAO",
"title": "Space Life Sciences Ontology",
"tracker": "https://github.com/nasa/LSDAO/issues"
},
{
"activity_status": "active",
"build": {
Expand Down
Loading
Loading