I have a class and i make it equivelent to this restriction
Rates and createdOn value "2016-01-01T09:00:00+00:00"^^dateTime
where Rates
is a class and createdOn
is a data type property has domain as a date time
what i did is not what i want to do because i want to say something like:
all the dates that are greater than 2016 january first
i though that could be done by two ways but i don't know if owl support any of them
first i thought :
Rates and createdOn value > "2016-01-01T09:00:00+00:00"^^dateTime
but protege told me that we can't put >
then i though that if there is a way to just check the year of the date, but also i don't know how to do that
could you help please ?