We want to lower the RDF KG contained in ./inbox/e1-input.ttl to the CSV representation in file ./outbox/e1-output.csv.
To do this, edit and complete the MTL mapping in ./lowering.vm.
Use the commands below to run the mappings and check the output obtained through the logs or in [./outbox/e1-exercise-output.csv].
cd camel-routes-exercises/e1
docker compose up
docker compose down# from root directory
docker run -v ./camel-routes-exercises/e1:/app cefriel/chimera:kg4di
# container must be explicitly killed with command [docker kill <container_id_or_name>]cd camel-routes-exercises/e1
jbang camel@apache/camel run camel-routes/*.yaml --dep=mvn:com.cefriel:camel-chimera-mapping-template:4.6.0