RDF/XML entry for "Test Tool"

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:earl="http://www.w3.org/WAI/ER/EARL/nmg-strawman#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:dct="http://purl.org/dc/terms/"
         xmlns:tool="http://www.w3.org/WAI/ER/tools/schema#">

<earl:Software rdf:ID="example.org">
  <dc:title rdf:parseType="Literal">Test Tool</dc:title>
  <dc:creator rdf:parseType="Literal">Test Vendor</dc:creator>
  <dc:location rdf:resource="example.org"/>
  <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#gDate">2005-01-01</dc:date>
  <dct:hasVersion rdf:parseType="Literal">1.4.3</dct:hasVersion>
  <dc:description rdf:parseType="Literal" xml:lang="en">test!</dc:description>
</earl:Software>

</rdf:RDF>

Received on Thursday, 9 March 2006 17:54:59 UTC