OK. Now I get further, but when loading a wikidata dump there is still an
error in the log

17:58:17 PL LOG: Loader started
17:58:38 PL LOG:  File
/home/local/SoftwareDownloads/wikidata/wikidata-20161031-all-BETA.ttl.gz error
42000 RDFGE: RDF box with a geometry RDF type and a non-geometry content
17:58:38 PL LOG: No more files to load. Loader has finished,

How can I find out what part of the input caused this problem?

peter



On 11/08/2016 07:23 PM, Hugh Williams wrote:
> Hi Peter,
> 
> What is the Virtuoso version your are using ( run “virtuoso-t -?”) ?
> 
> Against the latest 07.20.3217 build the following point geometry loads
> successfully with the ttlp function:
> 
> SQL> ttlp ('@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> @prefix
> virtrdf: <http://www.openlinksw.com/schemas/virtrdf#> <point> geo:geometry
> "point(1.2 22.4"^^virtrdf:Geometry .', 'xxx', 'graph');
> 
> Done. -- 10 msec.
> SQL> sparql select * from <graph> where {?s ?p ?o};
> s                                                                            
>     p                                                                        
>         o
> LONG VARCHAR                                                                 
>     LONG VARCHAR                                                             
>         LONG VARCHAR
> _______________________________________________________________________________
> 
> http://xxx/point                                                             
>     http://www.w3.org/2003/01/geo/wgs84_pos#geometry                         
>         POINT(1.2000000476837 22.39999961853)
> 
> 1 Rows. -- 2 msec.
> SQL> 
> 
> 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 9 Nov 2016, at 02:34, Peter F. Patel-Schneider <pfpschnei...@gmail.com
>> <mailto:pfpschnei...@gmail.com>> wrote:
>>
>> Hi:
>>
>> I'm trying to get virtuoso to work with geometry data types.
>>
>> I noticed that the version of virtuoso that I am using requires that the data
>> type names be in ALL CAPS (e.g., POINT).   Has this been fixed in the current
>> version of virtuoso?
>>
>> peter
>>
>> ------------------------------------------------------------------------------
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today. http://sdm.link/xeonphi
>> _______________________________________________
>> Virtuoso-users mailing list
>> Virtuoso-users@lists.sourceforge.net
>> <mailto:Virtuoso-users@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
> 

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to