dgarijo / Widoco

Wizard for documenting ontologies. WIDOCO is a step by step generator of HTML templates with the documentation of your ontology. It uses the LODE environment to create part of the template.
Apache License 2.0
275 stars 85 forks source link

Make config file configuration merge with that one from the ontology #699

Open psiotwo opened 2 months ago

psiotwo commented 2 months ago

Is your feature request related to a problem? Please describe. I must use either the config file or the configuration from the ontology header itself. This results in many duplicated attributes in both files (title, license, etc...)

Describe the solution you'd like To let ontology header values be picked in case they are not present in the config file - on per-property basis.

Describe alternatives you've considered An ideal alternative would be to have everything representable in the ontology header and avoid the config file.

dgarijo commented 2 months ago

Hello, I am not sure I understand the issue very well. What is the ontology header? Ontology annotations?

According to https://github.com/dgarijo/Widoco/blob/master/doc/metadataGuide/guide.md all the metadata properties are supported in both the config and ontology metadata file. What are the metadata fields you are missing from the ontology annotations?

I agree that it is easier to maintain only the ontology file, with its metadata