- From: Jeremy Wong <50263336@student.cityu.edu.hk>
- Date: Sun, 20 Mar 2005 13:18:18 +0800
- To: semantic-web@w3.org
Received on Sunday, 20 March 2005 06:49:14 UTC
----- Original Message ----- From: Jeremy Wong To: public-owl-dev@w3.org Sent: Sunday, March 20, 2005 5:16 AM Subject: rdfs:subPropertyOf + owl:inverseOf Consider the following... <PropA> rdfs:subPropertyOf <PropB> ; owl:inverseOf <PropB> . infers that <PropA> rdf:type owl:SymmetricProperty .. Proof.. consider the statement <#A> <PropA> <#B> . infers <#A> <PropB> <#B> . (<PropA> rdfs:subPropertyOf <PropB>) infers indirectly <#B> <PropA> <#A> . (<PropA> owl:inverseOf <PropB>) That means <PropA> is symmetric. It is also true for... <PropC> owl:inverseOf <PropC> .. infers that <PropC> rdf:type owl:SymmetricProperty agree or not ? Jeremy
Received on Sunday, 20 March 2005 06:49:14 UTC