- From: Aaron Swartz <aswartz@swartzfam.com>
- Date: Thu, 21 Dec 2000 14:06:50 -0600
- To: <swi-dev@egroups.com>, "Sean B. Palmer" <sean@mysterylights.com>
- CC: <www-rdf-interest@w3.org>
Sean B. Palmer <sean@mysterylights.com> wrote: > Interesting: could you come up with an example of how you could use XML > Schema datatypes in RDF? I'm certainly no schema expert, but I'd guess something along the lines of: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" > <rdf:Description rdf:about="http://example.com/rss/1.0/food/meals" <xsi:type>integer</xsi:type> </rdf:Description> </rdf:RDF> -- [ Aaron Swartz | me@aaronsw.com | http://www.aaronsw.com ]
Received on Thursday, 21 December 2000 15:07:48 UTC