W3C home > Mailing lists > Public > www-rdf-interest@w3.org > December 2004

Properties with %20 and other names that aren't xml names

From: James Cerra <jfcst24_public@yahoo.com>
Date: Sun, 19 Dec 2004 12:54:02 -0800 (PST)
Message-ID: <20041219205402.93900.qmail@web42205.mail.yahoo.com>
To: www-rdf-interest@w3.org

Say I have the triple:

<> 
<http://example.com/is%20defined%20by> 
<http://example.com/definition%20of%20subject> .

How do I encode this as rdf/xml?  The following
doesn't seem quite right:

<rdf:RDF
 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:ex="http://example.com/is%20defined%20"
>
<rdf:Description rdf:about="">
  <ex:by
   
rdf:resource="http://example.com/definition%20of%20subject"
  />
</rdf:Description>
</rdf:RDF>

I think this was asked before, but I can't find the
appropriate information.

-- 
Jimmy Cerra


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
Received on Sunday, 19 December 2004 20:54:33 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:53 UTC