1

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.

McKenneii
  • 276
  • 2
  • 18

1 Answers1

2

In regards to Virtuoso and transforming entity relationship types (relations) represented as tables to relations represented as RDF sentence collections (or graphs), here are links to posts that walk you through theory and practice:

  1. Conceptual Relational Data Virtualization, using Existing Open Standards
  2. Generate Relational Tables to RDF Relational Graphs mappings — using Virtuoso’s RDF Views Wizard
  3. Customizing Virtuoso R2RML Scripts — e.g., tweaking for incorporation of terms from 3rd party ontologies