oeg-upm / Chowlk

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

Add of domain unionn, custom datatypes and remove of specific things #25

Closed Alcoz closed 2 years ago

Alcoz commented 2 years ago

Hi, I add the possibility to add custom datatypes into Chowlk by using Parallelogram. I add too the possibility to create domain union for properties. There are some of you choose I'm not into. First, xsd is forced as default namespace for datatype and name with first lower letter.There are default datatypes that not worked with this rules like rdfs:Literal or even xsd:Name. It not works either with custom datatypes so I have to removed it. I removed also default labels because I write them in another development phase. i removed also the default namespace, i prefered to see them but it really a personal point of view.

Another problem I saw in the last updates. The turtle file and xml are not organise as before with a specific order and with big title comment title in the files. It was a good things and it would be great to get it back.

I add a xml_file you can import on Draw.Io to see the modifications. Please feel free to send me any remarks, questions or suggestions.

Serge3006 commented 2 years ago

Hello @Alcoz, I was cleaning the code, and I remove the dev branch and by accident, I remove your pull request, I don't know if you could be able to make another request to the develop branch, sorry for the mistake!