OntoUML / ontouml-models

The OntoUML/UFO Catalog is a collaborative, structured and open-source catalog of OntoUML and UFO ontology models.
https://w3id.org/ontouml-models/
Other
42 stars 43 forks source link

TTL files generation #181

Closed pedropaulofb closed 1 year ago

pedropaulofb commented 2 years ago

1) Nowadays we use the generator from the ontouml-js 2) As there are specificities for creating the necessary files for the catalog, we have to define a strategy for forking and relating this tool to the catalog repository 3) After step 2, we have to automate the creation of the TTL files as much as possible. If possible, we should create an action to automatically regenerate all related TTL files after modifications.

pedropaulofb commented 2 years ago

@tgoprince, please also remember to create and apply the following prefix in the catalog.ttl file:

@prefix dataset: <http://purl.org/ontouml-models/dataset/>

Initial tests showed that this simple modification reduced about 25% of the resulting file size.

pedropaulofb commented 1 year ago

Done.