I want to access live EDG content to download in a development context.  
The export process gets out of hand if i have a bunch of graphs to sync, 
and the trig backup is too coarse grained if the live site has a lot of 
data, and neither allows me to control a subset with a select statement...

SELECT * 
WHERE
{ SERVICE <https:// example.org/edg/tbl/sparql> 
   {
    GRAPH <urn:x-evn-master:frogs_datagraph> 
  {?uc a :Frog } 
  } 
}


SELECT * 
WHERE
{ SERVICE 
<https://example.org/edg/tbl/sparql/frogs_datagraph?with-imports=true>  
  {?uc a  :Frog    } 
  
}

Got this result..

Failed to execute SPARQL request: 
org.apache.jena.sparql.resultset.ResultSetException: Failed when 
initializing the StAX parsing engine

but if i access the local server
<http://localhost:8083/tbl/sparql>

it works

So i presume its possibly related to permissions - and just a bad error 
message? 

If so, how can one set user permissions when accessing a remote endpoint?


-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/d1f56ccd-20a0-4382-af48-63279571601dn%40googlegroups.com.

Reply via email to