Re: [Virtuoso-users] Authentication for SYS_HTTP_SPONGE_UP

2010-08-27 Thread Kyle
Using DB.DBA.SYS_HTTP_SPONGE_UP directly solves a few different problems, namely it allows me to define the local name of the graph URI manually. Also by engaging SYS_HTTP_SPONGE_UP directly, I can write replacements for RDF_LOAD_HTTP_RESPONSE. For example I have one called RDF_XSLT_LOAD_HTTP_RESP

Re: [Virtuoso-users] [dotNetRDF-bugs] >>: The strange naming of blank nodes in JSON

2010-08-27 Thread Hugh Williams
Hi Rob, By default, blank node names are not stored in Virtuoso at all. They are kept in memory while a single resource is parsed and then forgotten. Hence re-loading the same resource to the same graph will result new blank nodes (duplicate nodes if the previous content is still in place). To

Re: [Virtuoso-users] Authentication for SYS_HTTP_SPONGE_UP

2010-08-27 Thread Hugh Williams
Hi Kyle, The DB.DBA.SYS_HTTP_SPONGE_UP procedure is for internal use only. The Virtuoso "sparql define get:soft ..." method would be the way to sponge remote pages as detailed at: http://virtuoso.openlinksw.com/presentations/SPARQL_Tutorials/SPARQL_Tutorials_Part_7/SPARQL_Tutorials_Par