Re: about attribute

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 UTC