Re: RDF and XML Schema types

Patrick Stickler wrote:

>    <#something> 
>      <#bar> 
>        <http://www.w3.org/2001/XMLSchema#anyURI>"http://foo.org/blargh" .
> 
> Note that the URI of the datatype is directly concatenated to 
> the unicode string, producing a single label for the datatyped literal
> node.

Does this concatenation happen because literals cannot be subjects and 
thus type information cannot be imported to the actual graph without 
rdfs:range?

Using my attempt to import the XML Schema datatypes, can't one just 
infer the type by
<#bar> <rdfs:range> <xsdt:anyURI>.
?

Bah, n3 confuses me. I need practice...


Regards,

Manos

Received on Tuesday, 24 September 2002 09:15:01 UTC