Closed Max-Bld closed 4 months ago
We are currently in progress to create such tool, but unfortunately we cannot commit on a date because it depends on variable resources but we will be glad to collaborate about it. use our support or live support
BTW the schemaDTDL.json makes no sense to merge it as long as it is a DTDL(a microsoft digital twins solution).
Additionally the tool easyRDF is meant to translate json-ld butschemas are coded in json schema so the result in RDF does not make much sense. This tool is not meant for the conversion of the schemas.
Thank you for the clarifications!
Hello,
I am trying to experiment with Smart Data Models in order to add a common semantic layer to multiple heterogeneous data sources.
For this purpose, I would like to translate the JSON-LD file to a .ttl (RDF serialization) file ontology in order to explore and manipulate it in Protégé Software with the following steps:
The output from easy-rdf is not satisfactory because the contents field is missing, while I was expecting to have a list of classes:
Next, I tried to tweak it by adding a contents line to the context part of the merged json-ld file:
But the result is not satisfactory neither, I have a bunch of blank nodes instead of well defined class:
Does what I want to do have any sense? Is there a way to translate an SDM to a turtle ontology?