hi,
i'm trying to do some experiments with a SPARQL Service, but
something is not working as expected... at least i'm producing
the longest stacktrace i've seen so far from virtuoso :-)
when i issue this query [1] at this sparqlEndpoint [2]
i get a long stacktrace. in the stacktrace however i'm s
Thanks Hugh, but I'm not on OSX, but on Linux Ubuntu, and in the drivers
provide for Linux (as you can see there :
http://wikis.openlinksw.com/dataspace/owiki/wiki/UdaWikiWeb/InstallPostgreSQLLiteUnix
There is no option for MASE in the process.
Hi Julien,
Please enable the Multiiple Active Statement Emulation (MASE) option of the UDA
Postgres Lite Driver which should resolve this error as detailed at:
http://wikis.openlinksw.com/dataspace/owiki/wiki/UdaWikiWeb/InstallPostgreSQLLiteOSX
Best Regards
Hugh Williams
Professional
Hi Julien,
What is the query you are executing and via what interface are you executing it
? Perhaps you also need to add the grant on the table the view is created from
also, if not already done ?
Please use the “trace_on()” function
(http://docs.openlinksw.com/virtuoso/fn_trace_on.html) to e
Problem solved, but now I have another problem, when I execute my request
now I have this error message :
Virtuoso IM921 Error VD052: Remote DSN PostgreSQL Sample DSN:
[OpenLink][ODBC][Driver]Connection is busy with results for another
hstmt.
Any idea of what's happened ?
---
Hi,
I made a R2RML mapping and I use a SQL view in this mapping that I created.
So when I try to query the result of this mapping I fall on this error :
Virtuoso 42000 Error SQ200: Must have select privileges on view
musicbrainz_db.musicbrainz.musicbrainz_view
Even if I do :
GRANT SELECT ON mus
Hi Lorena,
Hi Rumi
It works with the bif prefix.
Here is the output of virtuoso-t
I'm working on Ubuntu 10.10 so I have built it from the sources
several months ago.
regards
Lorena
lorena@lorena-virtual-machine:~$ virtuoso-t -?
Virtuoso Open Source Edition (multi threaded)
Version 6.1.4.3127
Hi Rumi
It works with the bif prefix.
Here is the output of virtuoso-t
I'm working on Ubuntu 10.10 so I have built it from the sources
several months ago.
regards
Lorena
lorena@lorena-virtual-machine:~$ virtuoso-t -?
Virtuoso Open Source Edition (multi threaded)
Version 6.1.4.3127-pthreads as o
Hi Lorena,
Could you send us the output of:
virtuoso-t -?
It seems you are having Virtuoso version that does not support the SPARQL
1.1 function extensions.
What about if you try with bif:MD5 ?
So for ex:
SELECT bif:MD5 ('test') WHERE { ?s ?p ?o } LIMIT 10
Best Regards,
Rumi
- Ori
hi,
check out this [1] post here, might not be implemented.
there are also no samples working with bind on dbpedia endpoint
and virtuoso's sparql grammar [2] doesn't mention bind as well.
wkr turnguard
[1] http://boards.openlinksw.com/phpBB3/viewtopic.php?f=12&t=2670
[2] http://docs.openlinksw.c
Hi Rumi:
I've tried the query with the white space fix in both: conductor
sparql section
(http://localhost:8890/conductor/sparql_input.vspx?sid=d2143c610816358a747b0ed4154d812c&realm=virtuoso_admin)
and the sparql endpoint at http://localhost:8890/sparql.
In both cases I still get the same error
Hi Lorena,
Hi!
I'm trying this sample query, from
http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksSPARQL11FeaturesExamplesCollection,
on my local Virtuoso Version: 06.01.3127.
SELECT MD5 ('test')
WHERE
{
?s ?p ?o
}
LIMIT 10
And I get the following error
Virtuoso 37000
Hi Jürgen,
Thanks lot for sending the file content!
It is reflected in our doc and should be live soon.
Best Regards,
Rumi
- Original Message -
From: "Jürgen Jakobitsch"
To:
Sent: Monday, June 25, 2012 2:21 PM
Subject: [Virtuoso-users] Virtuoso Docs Chapter 16
hi,
for informati
Hi!
I'm trying this sample query, from
http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksSPARQL11FeaturesExamplesCollection,
on my local Virtuoso Version: 06.01.3127.
SELECT MD5 ('test')
WHERE
{
?s ?p ?o
}
LIMIT 10
And I get the following error
Virtuoso 37000 Error SP03
hi,
for information :
virtuoso docs, chapter 16 [1] contains a sparql sample which points
to http://turnguard.com/virtuoso/test10.rdf.
this file is no longer available, i attached it for further use as needed.
wkr turnguard
--
| Jürgen Jakobitsch,
| Software Developer
| Semantic Web Company Gm
Hi Hugh,
It worked like charm :)
DB.DBA.RDF_LOAD_RDFXML_MT(file_to_string_output('/tmp/val.owl'),'','
http://mytest.com#');
Done. -- 607708 msec.
Saludos
Gabriel
On Mon, Jun 25, 2012 at 11:58 AM, Hugh Williams wrote:
> Hi Gabriel,
>
> The owl files are in RDF/XML format, so you need to use
Hi Gabriel,
The owl files are in RDF/XML format, so you need to use the Virtuoso
DB.DBA.RDF_LOAD_RDFXML_MT() function for these are detailed at:
http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert#Loading%20RDF%20datasets%20into%20a%20Virtuoso%20Graph%20IRI
Best Regards
Hug
Hello,
I´m trying to load some data into Virtuoso with DB.DBA.TTLP_MT command.
You can try yourself, I downloaded the files from
http://workingontologist.org/Examples/index.html
With N3 files, all goes smoothly.
DB.DBA.TTLP_MT(file_to_string_output('/tmp/Product.n3'),'','
http://myproduct.com#',
18 matches
Mail list logo