Something like this should work:

SELECT ?date
WHERE {
  GRAPH ?teamGraph {
    ?change a teamwork:Change .
    ?change teamwork:added|teamwork:deleted ?bNode .
    ?bNode teamwork:subject <
http://topquadrant.com/ns/examples/geography#Asia> .
    ?change dcterms:created ?date .
  }
} ORDER BY ?date LIMIT 1

On Fri, Mar 1, 2019 at 6:45 AM William Ramos <[email protected]> wrote:

> Hi, community; it seems that the question asked in this link offers a
> solution to retrieve the last change date from a taxonomy as a whole,
> however I'm also looking to *obtain the last change date for a specific
> node of a given taxonomy,* *is this something that's also being stored in
> TCH graphs, and how could I fetch it?*
>
> For example I'm trying to get the last change date of the 'Asia' node in
> the example 'Geography' taxonomy.
>
> Thanks in advance.
>
> El lunes, 18 de febrero de 2019, 14:45:23 (UTC-6), TopQuadrant Support
> escribió:
>>
>> Hey William,
>> Someone else just had this same question not too long ago! Please see the
>> link below:
>>
>>
>> https://groups.google.com/forum/#!searchin/topbraid-users/.tch$20%7Csort:date/topbraid-users/VKat2lr5Dmc/Y0wg4adzAgAJ
>>
>> Thanks!
>>
>> Aaron
>> ᐧ
>>
>> On Mon, Feb 18, 2019 at 1:34 PM William Ramos <[email protected]> wrote:
>>
>>> Hi, community;
>>>
>>> Within the EDG application on the "Taxonomies" view we can see some
>>> details as follows:
>>>
>>> I need to retrieve the "*Created by*" and "*Last change date*" from a
>>> given taxonomy.
>>> *Is there a built-in mechanism, functionality or special graph/taxonomy
>>> that I can query in order to retrieve those details?*
>>>
>>> Thanks in advance for any guidance.
>>>
>>> --
>>> 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].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> 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].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to