Skip to content

Commit e58777d

Browse files
authored
Add TOC to p2 (#2292)
1 parent db6d829 commit e58777d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

principles/fp-002-format.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: principle
33
id: fp-002-format
44
title: Common Format (principle 2)
55
---
6+
GO TO: [Recommendations/Requirements](#recommendations-and-requirements) | [Implementation](#implementation) | [Examples/Counter‑Examples](#examples) | [Criteria for Review](#criteria-for-review) | [Feedback/Discussion](#feedback-and-discussion)
67

78
## Summary
89

@@ -22,15 +23,15 @@ Developers can OPTIONALLY produce ontologies in other formats. These are convent
2223

2324
ROBOT offers functionality to convert a variety of formats, including OBO, to RDF/XML. Protégé allows you to save ontologies in RDF/XML, as well. The [Ontology 101 Tutorial](https://ontology101tutorial.readthedocs.io/en/latest/StartingProtege.html) has directions on starting and saving in Protégé.
2425

25-
### Examples
26+
## Examples
2627

2728
- The [Gene Ontology](http://geneontology.org) is maintained as OBO-Format. It is automatically converted to OWL and is available in both OBO and OWL via the OBO Foundry.
2829

2930
- The [ChEBI ontology](https://www.ebi.ac.uk/chebi/) is maintained in a relational database using a custom schema, but makes an OBO-Format file available that is automatically converted to OWL. It is available in both OBO and OWL via the OBO Foundry.
3031

3132
- [OBI](http://obi-ontology.org) is maintained as an OWL ontology.
3233

33-
### Counter-Examples
34+
## Counter-Examples
3435

3536
An ontology that is in Frames format, OWL/XML, or OWL Manchester Syntax.
3637

0 commit comments

Comments
 (0)