diff --git a/ExFactor Ontology release notes.txt b/ExFactor Ontology release notes.txt index 31ab4db6..4543c057 100644 --- a/ExFactor Ontology release notes.txt +++ b/ExFactor Ontology release notes.txt @@ -22,7 +22,7 @@ EFO 3.0 release contains major restructuring to the disease branch in order to i All mapped terms (EFO terms and their MONDO mapped term) can be found in the mondo_efo_mappings.tsv file situated in the imports folder. This file contains on each line: the URI of the MONDO term, the URI of the EFO term, the MONDO label and the EFO label for each mapped pair. All terms that are mapped must be added to this file in order for the MONDO term to be extracted and merged into EFO. Additionally, all MONDO terms to be extracted that are listed in the mappings file are contained in the mondo_terms.txt file. ---------------------------------- -1. Changes to URIs +1. Changes to URIs 2. Changes to EFO 3. Obsolete Classes in EFO 4. Scope of the Ontology diff --git a/README.md b/README.md index 39794b29..3025feae 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Changes in annotation properties are: - This will allow us to use the spectrum of synonym annotation including [has_broad_synonym](http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym) and [has_narrow_synonym](http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym) more effectively to provide further information per each term. - [Bioportal_provenance](http://www.ebi.ac.uk/efo/bioportal_provenance) has been removed from EFO3 entirely. - This has cleaned up annotations, removing the imported fingerprints from bioportal provenance from previous importing. - +- All definition citations have been replaced by [database_cross_reference](http://www.geneontology.org/formats/oboInOwl#hasDbXref). +- Deprecated terms are no longer children of obsolete class (http://www.geneontology.org/formats/oboInOwl#ObsoleteClass), instead, they are given the annotation property owl:Deprecated (http://www.w3.org/2002/07/owl#deprecated). ### Stable release versions @@ -40,7 +41,7 @@ This is the asserted ontology and requires an OWL-DL reasoner to view the inferr ### Editors' version -Editors of this ontology should use the edit version, [master:src/ontology/efo-edit.owl](https://github.com/EBISPOT/efo/blob/master/src/ontology/efo-edit.owl) +Editors of this ontology should use the edit version, [master src/ontology/efo-edit.owl](https://github.com/EBISPOT/efo/blob/master/src/ontology/efo-edit.owl) ## Term requests and contact diff --git a/src/ontology/Makefile b/src/ontology/Makefile index 51d127aa..5ddac24b 100644 --- a/src/ontology/Makefile +++ b/src/ontology/Makefile @@ -28,7 +28,7 @@ EFOFIXER = ../../bin/efo-fixer.jar # Top-level targets # ---------------------------------------- -all: $(BUILDDIR)/$(ONT).owl #$(BUILDDIR)/$(ONT).obo +all: $(BUILDDIR)/$(ONT).owl $(BUILDDIR)/$(ONT).obo test: all sparql_test prepare_release: all cp $(BUILDDIR)/$(ONT).owl $(BUILDDIR)/$(ONT).obo $(RELEASEDIR) &&\ diff --git a/src/ontology/catalog-v001.xml b/src/ontology/catalog-v001.xml index 62f0dc76..a521611a 100644 --- a/src/ontology/catalog-v001.xml +++ b/src/ontology/catalog-v001.xml @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/ontology/version.txt b/src/ontology/version.txt index 97de25ad..f398a206 100644 --- a/src/ontology/version.txt +++ b/src/ontology/version.txt @@ -1 +1 @@ -3.0-beta \ No newline at end of file +3.0 \ No newline at end of file