From 4b96b33ad6d3e0d89262991e4d586cb12e8566cb Mon Sep 17 00:00:00 2001 From: Daniel Garijo Date: Wed, 3 Apr 2024 00:35:57 +0200 Subject: [PATCH] Fix #648 --- doc/bestPractices/sections/checklist-en.html | 4 +- doc/configuration/config.properties | 9 +++-- doc/configuration/configuration_doc.md | 37 +++++++++++-------- doc/configurationSamples/README.md | 1 - .../config/config.properties | 2 +- doc/metadataGuide/guide.md | 33 ++++++++++------- src/main/java/lode/LODEGeneration.java | 5 ++- src/main/java/widoco/Configuration.java | 34 +++++++++-------- src/main/java/widoco/Constants.java | 7 +++- src/main/java/widoco/gui/GuiStep3.java | 5 +++ 10 files changed, 83 insertions(+), 54 deletions(-) delete mode 100644 doc/configurationSamples/README.md diff --git a/doc/bestPractices/sections/checklist-en.html b/doc/bestPractices/sections/checklist-en.html index faab43e3..2bed613b 100644 --- a/doc/bestPractices/sections/checklist-en.html +++ b/doc/bestPractices/sections/checklist-en.html @@ -23,7 +23,7 @@
Example:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix vann: <http://purl.org/vocab/vann/> . <https://w3id.org/example> rdf:type owl:Ontology ; - vann:preferredNamespaceUri "https://w3id.org/example" . + vann:preferredNamespaceUri <https://w3id.org/example#> .

Prefix [RECOMMENDED]

@@ -698,7 +698,7 @@
Example:

Status [OPTIONAL]

-Property indicating the usage status of the term. For example, whether the term is mature enough, whether it has been deprecated, curated, etc. Note that some of the properties proposed below, such as obo:IAO_0000114, have as range a set of fixed values. The registry vocabulary proposes a hierarchy of status that may be used to represent terms as well (reg:statusAccepted, reg:statusValid, reg:statusDeprecated, etc.). +Property indicating the usage status of the term. For example, whether the term is mature enough, whether it has been deprecated, curated, etc. Note that some of the properties proposed below, such as obo:IAO_0000114, have as range a set of fixed values. The registry vocabulary proposes a hierarchy of status that may be used to represent terms as well (reg:statusAccepted, reg:statusValid, reg:statusDeprecated, etc.).