Marvin Lugair <aunm...@ya...> wrote on 2008-11-20 00:27:
> I am trying to load the new DBPedia in Virtuoso,
> I am getting the error below, any ideas?
>   *** Error 37000: [Virtuoso Driver][Virtuoso Server]SP029: TURTLE RDF
>   loader, line 1032914: Invalid character in INITIAL expression at < at
>   line 0 of Top-Level: ttlp_mt (file_to_string_output
>   ('data/infobox-mappingbased-loose.nt'), '', 'http://dbpedia.org') BAD
>   FILE. data/infobox-mappingbased-loose.nt Checkpoint start at: 17:13:45

This is kind of late, but I encountered the same problem when trying to
load infobox-mappingbased-loose.nt into rdflib and found it was an
unescaped space in a URI:

  <http://dbpedia.org/resource/Caedmon_Audio> 
<http://xmlns.com/foaf/0.1/homepage> 
<http://www.harpercollins.com/channels.asp?channel=Audio Harper> .

Change the space to %20.

-- 
 Tim Finin, Computer Science & Electrical Engineering, Univ of Maryland
 Baltimore County, 1000 Hilltop Cir, Baltimore MD 21250. fi...@umbc.edu
 http://umbc.edu/~finin 410-455-3522 fax:-3969 http://ebiquity.umbc.edu 

------------------------------------------------------------------------------
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to