kbss-cvut / bpmn2stamp

1 stars 0 forks source link

Bad IRI of pre-stamp ontology #5

Closed blcham closed 2 years ago

blcham commented 2 years ago

When I use following command:

../bin/bpmn2stamp.sh  x/Zpracovаnб\ informacб\ o\ bezpeЯnosti\ -\ 1.0.bpmn  x/Jednani-sag-actor-mapping.xml ./x/ucl-zpracovani-informaci-o-bezpecnosti.xml 'http://onto.fel.cvut.cz/ontologies/ucl/example/jednani-sag

It generates ontology with following triple:

<http://onto.fel.cvut.cz/ontologies/ucl/example/jednani-sag-bpmn> rdf:type owl:Ontology ;

This is incorrect at it should not end with jednani-sag-bpmn.

grigobog commented 2 years ago

Fixed in https://github.com/kbss-cvut/bpmn2stamp/releases/tag/0.02

blcham commented 2 years ago

works correctly