Don't like ads? PRO users don't see any ads ;-)
Guest

Toby Inkster

By: a guest on Oct 29th, 2009  |  syntax: None  |  size: 0.46 KB  |  hits: 470  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rdf:RDF
  3.     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.     xmlns:foaf="http://xmlns.com/foaf/0.1/">
  5.  
  6.   <rdf:Description>
  7.     <foaf:homepage>
  8.       <rdf:Description rdf:about="http://example.com/this-resource-is-not-the-subject-of-any-triples" />
  9.     </foaf:homepage>
  10.   </rdf:Description>
  11.  
  12.   <rdf:Description rdf:about="http://example.com/this-resource-is-not-even-involed-in-any-triples-at-all" />
  13.  
  14. </rdf:RDF>