[Virtuoso-users] Replicating all RDF graphs

2011-02-10 Thread Wood, Jamey
I've looked through a couple of different documentation pages that talk about configuring RDF replication between Virtuoso instances: http://www.openlinksw.com/OdbcRails/main/Main/VirtGraphReplicationPSQL http://docs.openlinksw.com/virtuoso/rdfgraphreplication.html These pages appear to indi

Re: [Virtuoso-users] Writing Custom SPARQL Extension Functions?

2011-01-07 Thread Wood, Jamey
Great. Thanks, Patrick! --Jamey On 1/6/11 7:22 PM, "Patrick van Kleef" wrote: >HI Jamey, > > >> Does Virtuoso provide some supported way to write one's own custom >> SPARQL extension functions >>(http://www.w3.org/TR/rdf-sparql-query/#extensionFunctions >> )? > > >Yes, there are actually two o

[Virtuoso-users] Writing Custom SPARQL Extension Functions?

2011-01-06 Thread Wood, Jamey
Does Virtuoso provide some supported way to write one's own custom SPARQL extension functions (http://www.w3.org/TR/rdf-sparql-query/#extensionFunctions)? Thanks, Jamey

Re: [Virtuoso-users] Support for Lines and Polygons in Virtuoso's Geospatial Extensions

2010-12-02 Thread Wood, Jamey
Hi Patrick, Thanks for your response. I wonder if anyone could comment on how difficult the remaining work would be. Since the R-Tree indexing part has already been implemented, I wonder if the rest would largely just be a matter of integrating various higher-level functionality from an existing

[Virtuoso-users] Support for Lines and Polygons in Virtuoso's Geospatial Extensions

2010-12-02 Thread Wood, Jamey
In playing with a trial copy of Virtuoso 6.2 (Commercial Edition), I've noticed that it appears that its geospatial capabilities only cover points. For example: SQL> select st_geomfromtext('LINESTRING(3 4,10 50,20 25)'); *** Error 37000: [Virtuoso Driver][Virtuoso Server]GEO..: Bad geometry

[Virtuoso-users] Enabling CSV as an output format in Virtuoso SPARQL endpoint

2010-11-29 Thread Wood, Jamey
CSV is one of the output format options supported in DBpedia's SPARQL endpoint. However, I've tried installing the latest releases of both the opensource and commercial editions of Virtuoso, and neither provides an out-of-the-box SPARQL endpoint that offers CSV as a result format. So… How c

Re: [Virtuoso-users] source_uri for file resources in vad stickers

2010-08-09 Thread Wood, Jamey
Great. Thanks, Patrick! --Jamey On 8/9/10 1:53 PM, "Patrick van Kleef" wrote: Hi Jamey, > > Has there been any progress on this? > Your analysis of the dtd was correct. This is exactly what this attribute was supposed to do, although we never used this construction in our own vad packages.

Re: [Virtuoso-users] source_uri for file resources in vad stickers

2010-08-09 Thread Wood, Jamey
Hello, Has there been any progress on this? Thanks, Jamey On 7/19/10 4:39 PM, "Jamey Wood" wrote: The "vad_sticker.dtd" file in the Virtuoso source code (and the documentation at http://docs.openlinksw.com/virtuoso/VAD.html) appears to indicate that file resource elements in vad stickers wil

[Virtuoso-users] source_uri for file resources in vad stickers

2010-07-19 Thread Wood, Jamey
The "vad_sticker.dtd" file in the Virtuoso source code (and the documentation at http://docs.openlinksw.com/virtuoso/VAD.html) appears to indicate that file resource elements in vad stickers will accept a "source_uri" attribute. When this attribute is populated, I would expect the VAD_PACK proce