I implementing my ontology model on Protege. I have a class Sensor
which has some subclasses e.g. subclass Refrigerator
. If a Refrigerator-144
is activated I want to save the activation time. I have a data property hasTime
for this. Because, I do not know the activation time I want to be NULL. But, It seems that it is not acceptable by Protege because I cannot run the Reasoner after this.
:Refrigerator-144 a owl:NamedIndividual , :Refrigerator ;
:hasTime ""^^xsd:dateTime .