- From: Patrick Stickler <patrick.stickler@nokia.com>
- Date: Tue, 24 Sep 2002 15:52:46 +0300
- To: "ext Wolfram Conen" <conen@gmx.de>
- Cc: <www-rdf-interest@w3.org>
[Patrick Stickler, Nokia/Finland, (+358 40) 801 9690, patrick.stickler@nokia.com]
----- Original Message -----
From: "ext Wolfram Conen" <conen@gmx.de>
To: "Patrick Stickler" <patrick.stickler@nokia.com>
Cc: <www-rdf-interest@w3.org>
Sent: 24 September, 2002 15:46
Subject: Re: RDF and XML Schema types
> Patrick Stickler wrote:
> >
> > ...
> >
> > If you want to specify a URI (the actual identifier string)
> > use a literal that is typed as anyURI. E.g.
> >
> > <rdf:Description rdf:about="#something">
> > <bar rdf:datatype="&xsd;anyURI">http://foo.org/blargh</bar>
> > </rdf:Description>
> >
>
> Hello Patrick,
>
> would you be so kind to give a "Triple-ization" of this "modern style"
> RDF fragment?
Please note that this is a recent addition to RDF and
that the working drafts are currently being updated to
reflect it, and some minor changes may still occur, but
at present, the N-Triples would look something like
<#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.
Hopefully, the WG will be publishing the updated working drafts shortly.
Regards,
Patrick
Received on Tuesday, 24 September 2002 08:55:24 UTC