Thanks David for your response.
When I run the above SPARQL then I see some values under Subject/Object
column as <@118b602b-d663-4152-ac2c-628d36c9e2d6>. What kind/type of values
are those? Why am I asking is that when I use them in another SPARQL(as
below) then no results are returned. May be I am referring/using to them in
a wrong way. Could you please give an example on this?
SELECT *
WHERE {
GRAPH <urn:x-evn-master:geo.tch>
{
<@118b602b-d663-4152-ac2c-628d36c9e2d6> ?p ?o .
}
}
Thanks,
Sanjeev
On Friday, September 3, 2021 at 5:04:37 PM UTC+5:30 David Price wrote:
> The change history graph can be queried using SPARQL. The graph name is is
> the EDG identier for the graph plus .tch (e.g.
> urn:x-evn-master:my_schema.tch ).
>
> SELECT *
> WHERE {
> GRAPH <urn:x-evn-master: my_schema.tch >
> { ?s ?p ?o . }
> }
>
> will find everything and from their you can see the data available to
> query.
>
> The key classes are teamwork:Tag and teamwork:Change and the link between
> them is ?change teamwork:tag ?tag .
>
> The link to actual changes made is via ?change teamwork:added ?added .
> and ?change teamwork:deleted ?deleted .
>
> Make a SPARQL query to deliver whatever you need based on those, and then
> save your SPARQL query which will make a service available via an HTTP link.
>
> Cheers,
> David
>
> On 3 Sep 2021, at 10:46, [email protected] <[email protected]>
> wrote:
>
> Hi,
> We are looking to generate reports on change history of a taxonomy from
> TopBraid EDG. I see that there is a view(please check the attachment) in
> EDG that shows change history of the taxonomy. Now my question is that is
> there an out of box service to fetch those change history details or could
> you please share the SPARQL/GraphQL that is used for the "Change History"
> view in EDG UI? Could some one please help?
>
> Thanks,
> Sanjeev
>
> --
> 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/08254afa-c076-468d-9cea-573eb5fad4d0n%40googlegroups.com
>
> <https://groups.google.com/d/msgid/topbraid-users/08254afa-c076-468d-9cea-573eb5fad4d0n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> <Change History.PNG>
>
>
> UK +44 (0) 7788 561308 <+44%207788%20561308>
> US +1 (336) 283-0808 <(336)%20283-0808>
>
>
--
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/95f8cb26-b30a-40c3-9cdb-8d3c072eef0bn%40googlegroups.com.