We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reporting on behalf of @vdancik
From INCATools/semantic-sql#59
http://data.pantherdb.org/ftp/pathway/current_release/BioPAX.tar.gz contains invalid RDF/XML, Rust RDF parsers will throw an error
It looks like the OWL is not valid RDF/XML. Rust uses a stricter parser than the OWLAPI or Jena, so these kinds of problems slip by...
The problem is here:
<bp:UnificationXref rdf:ID="eco_ECO:0000501_12"> <bp:id rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">ECO:0000501</bp:id> <bp:db rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">eco</bp:db> </bp:UnificationXref>
this is invalid RDF and eco_ECO is not defined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
reporting on behalf of @vdancik
From INCATools/semantic-sql#59
http://data.pantherdb.org/ftp/pathway/current_release/BioPAX.tar.gz contains invalid RDF/XML, Rust RDF parsers will throw an error
It looks like the OWL is not valid RDF/XML. Rust uses a stricter parser than the OWLAPI or Jena, so these kinds of problems slip by...
The problem is here:
this is invalid RDF and eco_ECO is not defined
The text was updated successfully, but these errors were encountered: