Skip to content

Latest commit

 

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Catena-X Knowledge Agents (Hey Catena!) Ontology Tool Sources

Notice

  • see copyright notice in the top folder
  • see license file in the top folder
  • see authors file in the top folder

What's this?

The CX Ontology Tools are little helpers to deal with CX ontologies.

Build

Run the following command to test and build the tool binaries

mvn package

Run

Ontology Merger

Run the following command to merge the CX ontology to the standard output.

java -jar target/tools-0.5.1-SNAPSHOT.jar ../*.ttl

JSON Converters

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

Contents