Re: RDFS / OWL to HTML

Quoting Lee Feigenbaum <lee@thefigtrees.net>:

> Hi,
>
> Are there any tools out there that will read in an RDF Schema and/or
> OWL file and produce an HTML summary of the schema/ontology? (I'm
> thinking list of classes with properties that apply to the class along
> with any accompanying documentation (e.g. via rdfs:label's or
> rdfs:comment's)

I have an XSLT here:

http://djpowell.net/rdftrix/

It converts RDFS in the form of RDF/TriX to hyperlinked HTML.  There  
is also a service there to convert RDF/XML to TriX, so you can browse  
any RDF/XML RDFS schema by entering a URI in the form.  The XSLT will  
be transformed in your browser, but you can use the W3Cs XSLT service  
if you need it done server-side.

You might want to clone and tweak the XSLT to support OWL better.  You  
might also want to fix it so that the HTML that it outputs contains  
RDFa so that the outputted document can also be used as a schema.


-- 
Dave

Received on Tuesday, 4 November 2008 13:58:30 UTC