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, deviredd...@gmail.com <devireddy.sanj...@gmail.com> > 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 topbraid-users+unsubscr...@googlegroups.com > <mailto:topbraid-users+unsubscr...@googlegroups.com>. > 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 US +1 (336) 283-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 topbraid-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/E2086C77-B83E-4BA2-A46B-3E34F04BA5D0%40topquadrant.com.