GenEpiO / genepio

The Genomic Epidemiology Application Ontology describes the genomics, laboratory, clinical and epidemiological contextual information required to support data sharing and integration for foodborne infectious disease surveillance and outbreak investigations.
Other
19 stars 10 forks source link

Typo in imports: pto_import should be pco_import #11

Closed dfornika closed 6 years ago

dfornika commented 6 years ago

There seems to be a typo in the imports in genepio-edit.owl:

    <owl:Ontology rdf:about="http://purl.obolibrary.org/obo/genepio.owl">
        <owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/genepio/releases/2016-11-25/genepio.owl"/>
        ...
        <owl:imports rdf:resource="http://purl.obolibrary.org/obo/GENEPIO/imports/ro_import.owl"/>
        <owl:imports rdf:resource="http://purl.obolibrary.org/obo/GENEPIO/imports/irida_import.owl"/>
        <owl:imports rdf:resource="http://purl.obolibrary.org/obo/GENEPIO/imports/pto_import.owl"/>
        <owl:imports rdf:resource="http://purl.obolibrary.org/obo/GENEPIO/imports/ero_import.owl"/>
        <owl:imports rdf:resource="http://purl.obolibrary.org/obo/GENEPIO/imports/foodon_import.owl"/>
        ...

The pto_import.owl url can't be resolved (gives an HTTP 404). But changing it to pco_import.owl does give the expected response.

Public-Health-Bioinformatics commented 6 years ago

Thanks. I've fixed this in my local file, and after a few other changes, this will be uploaded. Turns out the pco_ontofox.txt file had a typo in it too that lead to this.