Skip to content

Commit 2d8ace1

Browse files
authored
Add JSON products to CL's description. (#2665)
* Add JSON products to CL's description. 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. * Fix sort order of CL dependencies.
1 parent 96e8d4d commit 2d8ace1

1 file changed

Lines changed: 28 additions & 6 deletions

File tree

ontology/cl.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ contact:
99
label: Alexander Diehl
1010
orcid: 0000-0001-9990-8331
1111
dependencies:
12-
- id: chebi
1312
- id: go
1413
- id: ncbitaxon
14+
- id: omo
1515
- id: pato
1616
- id: pr
1717
- id: ro
@@ -33,25 +33,47 @@ products:
3333
format: owl-rdf/xml
3434
is_canonical: true
3535
uses:
36-
- uberon
37-
- chebi
3836
- go
39-
- pr
40-
- pato
4137
- ncbitaxon
38+
- omo
39+
- pato
40+
- pr
4241
- ro
42+
- uberon
4343
- id: cl.obo
4444
title: CL obo format edition
4545
derived_from: cl.owl
4646
description: Complete ontology, plus inter-ontology axioms, and imports modules merged in
4747
format: obo
48-
- id: cl/cl-basic.obo
48+
- id: cl.json
49+
title: CL OBOGraph-JSON format edition
50+
derived_from: cl.owl
51+
description: Complete ontology, plus inter-ontology axioms, and imports modules merged in
52+
format: json
53+
- id: cl/cl-basic.owl
4954
title: Basic CL
5055
description: Basic version, no inter-ontology axioms
56+
format: owl-rdf/xml
57+
- id: cl/cl-basic.obo
58+
title: Basic CL (OBO version)
59+
description: Basic version, no inter-ontology axioms
5160
format: obo
61+
- id: cl/cl-basic.json
62+
title: Basic CL (OBOGraph-JSON version)
63+
description: Basic version, no inter-ontology axioms
64+
format: json
5265
- id: cl/cl-base.owl
5366
title: CL base module
5467
description: complete CL but with no imports or external axioms
68+
format: owl-rdf/xml
69+
- id: cl/cl-base.obo
70+
title: CL base module (OBO version)
71+
description: complete CL but with no imports or external axioms
72+
format: obo
73+
- id: cl/cl-base.json
74+
title: CL base module (OBOGraph-JSON version)
75+
description: complete CL but with no imports or external axioms
76+
format: json
5577
publications:
5678
- id: https://www.ncbi.nlm.nih.gov/pubmed/27377652
5779
title: 'The Cell Ontology 2016: enhanced content, modularization, and ontology interoperability.'

0 commit comments

Comments
 (0)