Grzegorz Kostkowski
Grzegorz Kostkowski
Hi! I was not able to send multipart request (created when e.g. using pipeline input component). After a quite long investigation, I finally found the reason. There is a typo...
The former URL became obsolete. The change sets an updated working URL for the used executable.
The model2owl documentation has historically been maintained in a separate GitHub repository ([model2owl-docs](https://github.com/OP-TED/ted-model2owl-docs)). However, it has been concluded that this setup provides no significant advantage and should be simplified by...
The issue involves enhancing the model2owl tool to support a new modelling feature for related properties as described in [ePO#737](https://github.com/OP-TED/ePO/issues/737) The related task will provide a specification of the modelling...
In the context of the ePO conceptual model, certain cases of relationships between properties are expressed as inheritance. However, as reported in [ePO#666](https://github.com/OP-TED/ePO/discussions/666#discussioncomment-10223332), concerns have been raised that it may...
The current implementation of qualified cardinality constraints in the restrictions artefact follows outdated OWL 1 practices. Specifically, it uses `owl:cardinality`, `owl:minCardinality`, or `owl:maxCardinality` along with an implicit expectation of type,...
Model2owl does not support [N-ary associations](https://sparxsystems.com/enterprise_architect_user_guide/17.1/modeling_languages/n-aryassociation.html). However, the current implementation of association transformation in model2owl fails to correctly identify and ignore UML N-ary associations if such occur in the input...
### Problem Description **Context and Motivation** The model2owl project currently only features unit tests, which verify internal components but do not demonstrate functional conformance to the transformation rules from the...
The `epo:GreenProcurement` class, with two relation ends having the same `epo:fulfillsRequirement` name, introduces ambiguity in the model and breaks the new JSON-LD context generation feature in model2owl. **Expected Behavior** The...