Re: [Re: Re: [MMSEM] RDF and syntactic interoperability]]

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.com

Received on Saturday, 31 March 2007 21:42:51 UTC