KNowledgeOnWebScale / json-schema-ld

5 stars 1 forks source link

How to convert JSON instances? #2

Open lbovet opened 4 months ago

lbovet commented 4 months ago

Not issue but a question. This converts a JSON schema to an RDF model. We also need have a converter for the JSON instances themselves to RDF triplets compliant with the model, no? Is there such a project somewhere?

pheyvaer commented 4 months ago

Hi @lbovet To generate RDF, you can have a look at RML.io.

lbovet commented 4 months ago

Thanks for the pointer! RLM looks independent from json-schema-ld, though. That means that we have to write manually JSON-path based mappings to map the JSON and link it to the ontology generated by json-schema-ld. I was expecting something that maps automatically, based on the JSON schema. Something like converting the JSON schema into RML mappings?