-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I am trying to load a large RDF file from UniProt using Sophia (which uses Rio), but it fails with the error:
SourceError(RdfXmlError { kind: Other("http://purl.uniprot.org/uniprot/#_3D5AA7A276B6E5CD_up.name_uORF has already been used as rdf:ID value") })
The RDF is actually invalid as it uses the same rdf:ID
for two property elements. However with rapper I can force it to load by disabling this option:
checkRdfID RDF/XML parser checks rdf:ID values for duplicates (boolean)
Would it be at all possible to implement a similar option in Rio so I can force it to load? I already contacted the UniProt team and they have no plans to fix this unfortunately.
Metadata
Metadata
Assignees
Labels
No labels