I've just started using GraphDB and want to check this approach of ingesting documents from a CosmosDB.
So what I'm thinking is:
- Create JSON-LD from the CosmosDB document
- Convert that JSON-LD to RDF (using some library like https://github.com/digitalbazaar/jsonld.js)
- Send a SPARQL
INSERT
query with RDF just created
Is this a general approach ok or is there something more simple I should be doing?
Any help would be appreciated.
Thanks.