Re: tag URIs (was Re: New Intro to RDF)

Thanks, guys.

An example of the kind of case I had in mind would come from something
like (as NTriples):

<tag:example.org,2005:page/backgroundColor>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .

with instances like:

<http://example.org/index.html>
<tag:example.org,2005:page/backgroundColor> "white" .

Looking at:

http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-Graph-URIref

I *think* the above would be valid, although I'm guessing there would
be difficulties in serialisation using any of the syntaxes that relied
on XML QNames.

Cheers,
Danny.

--

http://dannyayers.com

Received on Saturday, 8 October 2005 15:51:41 UTC