- From: Jonathan Borden <jonathan@openhealth.org>
- Date: Tue, 19 Mar 2002 11:51:47 -0500
- To: "Jos De_Roo" <jos.deroo.jd@belgium.agfa.com>, <pfps@research.bell-labs.com>
- Cc: "phayes" <phayes@ai.uwf.edu>, "www-webont-wg" <www-webont-wg@w3.org>
Jos, Just to be (more) clear about this ... <ont:Class rdf:ID="foo"> <ont:intersectionOf> <ont:Class rdf:resource="#Person"/> <ont:Class rdf:resource="#Student"/> </ont:intersectionOf> </ont:Class> when parsed as RDF, i.e. in the syntax, "ont:intersectionOf" is a property no? > > > > The range of rdf:type is rdfs:Class, so either > > > > :John a ( owl:intersectionOf ( :Person :Student ) ) . This should be: :John a [ a ont:Class; ont:intersectionOf( :Person, :Student )] ??? Could you please show me the DAML i.e. RDF/XML syntax for ":John a (owl:intersectionOf(Person Student))" Perhaps I am dense, but I still don't know what you are talking about. Jonathan
Received on Tuesday, 19 March 2002 11:59:51 UTC