Hello,
I only want to get a list of graphs with a specific subject area but with 
the following query 

SELECT ?graph ?uri ?ext
WHERE {
  GRAPH ?graph {
    ?graph teamwork:externalGraphURI ?ext .
    ?graph swa:defaultNamespace ?uri .
    ?graph edg:subjectArea <urn:x-tb-governance:Locations_v2> .
  }
}

all EDG graphs are checked, too. Therefore I get this access error:
... does not have read access for graph urn:x-tb:concurrentEDGUsers

How can I ignore the internal EDG graphs in my query?

Thanks in advance, Klaudia


-- 
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/1a5e9ff1-2a81-4570-b62f-fe34134da605n%40googlegroups.com.

Reply via email to