I was wondering if it was possible to get the exact time stamp in a dateTime
format for when a particular property, object or data, was added to the ontology.
For example if I have three owl individuals A
, B
and C
and through my code in either OWL API or Apache Jena I add a property relatedTo
to the ontology and create the assertions A relatedTo B
and A relatedTo C
, is there some function I can call on A
to see that A relatedTo B
was asserted at some hh:mm:ss dd:mm:yyyy
?
Thanks in advance for any help.