Thanks for sharing There is also Gloze. The use case of Gloze is diferent from what I understand of your XmlToRdf . Basically Gloze has no configuration. There a canonical XML to RDF mapping. So you get easily RDF out of your XML, and then you use RDF tools like SPARQL or N3 (Euler/EYE) to transform the resulting RDF .
The article: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.88.8929&rep=rep1&type=pdf The source code: https://github.com/stevebattle/Gloze I have made enhancements to Gloze in another project that are maybe not in Github :( . 2016-07-29 10:28 GMT+02:00 Håvard Mikkelsen Ottestad < [email protected]>: > Hi, > > I just wanted to give some publicity to a library I have worked on for > some time. An XML to RDF Java library (open source / apache 2) that’s > compatible with Jena. > > It’s blazingly fast and highly configurable. Available on GitHub > https://github.com/AcandoNorway/XmlToRdf and on Maven > http://mvnrepository.com/artifact/no.acando/xmltordf > > Regards, > Håvard M. Ottestad > -- Jean-Marc Vanel Déductions SARL - Consulting, services, training, Rule-based programming, Semantic Web http://deductions-software.com/ +33 (0)6 89 16 29 52 Twitter: @jmvanel , @jmvanel_fr ; chat: irc://irc.freenode.net#eulergui
