Re: [ANN] Working drafts by SW Best Practices group -- request for comments

If we use approach 1, but say that:

:AfricanLion
       a       :Animal;
       rdfs:subClassOf :Lion .

:Animal
       a       owl:Class;
       rdfs:subClassOf :Class .

...then we can restrict the range of dc:subject (or some other property) 
to :Animal. Right?


Also (unrelated), would it make sense to use

   :LionsLifeInThePrideBook
     owl:sameAs <http://isbn.nu/0736809643> ;

rather than

   :LionsLifeInThePrideBook
     rdfs:seeAlso <http://isbn.nu/0736809643> ;

?

Received on Thursday, 22 July 2004 16:31:46 UTC