- From: Fernanda Hembecker <fernanda@ppgia.pucpr.br>
- Date: Fri, 22 Jun 2001 10:21:56 -0300
- To: Aaron Swartz <me@aaronsw.com>
- Cc: www-rdf-interest <www-rdf-interest@w3.org>
Aaron: <rdf:Description rdf:value="200"> Is this correct? By the RDF serialization syntax (RDF Model and Syntax, 2.2.1: Basic Serialization Syntax), I can have just "rdf:about" or "rdf:ID" following the "rdf:Description". But if I use what you have proposed, itīs correct to add RDF fragments in the <head></head>? Oh, and I have used the start tag <head> at my example. Thanks, Fernanda. Aaron Swartz wrote: > On Friday, June 22, 2001, at 07:55 AM, Fernanda Hembecker wrote: > > > 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". > > Thank you for the example. You seem to have forgotten a starting > <HEAD> tag. Netscape should ignore content in the document HEAD. > If it doesn't, please let me know and I will file a bug report. > > As a workaround, you can replace: > > <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> > with > > <rdf:Description rdf:about="John Smith"> > <n:weight> > <rdf:Description rdf:value="200"> > <n:units rdf:resource="http://www.nist/gov/units/Pounds"> > </rdf:Description> > </n:weight> > </rdf:Description> > > -- > [ "Aaron Swartz" ; <mailto:me@aaronsw.com> ; <http://www.aaronsw.com/> ]
Received on Friday, 22 June 2001 09:19:55 UTC