Skip to content

Commit

Permalink
Add JSON products to CL's description.
Browse files Browse the repository at this point in the history
Update CL's description to add the JSON version of the main, -basic, and
-base products.

Also remove the dependency to CHEBI, which is incorrect: CL does not
import CHEBI.
  • Loading branch information
gouttegd committed Dec 16, 2024
1 parent 96e8d4d commit 93f8da0
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions ontology/cl.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ contact:
label: Alexander Diehl
orcid: 0000-0001-9990-8331
dependencies:
- id: chebi
- id: go
- id: ncbitaxon
- id: pato
- id: pr
- id: ro
- id: uberon
- id: omo
depicted_by: /images/CL-logo.jpg
description: The Cell Ontology is a structured controlled vocabulary for cell types in animals.
domain: anatomy and development
Expand All @@ -34,24 +34,46 @@ products:
is_canonical: true
uses:
- uberon
- chebi
- go
- pr
- pato
- ncbitaxon
- ro
- omo
- id: cl.obo
title: CL obo format edition
derived_from: cl.owl
description: Complete ontology, plus inter-ontology axioms, and imports modules merged in
format: obo
- id: cl/cl-basic.obo
- id: cl.json
title: CL OBOGraph-JSON format edition
derived_from: cl.owl
description: Complete ontology, plus inter-ontology axioms, and imports modules merged in
format: json
- id: cl/cl-basic.owl
title: Basic CL
description: Basic version, no inter-ontology axioms
format: owl-rdf/xml
- id: cl/cl-basic.obo
title: Basic CL (OBO version)
description: Basic version, no inter-ontology axioms
format: obo
- id: cl/cl-basic.json
title: Basic CL (OBOGraph-JSON version)
description: Basic version, no inter-ontology axioms
format: json
- id: cl/cl-base.owl
title: CL base module
description: complete CL but with no imports or external axioms
format: owl-rdf/xml
- id: cl/cl-base.obo
title: CL base module (OBO version)
description: complete CL but with no imports or external axioms
format: obo
- id: cl/cl-base.json
title: CL base module (OBOGraph-JSON version)
description: complete CL but with no imports or external axioms
format: json
publications:
- id: https://www.ncbi.nlm.nih.gov/pubmed/27377652
title: 'The Cell Ontology 2016: enhanced content, modularization, and ontology interoperability.'
Expand Down

0 comments on commit 93f8da0

Please sign in to comment.