[Virtuoso-users] Dump arbitrary query result as N-Triples

2011-03-01 Thread CStadler
Hi, So far I have used the script at the end of this mail for dumping a graph as n-triples (basically its an adaption from http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html). However now I want to adapt it so I can pass a string with graph-patterns in order to be able to specify

Re: [Virtuoso-users] Problem adding external datasource

2011-01-20 Thread CStadler
Hi Patrick& Hugh, Thank you very much for the great support - setting the environment variables ($ODBCINI and $ODBCINSTINI) and adjusting the content of the corresponding files according to the provided example solved my issue :) >> [Hugh wrote:] BTW, as you are using the commercial product a

[Virtuoso-users] Problem adding external datasource

2011-01-20 Thread CStadler
Hi, As I've seen on the list that someone recently managed to get RDF views working with spatial queries, I also wanted to give it another try. However, when I go to: Conductor->Database->External Data Sources -> Configure Data Sources then whenever I click on any of the add dsn buttons (user,

[Virtuoso-users] GeoSparql: Filter by rectangular area/bounding box

2011-01-11 Thread CStadler
Hi, Concerning the Virtuoso Geo-Sparql-Extensions, are there versions of "st_within" or "st_intersects" that can be used for querying points within (unrotated) rectangles/bounding boxes? As far as i understand the doc, it only works for circular areas? (e.g. http://docs.openlinksw.com/virtuos

[Virtuoso-users] Cannot insert GeoLiterals in VOS 6.1.2

2010-09-23 Thread CStadler
Hi, The following insert... Sparql Insert Into { "POINT(10 10)"^^ . }; ...succeeds on commercial virtuoso versions with geo features, but it produces an er

Re: [Virtuoso-users] Pseudo-Duplicate triples/Missing predicates on retrieval of RDF data

2010-09-01 Thread CStadler
<http://linkedgeodata.org/property/addr%3Acountry> "Halle" . Kind regards, Claus Stadler On 09/01/2010 11:07 AM, Mitko Iliev wrote: Hi, Are you doing CONSTRUCT as i don't think COUNT returns N3 triples serialization. Please clarify how much is count(*) an

[Virtuoso-users] Pseudo-Duplicate triples/Missing predicates on retrieval of RDF data

2010-08-31 Thread CStadler
On 08/31/2010 11:06 PM, CStadler wrote: Hi, I found out another problem with incorrect data being returned: Sparql Insert Into <http://test.org> { <http://linkedgeodata.org/triplify/node855074925> <http://linkedgeodata.org/property/addr%3Acountry> "Halle" .}