Download Latest Version wsdl2-rdf-core-0.2.jar (77.3 kB)
Email in envelope

Get an email when there's a new version of wsdl2rdf

Home / wsdl2-rdf-core / version 0.2
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2013-03-11 420 Bytes
wsdl2-rdf-core-0.2.jar 2013-03-11 77.3 kB
Totals: 2 Items   77.7 kB 0
the major change between v0.1 and v0.2 is a write interface change (!)

org.inb.bsc.wsdl20.rdf.Wsdl2RdfOntology

-    public void write(OutputStream out);
+    public void write(StreamResult result);

The latter breakes the compatibility with v0.1.
Passing a StreamResult with a systemId writes an ontology with provided ontology id.
The latter doesn't change the ontology id and affects only the serialization.
Source: readme.txt, updated 2013-03-11