Re: XSLT and XPath-like functions in RDF/OWL ?


Friday, September 16, 2005, 5:03:25 PM, hans.teijgeler@quicknet.nl wrote :

> Hi,
>
> Is there, in the OWL world, something that has a function similar to:
>   
> -        XSLT
> -        XPath
>   
> in the XML world, or is there no need for such functions in OWL at all?
>

One option might be to use standard XSLT and XPath over a regular XML
syntax for RDF such as RXR or TriX, which unlike RDF/XML can be
processed using XSLT.  (Although it is a bit clumsy, and the
performance probably isn't great.)

I made a script to convert RDF/XML to TriX, and then apply an XSLT
stylesheet to the result to get HTML-ised RDF Schemas here:

http://djpowell.net/rdftrix/form.html



-- 
Dave

Received on Friday, 16 September 2005 21:05:20 UTC