Re: "If the Semantic Web were ever going to fail..."

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