SAWSDL RDF mapping implementation

Hi all,

there is now a SAWSDL RDF mapping implementation in Java, built on top
of Woden4SAWSDL [1] (actually, Woden has a few bugs that affect the impl
in fairly minor ways in the WSDL part of the RDF mapping).

You can find the implementation sources at [2], the binaries at [3], and
a simple shell script at [4] to illustrate how the impl can be used.

The main class is wsdl.Wsdl2Rdf which takes a single parameter, the
location of the source (SA)WSDL document, and prints out the RDF form in
N-Triples.

The implementation should be considered unofficial; when I get to it, 
I might find a place to host it other than the tmp part of my website;
then the package name (currently only "wsdl") would be updated, and the
packaging might be improved as well.

Optimally, both this RDF mapping impl and the Woden4SAWSDL extensions
could be folded into the Woden project.

Best regards,
Jacek

[1] http://lsdis.cs.uga.edu/projects/meteor-s/opensource/woden4sawsdl/download.html
[2] http://jacek.cz/tmp/sawsdl2rdf-src.jar
[3] http://jacek.cz/tmp/sawsdl2rdf.jar
[4] http://jacek.cz/tmp/sawsdl2rdf.sh

Received on Saturday, 9 June 2007 19:13:08 UTC