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

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