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>