candYgene / pbg-ld

Linked Data Platform for Plant Breeding & Genomics
https://research-software.nl/software/pbg-ld
Apache License 2.0
2 stars 5 forks source link

get-rdf.sh receives html for uniprot_core #12

Closed matthijsbrouwer closed 6 years ago

matthijsbrouwer commented 6 years ago

The script get-rdf.sh in get-rdf fetching does seem to get html for uniprot_core:

curl --stderr - -LH "Accept: application/rdf+xml" -o uniprot_core.rdf "http://purl.uniprot.org/core/"`

produces in uniprot_core.rdf

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
    <title>UniProt RDF schema ontology</title>
    <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
    ...
arnikz commented 6 years ago

Fixed in #7 (dev)