digicademy / xtriples

A generic webservice to extract RDF statements from XML resources
http://xtriples.lod.academy
MIT License
18 stars 3 forks source link

Substitute XSL transformation with XQuery typeswitch #10

Open metacontext opened 4 years ago

metacontext commented 4 years ago

Basic RDF generation currently is handled with XSL and benchmarking has shown that eXist will not parallelize this whereas XQuery typeswitch transformations are paralellized. We should therefore switch to typeswitch ;-) to enhance performance.