Hi Daniel,

Thanks for the information I have tried loading the file on open source and it 
fails, although loading on a commercial Virtuoso instance it does load, thus I 
have reported to development to look into and will let you know when a fix is 
available or track the RRS feed at:

        https://github.com/openlink/virtuoso-opensource/commits/develop%2F7.atom

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 27 Sep 2013, at 11:47, Daniel Gerber <dger...@informatik.uni-leipzig.de> 
wrote:

> Hi Hugh,
> 
> On 27.09.2013, at 11:23, Hugh Williams <hwilli...@openlinksw.com> wrote:
> 
>> Hi Daniel,
>> 
>> Can you confirm if you are using the Virtuoso open source or commercial 
>> version here, and also confirm the version being used:
> 
> I'm using the open source version installed on OS X 10.8.4 via Homebrew. 
> 
> I start and import it like this: 
> 
> $ virtuoso-t -f -c virtuoso.ini
> $ isql 1111 dba dba
> $ ld_dir ('/path/to/files/test', '*.ttl', 'http://linkedgeodata.org');
> $ select * from DB.DBA.load_list; //verify
> $ rdf_loader_run();
> 
> See in the log file: 
> 
> 12:40:59 Server online at 1111 (pid 66647)
> 12:44:26 PL LOG: Loader started
> 12:44:26 PL LOG:  File /path/to/files/import_error_geo.ttl error 42000 RDFGE: 
> rdf box with a geometry rdf type and a non geometry content
> 12:44:26 PL LOG: No more files to load. Loader has finished,
> 
>> 
>>      virtuoso-iodbc-t -?
>> or
>>      virtuoso-t -?
>> 
>> Also, can you provide a link to the dataset(s) being loaded and we can try 
>> this locally ?
> 
> Sorry the data is too large (4,5GB). But you can just try to import this 
> single triple. I broke this down via unix split to find the triple that stops 
> the import. There are many triples where I can't find an error but the log 
> message says it's not valid.
> <import_error_geo.ttl>
> 
> Hope this helps.
> 
>> 
>> Best Regards
>> Hugh Williams
>> Professional Services
>> OpenLink Software, Inc.      //              http://www.openlinksw.com/
>> Weblog   -- http://www.openlinksw.com/blogs/
>> LinkedIn -- http://www.linkedin.com/company/openlink-software/
>> Twitter  -- http://twitter.com/OpenLink
>> Google+  -- http://plus.google.com/100570109519069333827/
>> Facebook -- http://www.facebook.com/OpenLinkSoftware
>> Universal Data Access, Integration, and Management Technology Providers
>> 
>> On 27 Sep 2013, at 08:47, Daniel Gerber <dger...@informatik.uni-leipzig.de> 
>> wrote:
>> 
>>> Hi,
>>> I tried to import a LinkedGeoData Dump into Virtuoso 7 with the bulk 
>>> loader. Virtuoso just quit the importing halfway through (shouldn't this 
>>> just be skipped?) because of this triple:
>>> 
>>> <http://linkedgeodata.org/geometry/way18811013> 
>>> <http://www.opengis.net/ont/geosparql#asWKT> "LINESTRING(13.3508715 
>>> 52.501333100000004,13.3508764 52.5012157,13.350976600000001 
>>> 52.501217200000006,13.3509761 52.5012288,13.3512993 
>>> 52.5012338,13.351297700000002 52.5012715,13.3512962 
>>> 52.501308400000006,13.351178 52.50130660000001,13.351177100000001 
>>> 52.5013294,13.350975 52.5013263,13.3509747 52.5013347,13.3508715 
>>> 52.501333100000004)"^^<http://www.openlinksw.com/schemas/virtrdf#Geometry> .
>>> 
>>> With the following error message:
>>> 
>>> PL LOG:  File /osm/rdf/load/xaa error 42000 RDFGE: rdf box with a geometry 
>>> rdf type and a non geometry content
>>> 
>>> st_isvalid in postgis returns true and this is not the only triple that 
>>> failed. Also, I discarded false geometries like this: grep -Ev 
>>> "LINESTRING\((([^ ,]+ [^ ,]+),?){0,2}\)"
>>> 
>>> Any ideas?
>>> Cheers, Daniel
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
>>> from 
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Virtuoso-users mailing list
>>> Virtuoso-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>> 
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk_______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to