Re: CURIEs: how we got here

On Tue, 2006-06-27 at 14:35 +0200, Steven Pemberton wrote:
> CURIEs have come about from the work to integrate RDF in XHTML. I shall  
> try and summarise some of the threads here.
> 
> For instance to generate the necessary triples from
> 
> 	<meta property="dc:creator">Dan Connolly</meta>
> 
> it is necessary to recognise 'dc:creator' is a URI. Is this a QName?  
> Pretty much, sort of. But a QName can only generate a subset of the URIs,  
> since the suffix can only be a name (whilst the prefix can represent any  
> URI-head). The obvious step is to allow the suffix to be any URI-tail, and  
> then you can contract any URI.

I don't recall reading any specs that say the suffix can be any
URI-tail. I'd appreciate a pointer.
Is property="acme:property/" allowed? How does
one contract the URI http://acme.com/property/ ?

See also...
http://www.w3.org/2000/03/rdf-tracking/#rdfms-qnames-cant-represent-all-uris

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Tuesday, 27 June 2006 12:57:48 UTC