The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<?xml version="1.0"?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="http://www.example.com/xml/feed.rss">
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>tagline</description>
    <language>en-us</language>
    <dc:relation rdf:resource="http://www.example.com/FEED/RELATION"/>
    <dc:identifier rdf:resource="http://www.example.com/IDENTIFIER"/>
  </channel>
  <item rdf:about="http://www.example.com/archives/1">
      <title>Hello World</title>
      <description>First post!</description>

  </item>
</rdf:RDF>