WSDL RDF mapping implementation

Hi all,

I've updated the WSDL RDF mapping draft [1] with the final content
tweaks, and I have a complete implementation in Java, built on top of
Woden M7a [5] (actually, Woden has a few bugs that affect the impl in
fairly minor ways).

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 WSDL document, and prints out the RDF form in
N-Triples. The RDF mapping document contains an example that is a
slightly edited N3 form, with prefixes and grouping.

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.

Maybe the Woden project might be interested in this, in which case 
I'd gladly donate and maintain the code there.

Best regards,
Jacek

[1] http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-rdf.html?content-type=text/html;%20charset=utf-8
[2] http://jacek.cz/tmp/wsdl2rdf-src.jar
[3] http://jacek.cz/tmp/wsdl2rdf.jar
[4] http://jacek.cz/tmp/wsdl2rdf.sh
[5] http://incubator.apache.org/woden/dev/1.0/builds.html

Received on Sunday, 20 May 2007 14:52:04 UTC