- From: Jerome Euzenat <Jerome.Euzenat@inrialpes.fr>
- Date: Fri, 10 Jan 2003 14:03:58 +0100
- To: Mike Dean <mdean@bbn.com>
- Cc: www-webont-wg@w3.org
Hello, In his message (Re: OWL datatyping and example) of 10/01/2003, Mike Dean wrote: > > 1) is the mention of the rdf:datatype compulsory? > >Yes. Pretty difficult to obtain by simple translation from the XML. > > 3) how to express a list of value (this comes from the test case for >> the XML Presentation syntax): >> >> <owl:oneOf rdf:parseType="Collection"> >> 1 2 3 4 >> </owl:oneOf> >> >> <owl:oneOf rdf:parseType="Collection"> >> red green blue >> </owl:oneOf> > >You can use rdf:parseType="Collection" for object properties >only, e.g. > ><owl:oneOf rdf:parseType="Collection"> > <owl:Thing rdf:about="#red"/> > <owl:Thing rdf:about="#green"/> > <owl:Thing rdf:about="#blue"/> ></owl:oneOf> And what should I use for a oneOf of integers for instance ??? This is allowed by the XML Presentation syntax and I do not know how to translate it. -- Jérôme Euzenat __ / /\ INRIA Rhône-Alpes, _/ _ _ _ _ _ /_) | ` / ) | \ \ /_) 655, avenue de l'Europe, (___/___(_/_/ / /_(_________________ Montbonnot St Martin, / http://www.inrialpes.fr/exmo 38334 Saint-Ismier cedex, / Jerome.Euzenat@inrialpes.fr France____________________/ Jerome.Euzenat@free.fr
Received on Friday, 10 January 2003 10:39:01 UTC