JSON TO OWL CONVERSION

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

JSON TO OWL CONVERSION

jui gram
Hi All,

I am also looking at converting JSON schemas into ontology.Can anyone please guide me towards what kind of mapping rules to use.

I have used Owlready2 before to convert relational database into owl which I did based on some research papers which mapped between the two.

I am kind of looking into similar  help for doing JSON to OWL.

I would really appreciate anyone's help.

Regards,
Jui
Reply | Threaded
Open this post in threaded view
|

Re: JSON TO OWL CONVERSION

Jiba
Administrator
Hi,

You need to write a dedicated parser. I think you can reuse the Python JSON parser, the you need to translate the JSON structure into either RDF triples or OWL objects (using Owlready).

I've never used JSON-LD or JSON schema, so I cannot give you more detailed explanations.

Jiba  
Reply | Threaded
Open this post in threaded view
|

Re: JSON TO OWL CONVERSION

tomhemmes
In reply to this post by jui gram
This repository may be of help: https://github.com/RDFLib/rdflib-jsonld
Reply | Threaded
Open this post in threaded view
|

Re: JSON TO OWL CONVERSION

Angelo
In reply to this post by jui gram
Hi guys,

Does anyone have a complete solution to map JSON Schema to OWL ???

I am working on rules to convert a JSON Schema to OWL, but my difficulty currently is how to map an array to OWL.

Best regards,

Angelo
Reply | Threaded
Open this post in threaded view
|

Re: JSON TO OWL CONVERSION

Marke
An JSON ontology is publiced on: http://iot.linkeddata.es/def/datatypes/index-en.html