git clone https://@opensourceprojects.eu/git/p/timbus/context-model/converters/archi2owl timbus-context-model-converters-archi2owl



File Date Author Commit
.settings 2014-03-14 Rudolf Mayer Rudolf Mayer [c8cc83] adapted
META-INF 2014-03-14 Rudolf Mayer Rudolf Mayer [0b5238] adapted to archi 2.6.
dist 2014-03-14 Rudolf Mayer Rudolf Mayer [56ee2a] new dist
eclipseLaunchers 2014-03-14 Rudolf Mayer Rudolf Mayer [27fd63] new launcher
lib 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
lib-standalone 2014-03-14 Rudolf Mayer Rudolf Mayer [0d61db] adapted to archi version 2.6.0
src 2014-03-14 Rudolf Mayer Rudolf Mayer [867364] backwards compabilitiy
.classpath 2014-03-14 Rudolf Mayer Rudolf Mayer [0d61db] adapted to archi version 2.6.0
.project 2014-03-14 Rudolf Mayer Rudolf Mayer [725f97] renamed
LICENSE.txt 2014-03-14 Rudolf Mayer Rudolf Mayer [0b5238] adapted to archi 2.6.
README.txt 2014-03-14 Rudolf Mayer Rudolf Mayer [0b5238] adapted to archi 2.6.
archi2owl.sh 2014-05-23 Rudolf Mayer Rudolf Mayer [925429] scripts
build.xml 2014-03-14 Rudolf Mayer Rudolf Mayer [0b5238] adapted to archi 2.6.
install.sh 2014-05-23 Rudolf Mayer Rudolf Mayer [925429] scripts
plugin.properties 2014-03-14 Rudolf Mayer Rudolf Mayer [0b5238] adapted to archi 2.6.
plugin.xml 2014-03-14 Rudolf Mayer Rudolf Mayer [0b5238] adapted to archi 2.6.

Read Me

This tool provides a converter from Archi models to the Domain-Independent Ontology (DIO).
It comes in two flavours - (1) as a plugin to Archi, and (2) as a standalone command-line tool

*** Building
- Prerequisites
- Archi Version 2.6.0 (potentially also higher)
-- Java Development Kit >= 1.6 installed
-- ANT installed

- run "ant dist" from the project root folder. This will call the dist-standalone and dist-plugin tasks to build both flavours
- alternatively, you can just run the specific dist-*** task that you want.


*** Installation
Copy the generated jar file dist/net.timbusproject.context.archi2owl-plugin.jar to the "plugins" directory in your Archi installation folder


*** Running the tool
- Prerequisite: Java Runtime Environment >= 1.6 installed

(1) Archi plugin
Just select File -> Export -> TIMBUS Owl

(2) run
java -jar dist/net.timbusproject.context.archi2owl-standalone.jar -i <input file> -o <output file>
where <input file> is the Archi archimate file, and <output file> will contain the converted OWL instance