Name | Modified | Size | Downloads / 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.