Hi Brian,
If you are not wanting to register the Virtuoso Server as a Windows
service, then you must first start the it manually from the command
line for it to be accessible remotely or locally. This is pretty
simply (think in unix mode) as all you have to do it start the server
as follo
Thanks Hugh,
The reasons for not wanting to run it as a service is I am currently
just doing testing on Windows, at some later point after I have things
working roughly the way I want them I will want to port it over to a
linux server. The windows machine I am doing testing on is my own
machine, an
Hi,
I am trying to do the OpenVirtuoso Windows installation following the
documentation from here:
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSUsageWindows
I have done the following:
Created a system variable VIRTUOSO_HOME pointing to the folder with
virtuoso components.
registere
Hello,
Hugh Williams wrote:
> Hi Jens,
>
> The official dbpedia endpoint has the following setting in the "[HTTP
> Server]" section of the virtuoso.ini configuration file:
>
> Charset = utf-8
>
> Which is not set in the default configuration files, thus if you have
> not se
Hello Sergio,
I'd add a newline to read the query as the parser reads it:
SELECT DISTINCT
(?name) ?person ?mail
WHERE {
?person rdf:type foaf:Person .
?person foaf:name ?name .
?person foaf:mbox_sha1sum ?mail
}
SELECT DISTINCT is as in plain SPARQL, return values are expression ?name and