Accessibility bookmarklet RDF

Hi group,

Here is my RDF for the Accessibility bookmarklet tool, unfortunately I think 
it's mostly obsolete and if it's added to the DB we should mark it as not 
maintained, of little use.

Cheers,

Jim.



<?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="http://jibbering.com/accessibility/bookmarklets.html">
  <dc:title rdf:parseType="Literal">Accessibility Bookmarks</dc:title>
  <dc:creator rdf:parseType="Literal">Jibbering</dc:creator>
  <dc:location 
rdf:resource="http://jibbering.com/accessibility/bookmarklets.html"/>
  <dc:date 
rdf:datatype="http://www.w3.org/2001/XMLSchema#gDate">2002-09-06</dc:date>
  <dct:hasVersion rdf:parseType="Literal"></dct:hasVersion>
    <tool:hasFeature 
rdf:resource="http://www.w3.org/WAI/ER/tools/features.rdf#transformation"/>
    <tool:hasFeature 
rdf:resource="http://www.w3.org/WAI/ER/tools/features.rdf#explorer"/>
    <tool:hasFeature 
rdf:resource="http://www.w3.org/WAI/ER/tools/features.rdf#mozilla"/>
    <tool:hasFeature 
rdf:resource="http://www.w3.org/WAI/ER/tools/features.rdf#netscape"/>
    <tool:hasFeature 
rdf:resource="http://www.w3.org/WAI/ER/tools/features.rdf#opera"/>
    <tool:hasFeature 
rdf:resource="http://www.w3.org/WAI/ER/tools/features.rdf#freeware"/>
    <tool:hasFeature 
rdf:resource="http://www.w3.org/WAI/ER/tools/features.rdf#opensource"/>
  <dc:description rdf:parseType="Literal" xml:lang="en">A collection of 
bookmarklets that can be used to repair certain content in HTML to be more 
accessible.  Now mostly obsoleted by options in newer 
browsers</dc:description>
</earl:Software>

</rdf:RDF> 

Received on Saturday, 4 February 2006 12:41:34 UTC