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



File Date Author Commit
.settings 2014-07-09 Rudolf Mayer Rudolf Mayer [76a979] formatted
META-INF 2014-03-14 Rudolf Mayer Rudolf Mayer [0b5238] adapted to archi 2.6.
eclipseLaunchers 2014-07-09 Rudolf Mayer Rudolf Mayer [193528] Merge branch 'master' of https://opensourceproj...
lib 2014-06-02 Rudolf Mayer Rudolf Mayer [828021] libs
lib-standalone 2014-03-14 Rudolf Mayer Rudolf Mayer [0d61db] adapted to archi version 2.6.0
src 2014-07-09 Rudolf Mayer Rudolf Mayer [8f3b83] fixing computation of OWL IRI
.classpath 2014-06-02 Rudolf Mayer Rudolf Mayer [828021] libs
.gitignore 2014-07-09 Rudolf Mayer Rudolf Mayer [35b0cd] gitignore
.project 2014-05-27 Rudolf Mayer Rudolf Mayer [09f914] project name compatible with eclipse...
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-27 Rudolf Mayer Rudolf Mayer [09e15f] more independent of paths
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