Hi Richard,

Thank you for your question. I 've got a solution I think, see the query 
below:

construct
{
     ?s2 owl:imports ?o2 .
  }
where
{
  graph ?o
  {
    ?s2 owl:imports ?o2 .
  }
 
  {
SELECT ?o
{
  graph <http://some-named-graph/>
{
 ?s owl:imports ?o . 
  }
}
  }}

This isn't the final query, but it does the thing I need, query all graphs 
in the imports.

Regards,

Richard
On Thursday, March 24, 2022 at 2:55:18 PM UTC+1 Richard Cyganiak wrote:

> Hi Richard,
>
> What do you mean by “query” here? Are you talking about something like a 
> SPARQL CONSTRUCT query? Or do you simply want to return a graph with all 
> its imports in RDF/XML format?
>
> Richard C
>
>
>
> On 24 Mar 2022, at 12:33, 'Richard Nagelmaeker' via TopBraid Suite Users <
> topbrai...@googlegroups.com> wrote:
>
> Hi All,
>
> In earlier versions of EDG, we used Sparqlmotion to query a named graph 
> including all of it's imports. 
> In recent versions of EDG, SPARQLMotion is removed. So we wonder how we 
> can query a named graph including it's imports?
>
> The query is sent or triggered by an application and the response has to 
> be in RDF/XML.
>
> Anybody a solution for this?
>
> Cheers,
>
> Richard
>
>
> -- 
> 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 topbraid-user...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/topbraid-users/659d8c50-6aa7-430f-b1d3-2729abf2a2een%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/topbraid-users/659d8c50-6aa7-430f-b1d3-2729abf2a2een%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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 topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/7a4b957c-dcc4-4665-8dde-8750aa9c42ebn%40googlegroups.com.
  • [topbraid-users] ... 'Richard Nagelmaeker' via TopBraid Suite Users
    • Re: [topbrai... Richard Cyganiak
      • Re: [top... 'Richard Nagelmaeker' via TopBraid Suite Users
        • Re: ... Richard Cyganiak
          • ... 'Nagelmaeker, Richard (R.R.M.)' via TopBraid Suite Users

Reply via email to