I am trying to load YAGO in Jena ARQ 2.8.9 (Its an old version of Jena which was developed by some other developer -- so I dont have an option of switching to new version of Jena). I am ending up getting a lot of errors of the following form:
WARN [line: 548250488, col: 38] Bad IRI: <wikicategory__Category:Unincorporated_communities_in__(3)_Category:Unincorporated_communities_in_Branson_micropolitan_area> Code: 0/ILLEGAL_CHARACTER in SCHEME: The character violates the grammar rules for URIs/IRIs. All triples in my turtle file end with a full stop(.). So, does this warning mean that Jena is skipping these triples. Also what are the implications of this warning when I'll query Jena using SPARQL.
