- From: Jeremy Wong 黃泓量 <50263336@student.cityu.edu.hk>
- Date: Sun, 03 Apr 2005 12:56:21 +0800
- To: semantic-web@w3.org
Received on Sunday, 3 April 2005 05:38:53 UTC
Consider the proposed rule for OWL..
{
?P rdfs:domain ?C ;
rdf:type owl:ObjectProperty .
?C rdf:type owl:Class .
?I ?P ?A .
}
=>
{
?I rdf:type owl:Thing .
}
..
I am not sure if OWL has such kind of entailment.
Jeremy
Received on Sunday, 3 April 2005 05:38:53 UTC