Skip to content

Commit 84f1058

Browse files
committed
regen
1 parent 5aee064 commit 84f1058

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,12 @@ For coverage test results, see the files root-orphans-*.txt in [build](build)
7070

7171
See the [Makefile](Makefile) for a list of ontologies that are known to be compliant and those known to be non-compliant
7272

73-
## Ontology developers guide
73+
## External Ontology developers guide
7474

7575
It is too early for you to start using COB as an upper level in your ontology
7676

77-
But you can still participate. You can add the top level classes to
78-
your ontology in [cob-to-external.tsv](cob-to-external.tsv) - just
79-
make a pull request for us.
77+
1. Create a *base* file
78+
2. Add bridging axioms to your root to [cob-to-external.tsv](cob-to-external.tsv)
79+
3. Add your ontology to the Makefile under integration tests
80+
8081

81-
You can also clone this repo and test the integration of your ontology
82-
by editing the Makefile and including your ontology in the COMPLIANT
83-
list, adding your roots to cob-to-external.tsv, then running the
84-
integration tests. If it succeeds you can make a PR for us!

catalog-v001.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
3-
<uri name="http://purl.obolibrary.org/obo/cob/cob-annotations.owl" uri="cob-annotions.owl"/>
3+
<uri name="http://purl.obolibrary.org/obo/cob/cob-annotations.owl" uri="cob-annotations.owl"/>
44
<uri name="http://purl.obolibrary.org/obo/cob/cob-edit.owl" uri="cob-edit.owl"/>
55
<uri name="http://purl.obolibrary.org/obo/cob.owl" uri="cob-edit.owl"/>
66
</catalog>

0 commit comments

Comments
 (0)