On 31/03/07, Hausenblas, Michael <michael.hausenblas@joanneum.at> wrote: > > > Gaëtan, > > Actually OWL builds upon RDF(S) and XMLS datatyping, though there are > some cases that cause troubles. However, IMHO the main difference is that > in OWL-DL - which is of practical interest - datatypes and concepts/instances > are disjoint. Thanks Gaëtan, Michael. I'm afraid I'm still not 100% clear on one point. Given: <owl:DatatypeProperty rdf:about="http://example.org/dprop> <rdfs:range rdf:resource="someXMLns:anXMLType"> </owl:DatatypeProperty> <a:b rdf:about="http://example.org/aninstance"> <dprop>XXXX</dprop> </a:b> Can we actually infer from these statements that XXXX has datatype someXMLns:anXMLType? Or would we still have to explicitly say: ... <dprop rdf:datatype="someXMLns:anXMLType">XXXX</dprop> ... ? Cheers, Danny. -- http://dannyayers.comReceived on Saturday, 31 March 2007 21:42:51 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:21:21 GMT