OntoUML / ontouml-js

Javascript library for manipulating OntoUML models.
Apache License 2.0
11 stars 8 forks source link

Invalid URIs in the catalog's ttl files #102

Closed pedropaulofb closed 1 year ago

pedropaulofb commented 1 year ago

The ttl files (catalog.ttl, metadata.ttl, etc.) generated by the ontouml2owl-batch refer to invalid dataset URIs.

For example, when referring to the bank-model, we have the following situation:

For the correction, please note that it is necessary to:

  1. remove the "/dataset/" substring
  2. remove the final "/"

Can you please correct that?

pedropaulofb commented 1 year ago

Done.