- see copyright notice in the top folder
- see license file in the top folder
- see authors file in the top folder
The CX Ontology Tools are little helpers to deal with CX ontologies.
Run the following command to test and build the tool binaries
mvn package
Run the following command to merge the CX ontology to the standard output.
java -jar target/tools-0.5.1-SNAPSHOT.jar ../*.ttl
Run the following command to convert a given json file into an SQL script.
node src/main/node/json2Sql.js
Run the following command to convert a given json file into separate data jsons
node src/main/node/json2json.js