On 5/5/14 3:57 PM, Paul Houle wrote:
How do I configure Virtuoso so users cannot do SPARQL queries without
authentication?
There are two options here. One is old [1] and part of the Open Source
release while the other is new (and not officially released just yet)
and commercial edition only:
How do I configure Virtuoso so users cannot do SPARQL queries without
authentication?
--
Paul Houle
Expert on Freebase, DBpedia, Hadoop and RDF
(607) 539 6254paul.houle on Skype ontolo...@gmail.com
Support our Open Data Initiative
https://www.gittip.com/paulhoule/
Hi Jakub:
You can try running the DB.DBA.RDF_AUDIT_METADATA() function as detailed at:
http://docs.openlinksw.com/virtuoso/fn_rdf_audit_metadata.html
to clear the "22023: SR512: JSO ..." error although I doubt this is the cause
of the problem with http_client.
Can you please enable th
Hello when I try to get content of html page using http_client function I
am still getting 0 back and I am getting an error which I really dont know
how to fix it.
My procedure so far
create procedure
POD.DBA.PRODUCT_OPEN_DATA(
IN new_origin_uri VARCHAR
)
{
--IN graph_iri VARCHAR,
--IN dest VARC