Dear list, Jena does not parse some DBpedia entities (such as http://dbpedia.org/page/Pachakutik_Plurinational_Unity_Movement_–_New_Country), I am not sure who is not following the specs.
I have the following 2 errors: jena.riot - [line: 15, col: 38] Unknown char: –(8211;0x2013) jena.riot - [line: 20, col: 20] Unknown char: º(186;0x00BA) From [1] it seems that at least the first character causing a riot error is legal. [163s] PN_CHARS_BASE ::= [A-Z] | [a-z] | [#x00C0-#x00D6] | [#x00D8-#x00F6] | [#x00F8-#x02FF] | [#x0370-#x037D] | [#x037F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF] To reproduce: wget http://dbpedia.org/data/Pachakutik_Plurinational_Unity_Movement_%E2%80%93_New_Country.n3 riot --syntax=turtle Pachakutik_Plurinational_Unity_Movement_%E2%80%93_New_Country.n3 ERROR riot :: [line: 3, col: 45] Unknown char: –(8211;0x2013) Regards, Stefano Bocconi [1] http://www.w3.org/TR/turtle/
