This is a quick hack to get some rough human readable XHTML documentation from random RDF schemata. The script requires Python 2.4 or later, and rdflib 2.3.3 or later.
Download: schemadoc.py
Examples of output include:
./schemadoc.py --test
./schemadoc.py http://www.w3.org/2002/07/owl
./schemadoc.py http://www.w3.org/2000/10/swap/grammar/ebnf.rdf
./schemadoc.py
http://www.dfki.uni-kl.de/.../pimos/pimos.xml
./schemadoc.py http://www.w3.org/WAI/ER/EARL10/schema
./schemadoc.py http://www.w3.org/2003/06/sw-vocab-status/ns.rdf
There are others. Compare leobard's post, and my old XSLT thing.
As announced on the SWIG Scratchpad.
Sean B. Palmer