SirPAC

validates rdf and/with schemas.

The following simple RDF:

<?xml version="1.0"?>
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
   xmlns:dc="http://purl.org/dc/elements/1.1/"> 
   <rdf:Description about="http://www.w3.org/RDF/Implementations/SiRPAC/"> 
   <dc:creator rdf:resource="http://www.w3.org/People/Janne/"/> 
  </rdf:Description> 
 </rdf:RDF>

Validates, as...

Triples:

Number Subject Predicate Object
1 http://www.w3.org/RDF/Implementations/SiRPAC/ http://purl.org/dc/elements/1.1/creator http://www.w3.org/People/Janne/

:SiRPAC dc:creator :janne

History

Uses of SiRPAC

Not just standards please

Behaviour matters

It is hard to test software for conformance if there is no idea what it "should" do when a user tries to.

This also shows up assumptions or errors in the spec (e.g. tabindex).

Tools aren't everything...

For a lot of things there are various improvements that can be made.

Tools don't often detect or solve all problems

...but they help.

Tools are used to find information.

They provide support for the necessary thinking.

Different people, different expertise

example scenario

It's about the user (STUPID!)

Accessibility Evaluations

Web Content evaluations

More evaluation

Authoring Tool Evaluations

Feedback

dummy to get more in later?

Only a dummy would have read this far