- From: Eric Jain <Eric.Jain@isb-sib.ch>
- Date: Thu, 22 Jul 2004 22:31:43 +0200
- To: public-swbp-wg@w3.org
- Cc: Natasha Noy <noy@SMI.Stanford.EDU>
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