Virtuoso,

Thanks to an off-list response, an adequate solution is to load whatever RDF 
description you want into the graph named "http://localhost:8890/sparql";.

So, one way to correct the URI for the sd:Service is to dereference the 
endpoint URI, search/replace "http://localhost:8890/sparql"; with your endpoint 
URI, and load the new RDF description back into graph named 
"http://localhost:8890/sparql";.

Regards,
Tim

On Oct 10, 2013, at 8:19 PM, Timothy Lebo <le...@rpi.edu> wrote:

> Hi,
> 
> Any ideas for how to provide the correct sd:Service URI, instead of localhost?
> 
> Thanks,
> Tim
> 
> On Sep 12, 2013, at 12:39 PM, Timothy Lebo <le...@rpi.edu> wrote:
> 
>> Hello,
>> 
>> My installation of Virtuoso is returning the following SD description. 
>> How do I configure Virtuoso so that it uses the true URI of the endpoint?
>> I tried updating my .ini's [URIQA] DefaultHost, but that didn't work even 
>> after a restart.
>> 
>> @prefix ns8: <http://www.w3.org/ns/sparql-service-description#> .
>> 
>> <http://localhost:8890/sparql>
>>   a ns8:Service ;
>>   ns8:endpoint <http://localhost:8890/sparql> ;
>> 
>> Thanks,
>> Tim Lebo
>> 
>> virtuoso-t -?
>> Virtuoso Open Source Edition (Row Store) (multi threaded)
>> Version 6.1.7.3127-pthreads as of Sep  3 2013
>> Compiled for Linux (x86_64-pc-linux-gnu)
>> Copyright (C) 1998-2013 OpenLink Software
> 
> 
> ------------------------------------------------------------------------------
> 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=60134071&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=60134071&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