W3C home > Mailing lists > Public > semantic-web@w3.org > June 2005

URI ends with #

From: Jeremy Wong 黃泓量 <jeremy@miko.hk>
Date: Mon, 6 Jun 2005 23:21:37 +0800
Message-ID: <000c01c56aab$6edfa6b0$0401a8c0@wongkjo9u38gzb>
To: <semantic-web@w3.org>
Consider the rdf:Property http://example.org/#

in Notation 3, I can write a triple as
<http://example.org/A> <http://example.org/#> <http://example.org/B> .

in RDF/XML, how can I write the triple? Let me try...

<Description xmlns:ex="http://example.org/#" rdf:about="http://example.org/A">
  <ex: rdf:resource="http://example.org/B" />
</Description>

However, "ex:" does not match the definition of Qualified Names [1] and the character "#" is not an NCNameChar [2]. I don't have any idea to express the predicate which its URI ends with #. Any suggestion?



Regards,
Jeremy Wong 黃泓量


[1] http://www.w3.org/TR/REC-xml-names/#ns-qualnames
[2] http://www.w3.org/TR/REC-xml-names/#NT-NCNameChar
Received on Monday, 6 June 2005 15:22:57 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:44:44 GMT