|
I want to import the uniprot dataset into Jena. Since uniprot is in rdf and not in n3 I have to convert it via rdfcat into the right format before loading it with tdbloader into my database. However, I'm getting these errors when I'm converting with rdfcat:
Can anybody tell me why there is this error (the id seems legit to me) and if (and how) I can ignore it? EDIT: rapper also throws an "Illegal rdf:ID value" EDIT2: For example, a line that causes this error is the fifth line in this pastebin data (sorry, I was struggling with the markdown, it didn't want to show my RDF data) |
|
This was communicated to us at UniProt. And it will be fixed in our next release. Which is aimed for release on Wednesday the 9th of January 2013. If you ignore it for now all you will miss is if a certain annotated feature position is uncertain or not. This is also an object lesson not to use reification inside your datamodel where it can lead to unexpected results. In the longer run the specific pattern of triples for describing the position of the annotated feature on the amino acid string is going to change to use the FALDO ontology In the mean time please test our public sparql endpoint in beta |


The dataset is very huge, about 28 gigabytes. Could you share a small snipped that causes the problem?
Hi, sure: I added a link to a snipped