OP-TED / model2owl

Transform UML into a formal OWL ontology and SHACL shapes
https://meaningfy-ws.github.io/model2owl-docs
European Union Public License 1.2
28 stars 5 forks source link

Add or modify Makefile recipes to enable regeneration of *.rdf files and retain expected *.ttl files content #216

Closed gkostkowski closed 1 month ago

gkostkowski commented 2 months ago

rdfpipe utility is now used to regenerate .rdf files what results in the duplicated imports being discarded. Changes were made in Makefile file and affects generation of .rdf artefacts (owl-core, owl-restrictions and shacl Makefile recipes) as well as conversion of these to TTL format (convert-rdf-to-turtle). The latter were needed to keep the same TTL output when using the new *.rdf files.

Scope of the changes:

The change fixes #213