Hi list, I've been working on an XML authoring project and we currently store our XML models in MySQL. So far we only provide formal structure in the models, but I'm interested in the semantic annotation aspect therefore a traditional XSLT looks like the option to get this stuff into RDF/XML which will then provide the basis for creating a richer information resource. I'm looking to get conformation on whether using the Jena API to import data directly into TDB or even Fuseki as well as applying an XSLT is possible or would this be covered by the API import process removing the requirement for an XSLT. My intention is to have a development MySQL datastore which would be interim synced to the triple store. This in turn would then be available for production use. I'm pretty sure that this is a common use case so apologies for the newbie type question however I would like to verify the exact process.
Thanks in advance -- *Lewis*
