wsdl2rdf Changelog

What's new in wsdl2rdf 0.2 Beta

Mar 11, 2013
  • 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.