Re: Practical application

Aaron:

    This RDF example is at RDF Model and Syntax Specification (7.3 -
Non-Bynary Relations). I have just added it at the <head> of an HTML page.
If you submitt it to Netscape 6, the result will be "200 This is a test".

---------------------------------------------------------------------------------------------------------------------------------------------------------

<HTML>

<HEAD>
 <TITLE> Testing RDF... </TITLE>

 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
                xmlns:n="http://www.nist.gov/units">
    <rdf:Description rdf:about="John Smith">
           <n:weight rdf:parseType="Resource">
                  <rdf:value> 200 </rdf:value>      <!-- this value appear
at the HTML page -->
                  <n:units rdf:resource="http://www.nist/gov/units/Pounds">
           </n:weight>
  </rdf:Description>
 </rdf:RDF>

</HEAD>

<BODY>
      This is a test    <!-- this is the only sentence that should appear at
the HTML page -->
</BODY>

</HTML>
----------------------------------------------------------------------------------------------------------------------------------------------------------------

Aaron Swartz wrote:

> On Thursday, June 21, 2001, at 08:57  AM, Fernanda Hembecker wrote:
> > Netscape6 shows de label "Documents" in the expression "<rdf:value>
> > Documents </rdf:value>". Is this correct?
>
> It really depends on the context. Can you provide a more full document?
>
> --
> [ "Aaron Swartz" ; <mailto:me@aaronsw.com> ; <http://www.aaronsw.com/> ]

Received on Friday, 22 June 2001 08:54:01 UTC