SDM-TIB / SDM-RDFizer

An Efficient RML-Compliant Engine for Knowledge Graph Construction
https://doi.org/10.5281/zenodo.3872103
Apache License 2.0
107 stars 25 forks source link

[Question]Use of RDFizer in Lambda #103

Open manikyab opened 1 year ago

manikyab commented 1 year ago

Hi, I am trying to work on a solution by using RDFizer in Lambda by passing json for conversion and it returns the resulting semantic as response. As the dependencies and all are very larger then what lambda allows for deployment. I cannot use this library for the same. Is there any way in which I can use rdfizer in lambda for converting very small json's which generates max 30-35 Triples.

Regards Manikya