Skip to content

Commit

Permalink
Add COB import to obi-edit.owl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianduesing committed Jul 19, 2024
1 parent ca3d156 commit c4e93ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ontology/catalog-v001.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<uri id="Imports Wizard Entry" name="http://purl.obolibrary.org/obo/cob/releases/2023-11-16/cob.owl" uri="http://purl.obolibrary.org/obo/cob.owl"/>
<uri name="http://purl.obolibrary.org/obo/dev/obi_edit.owl" uri="obi-edit.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/external-byhand.owl" uri="external-byhand.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/import/ChEBI_imports.owl" uri="OntoFox_outputs/ChEBI_imports.owl"/>
Expand Down
2 changes: 2 additions & 0 deletions src/ontology/obi-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/obi/dev/obi-edit.owl">
<owl:imports rdf:resource="http://protege.stanford.edu/plugins/owl/dc/protege-dc.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2023-11-16/cob.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/obi/dev/external-byhand.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/obi/dev/import/CLO_imports.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/obi/dev/import/CL_imports.owl"/>
Expand Down

0 comments on commit c4e93ef

Please sign in to comment.