Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert JSON instances? #2

Open
lbovet opened this issue May 7, 2024 · 2 comments
Open

How to convert JSON instances? #2

lbovet opened this issue May 7, 2024 · 2 comments

Comments

@lbovet
Copy link

lbovet commented May 7, 2024

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
Copy link

pheyvaer commented May 8, 2024

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

@lbovet
Copy link
Author

lbovet commented May 8, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants