attributes and uris

One of the problems of interpreting xml as rdf is that xml
allows namespaced nodes to have un-namespaced attributes.
Eg:

<atom:link type="text">

The problem is that if we want to give type a URI we can't give it one
in the atom namespace. It is private to the atom:link node.

So here is my suggestion to overcome this problem while we can. IRIs are
just coming out and are little used. Could we perhaps use one Unicode  
symbol
the way we use # in URIs to symbolize a fragment, but that we can use to
create IRIs that refer to the unnamespaced attributes. Imagine we  
would use
the ð symbol for such a special purpose. We could then go to the xml  
folks and
ask them to alter their spec to allow those nodes to have IRIs  
constructed in
the following way:

     <http://atom.org/linkðtext>

That could just solve all kinds of little problems.

Henry Story

Received on Wednesday, 17 August 2005 07:16:42 UTC