Manos Batsis <m.batsis@bsnet.gr> wrote: >> There is a specific value -- no value. In other words, it looks like: >> >> <rdf:Description rdf:about=""> >> <!-- ... --> >> </rdf:Description> >> > I was using > <rdf:Description rdf:about="#"> > Is that wrong? Well, it's different. For example, in the document http://example.org/test the first would be equivalent to: <rdf:Description rdf:about="http://example.org/test" /> yours refers to: <rdf:Description rdf:about="http://example.org/test#" /> which, according to RDF, is a completely different resource (unless of course you define them to mean the same thing). -- [ Aaron Swartz | me@aaronsw.com | http://www.aaronsw.com ]Received on Sunday, 3 June 2001 00:50:41 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:51:49 GMT