- From: Dan Brickley <danbri@google.com>
- Date: Fri, 7 Nov 2014 14:57:11 +0000
- To: Niklas Petersen <niklas.petersen@openmailbox.org>
- Cc: W3C Web Schemas Task Force <public-vocabs@w3.org>
On 7 November 2014 13:05, Niklas Petersen <niklas.petersen@openmailbox.org> wrote: > Hi, > > I would like to create a html documentation of my ontology using tables such > as schema.org does it (ex: http://schema.org/Event). I am wondering if they > did it themselves or reused some tool to generate it? It's an opensource Python application that runs on Google App Engine. See https://github.com/rvguha/schemaorg The source data is all in the data/ directory. I know Richard Wallis here has had some success re-using it for other purposes, but you should be warned that it is not code that has been designed for general purpose use. That said, let us know if you make anything interesting with it :) cheers, Dan
Received on Friday, 7 November 2014 14:57:41 UTC