Say i have an individual has a starts_at
datetime property, then i want to compare it's value with the current datetime in ontology using SWRL rules
I looked at time ontology in W3C, then i found the SWRLTemporalOntology from built in SWRL Rules, but it works only with SQWRL, not works with SWRL
SWRLTemporalOntologyApi: https://github.com/protegeproject/swrlapi/wiki/SWRLTemporalOntology
also i looked at SWRL built in tools: https://www.w3.org/Submission/SWRL/#8.5 but i can't solve the problem
so, Do you have any idea?