Re: [Virtuoso-users] geometry data type in virtuoso

2016-11-08 Thread Peter F. Patel-Schneider
It's ancient (2015). I'll upgrade. 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

Re: [Virtuoso-users] geometry data type in virtuoso

2016-11-08 Thread Hugh Williams
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: @prefix virtrdf:

[Virtuoso-users] geometry data type in virtuoso

2016-11-08 Thread Peter F. Patel-Schneider
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 ---

Re: [Virtuoso-users] Adding a public SPARQL endpoint

2016-11-08 Thread Hugh Williams
Hi Arun, Where are you accessing the docket AMI from via HTTP , I assume a machine remote to it ? In which case the “vhost” value should be the actual hostname or cname of the docker you want the /sparql endpoint to be accessible on, as “localhost” is not accessible from a remote machine for w

Re: [Virtuoso-users] increase group_concat size

2016-11-08 Thread Roland Cornelissen
Hi Hugh, I have library catalog data containing resources (Books etc.) having different annotation properties that need to be concatenated into a single literal. I made a mistake in my SPARQL query by omitting the GROUP BY clause ... apparently without it /ALL/ strings get concatenated, exceeding

Re: [Virtuoso-users] Adding a public SPARQL endpoint

2016-11-08 Thread Arun Balagopalan
Hi Christos, Thanks for the answer. I was trying to do what you suggested initially, but could not figure out how to set the HTTP host to {Default Web Site}. Since I was getting to the index page with localhost, I thought the necessary listeners were added. When I click export for the SPARQL end

Re: [Virtuoso-users] Adding a public SPARQL endpoint

2016-11-08 Thread Christos Skodras
Hello Arun, I think your problem is that only localhost listens on port 80. Can you configure your http-host with the {Default Web Site} instead of localhost? Christos Skodras Senior System Developer T: +31 (0)70 314 0680 M: E: christos.skod...@europeana.eu Skype: Be part of Europe's online c

[Virtuoso-users] Adding a public SPARQL endpoint

2016-11-08 Thread Arun Balagopalan
Hi all, I am trying to add a public, protected sparql endpoint to my Virtuoso server. In my case, Virtuoso is running in a Docker container on an ec2 machine. The end goal is to have a SPARQL server listening on port 80 on the ec2 host (by binding to port 80 in docker). As per the solution here <