The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about="alice.rdf">
    <ns0:title xmlns:ns0="http://purl.org/dc/elements/1.1/">Test data for Alice</ns0:title>
  </rdf:Description>
  <rdf:Description rdf:about="alice.rdf">
    <ns0:topic xmlns:ns0="http://xmlns.com/foaf/0.1/">Alice</ns0:topic>
  </rdf:Description>
  <rdf:Description rdf:about="bob.rdf">
    <ns0:title xmlns:ns0="http://purl.org/dc/elements/1.1/">Test data for Bob</ns0:title>
  </rdf:Description>
  <rdf:Description rdf:about="bob.rdf">
    <ns0:topic xmlns:ns0="http://xmlns.com/foaf/0.1/">Bob</ns0:topic>
  </rdf:Description>
</rdf:RDF>