Using boolean value vs class

Hi,

lets say we have documents and we want to say wheather they are valid or 
deprecated. There are two ways to do this:

:doc1 a foaf:Document ;
     :isDeprecated "true"^^xsd:boolean .

or

:doc1 a foaf:Document ;
     a :Deprecated .

Are there some different implications on the use? Does is affect OWL 
reasoning, for example?

Mikael

Received on Tuesday, 24 September 2019 11:57:32 UTC