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



File Date Author Commit
.settings 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
META-INF 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
dist 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
eclipseLaunchers 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
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 [0d61db] adapted to archi version 2.6.0
.classpath 2014-03-14 Rudolf Mayer Rudolf Mayer [0d61db] adapted to archi version 2.6.0
.project 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
LICENSE.txt 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
README.txt 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
build.xml 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
plugin.properties 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...
plugin.xml 2014-01-07 Carlos Coutinho Carlos Coutinho [e9ac81] First Version on Git, synchronised with TIMBUS ...

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
-- 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