Hi there
I'm new to semantic web and I have a project about that.
To be simple, I will receive data from a web form stored in an SQL database, and I will need to transform it to RDF to be able to send it again to another program.
I've been looking how to do that easily, with a generator or something similar but I only found these recommendations.
I this is a way to do what I want in java, but I'd like to do it in JavaScript it would be way much easier for me.
I've also found some posts talking about the software virtuoso, but all these posts are pretty old (5-7 years) and I can't find proper documentation / tutorials.
So my questions are :
- Is there any easy way to do what I want to do ? (even if it's not in JS)
- Do you have any tutorials than I can follow and that is up-to-date ?
If anything isn't clear enough or if you want more precision feel free to ask questions, thanks in advance.