Hi, I am using Stardog.js in my Node.js application. What my application does is, it makes an API call to another server which returns a JSON response and I am trying to store that data in my StarDog DB. So I have one question:
I have to map the JSON response to an RDF Graph. Do I have to implement such a function in my app (say through which I generate a .ttl file) or can I create and use an SMS mapping file to do the same?
Any help will be appreciated.
Thanks,
Anurag.