- From: Zhu, Bin <zhubin@uclab.org>
- Date: Mon, 30 Aug 2004 10:35:24 +0800
- To: "'Prajakta Nivargi'" <Prajakta.Nivargi@asu.edu>
- Cc: <www-rdf-interest@w3.org>
Received on Monday, 30 August 2004 02:34:24 UTC
I think generally URI identifies rdf:Resource. You needn¡¯t declare. When you use ¡°<WineGrape rdf:ID=¡±CabernetSauvignonGrape¡±/>, the OWL parser will consider it as that CabernetSauvignonGrape is an instance of WineGrape. Best regards, Zhu, Bin http://www.uclab.org/zhubin/ -- Ubiquitous Computing Lab (http://www.uclab.org) -----Original Message----- From: www-rdf-interest-request@w3.org [mailto:www-rdf-interest-request@w3.org] On Behalf Of Prajakta Nivargi Sent: 2004Äê8ÔÂ30ÈÕ 9:26 To: www-rdf-interest@w3.org Subject: Classes in OWL If I create a class in OWL e.g. <owl:Class rdf:ID="WineGrape"/> Then I create an instance <WineGrape rdf:ID="CabernetSauvignonGrape" /> Can I check whether Subject: CabernetSauvignonGrape is Predicate: rdf:resource=http://www.w3.org/1999/02/22-rdf-syntax-ns#type of Object:WineGrape? Basically can I use the rdf:resource=http://www.w3.org/1999/02/22-rdf-syntax-ns#type predicate on these OWL classes which have not been declared as a subclass of rdfs;Resource ? Prajakta
Received on Monday, 30 August 2004 02:34:24 UTC