oeg-upm / Chowlk

Tool to transform an ontology diagram into OWL code.
Apache License 2.0
22 stars 6 forks source link

subPropertyOf element is ignored #21

Closed GordianDziwis closed 2 years ago

GordianDziwis commented 2 years ago

Both forms of the subPropertyOf do not appear in the ouput.

Serge3006 commented 2 years ago

Hi, have you verified that the arrows are properly connected to the rhombuses? I've tried the following and works well:

image

Could you please send me a snapshot of that part of your diagram?

GordianDziwis commented 2 years ago

For the rhombus version the issue was that the template from the library has no namespace prefix for the object properties. So I added them, and it worked.

The error version still does not work, I can not get the error to connect. I drag an end but no anchor points appear. grafik

Serge3006 commented 2 years ago

Yes, thank you for spotting that in the diamonds. In the case of the arrow version, it is not supported by the converted, because we are restricted from the diagrams.net tool to attached arrows to other arrows. It is indicated in the instructions of the converter, but is true that it should be indicated more explicitly in the specification.

image

GordianDziwis commented 2 years ago

Okay sorry for the "rtfm" issue. But why don't you just remove option 2?