Hi,
I'm getting the following error when doing a data add into stardog.
"RN 2015-12-08 03:48:29,193 [RDFStreamProcessor-91] com.complexible.common.rdf.rio.RDFStreamProcessor:setException(559): Error parsing /data/test.rdf: 'rdf:parseType' not allowed as attribute name [line 411, column 67]
related to this element which is a child to the <rdf:RDF root element in a document which prevents the loading of the document
<abc:xyz xml:lang="es" rdf:parseType="Literal">420 x 297mm</abc:xyz>
Any idea why that exception would occur?
The document is filled with that attribute on other elements which don't generate that error. The only difference being that they are not direct child elements of the <rdf:RDF element and more inconsequently the order of rdf:parseType="Literal" xml:lang="zu" is reversed. So I would think it's a bug but happy to find out it's not and I can fix it on my end.
Let me know your thoughts
Regards
Ales