Re: a URI is a name (tel uri scheme and VCARD RDF)

Alexander,

> The problem is not that your IDs are english but that the IDs of your two
> statements are not the same. They are "w3c" and "w3cwebsite" respectively.
> I thought what you wanted to say was that the *same* thing was indicatedBy
> and constitutedBy "www.w3c.org" whereas what your statements assert now is
> that one thing (w3c) is indicatedBy "www.w3c.org" and some other thing
> "w3cwebsite" is constitutedBy "www.w3c.org". I presume now that this is
> what you wanted to say, isn't it?
>
Exactly. The first thing is W3C itself and I chose www.w3c.org URL as its
indicator, and the second thing is the web site of W3C.
To this clearer here is the extended example:

<rdf:Description rdf:ID="w3c">
   <rdf:type rdf:resource="#organization"/>
   <rtm:indicatedBy rdf:resource="http://www.w3c.org"/>
   <chaired-by rdf:resource="#TBL"/>
   <has-website rdf:resource="#dfngdfng"/>
</rdf:Description>

<rdf:Description rdf:ID="w3cwebsite">
   <rdf:type rdf:resource="#website"/>
   <rtm:constitutedBy rdf:resource="http://www.w3c.org"/>
   <last-modified>November, 26 2002</last-modified>
</rdf:Description>

I am using again English IDs just because it helps convey my
point of view.

--Nikita.

Received on Tuesday, 26 November 2002 22:22:13 UTC