Repository for various tools/converters used by the QualityLink project.
Resources for using DESM see desm/.
The file desm/abstract-classes.ttl is needed to set up abstract base classes for the mapping in DESM.
convert.py prepares ELM ontology and application profile for use in DESM. Pass both the ontology file and the application profile (e.g. LOQ) to it.
Python script requires RDFLib. Do:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txtSee desm/OOAPI/.