diff --git a/doc/README.md b/doc/README.md
index adecf2b..8a77296 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -5,3 +5,83 @@ The source is always the TTL file, and the result is a HTML file and a JSON-LD f
The main page displays the tests and metrics created from the ttl_transformation.py process, which are stored in doc/test.
This main page is generated by "https://github.com/oeg-upm/foops_documentation_scripts/ttl_catalog.py"
+
+The process to update any of the tests or metrics would be as follows. After modifying any of the existing properties in the ttl file of the test or metric, it is necessary to first run the Python script ttl_transformation.py and then ttl_catalog.py to ensure that any updated properties are displayed on the main page containing the list of tests and metrics. Both scripts can be found at https://github.com/oeg-upm/foops_documentation_scripts/.
+
+In case it is necessary to add a new property to any of the existing documents, it is essential to include it both in the script ttl_transformation.py, where it should be included in the SPARQL query, and in the function that maps the query results to the template. For tests, this function is called ttl_to_html, while for metrics it is ttl_to_html_metrics.
+
+Additionally, the test or metric template must be modified to include this property and ensure it is displayed in the HTML. In this Mustache template, the mapping is performed and an HTML file is created for each test. The tests use template.html located at https://github.com/oeg-upm/fair_ontologies/tree/main/doc/test/template.html. The metrics use template_metrics.html located at https://github.com/oeg-upm/fair_ontologies/tree/main/doc/metrics/template_metrics.html.
+
+To include a new test or metric from the beginning, its necessary to create a ttl file with the same structure as the other documents and include it in its corresponding folder. For example, if you create the test NEW1.ttl, you need to create a folder NEW1 at https://github.com/oeg-upm/fair_ontologies/tree/main/doc/test/ and place the file NEW1.ttl there.
+
+All test and metric IDs must follow the following structure:
+https://w3id.org/foops/test/
+https://w3id.org/foops/metric/
+
+Therefore, for the example we are following, the ID would be: https://w3id.org/foops/test/NEW1
+
+Then you would run the ttl_transformation.py script, which will generate the HTML file and the JSON-LD file for that test. Afterwards, you would run the ttl_catalog.py script to add this new test to the main page.
+
+Currently, the structure of the TTL file required for a test is as follows:
+
+---
+
+ Here you can find the list of test that FOOPS of Ontology Engineering Group (OEG) is developing and publishing on the web.
Uri | Name | Title | +License | +Version | +Keywords | ||
---|---|---|---|---|---|---|---|
https://w3id.org/foops/test/RDF1 | -CN1 | -Content negotiation for RDF | + +CN1 | +Content negotiation for RDF | +CC-BY-2.0 | +0.0.1 | +Content negotiation, Test |
https://w3id.org/foops/test/DOC1 | -DOC1 | -HTML availability | + +DOC1 | +HTML availability | +CC-BY-2.0 | +0.0.1 | +HTML availability, Test, Reusable |
https://w3id.org/foops/test/FIND1 | -FIND1 | -Ontology prefix | + +FIND1 | +Ontology prefix | +CC-BY-2.0 | +0.0.1 | +Ontology prefix, Test, Findable |
https://w3id.org/foops/test/FIND2 | -FIND2 | -Prefix is in registry | + +FIND2 | +Prefix is in registry | +CC-BY-2.0 | +0.0.1 | +Prefix registry, Test, Findable |
https://w3id.org/foops/test/FIND3 | -FIND3 | -Ontology in metadata registry | + +FIND3 | +Ontology in metadata registry | +CC-BY-2.0 | +0.0.1 | +Ontology in metadata registry, Test, Findable |
https://w3id.org/foops/test/FIND_3_BIS | -FIND_3_BIS | -Metadata are accessible, even when ontology is not | + +FIND_3_BIS | +Metadata are accessible, even when ontology is not | +CC-BY-2.0 | +0.0.1 | +Metadata accesible, Test, Accesible |
https://w3id.org/foops/test/HTTP1 | -HTTP1 | -Open protocol | + +HTTP1 | +Open protocol | +CC-BY-2.0 | +0.0.1 | +Open protocol, Test, Accesible |
https://w3id.org/foops/test/OM1 | -OM1 | -Minimum metadata | + +OM1 | +Minimum metadata | +CC-BY-2.0 | +0.0.1 | +Minimum metadata, Test, Findable |
https://w3id.org/foops/test/OM2 | -OM2 | -Recommended metadata | + +OM2 | +Recommended metadata | +CC-BY-2.0 | +0.0.1 | +Recommended metadata, Test, Reusable |
https://w3id.org/foops/test/OM3 | -OM3 | -Detailed metadata | + +OM3 | +Detailed metadata | +CC-BY-2.0 | +0.0.1 | +Detailed metadata, Test, Reusable |
https://w3id.org/foops/test/OM4.1 | -OM4.1 | -License availability | + +OM4.1 | +License availability | +CC-BY-2.0 | +0.0.1 | +License availability, Test, Reusable |
https://w3id.org/foops/test/OM4.2 | -OM4.2 | -License is resolvable | + +OM4.2 | +License is resolvable | +CC-BY-2.0 | +0.0.1 | +License resolvable, Test, Reusable |
https://w3id.org/foops/test/OM5_1 | -OM5_1 | -Basic provenance metadata | + +OM5_1 | +Basic provenance metadata | +CC-BY-2.0 | +0.0.1 | +Basic provenance metadata, Test, Reusable |
https://w3id.org/foops/test/OM5_2 | -OM5_2 | -Detailed provenance metadata | + +OM5_2 | +Detailed provenance metadata | +CC-BY-2.0 | +0.0.1 | +Detailed provenance metadata, Test, Reusable |
https://w3id.org/foops/test/PURL1 | -PURL1 | -Persistent URL | + +PURL1 | +Persistent URL | +CC-BY-2.0 | +0.0.1 | +Persistent URL, Test, Accesible |
https://w3id.org/foops/test/URI1 | -URI1 | -Ontology URI is resolvable | + +URI1 | +Ontology URI is resolvable | +CC-BY-2.0 | +0.0.1 | +URI resolvable, Test, Resolvable |
https://w3id.org/foops/test/URI2 | -URI2 | -Consistent ontology IDs | + +URI2 | +Consistent ontology IDs | +CC-BY-2.0 | +0.0.1 | +Consistent ontology ID, Test, Findable |
https://w3id.org/foops/test/VER1 | -VER1 | -Version IRI | + +VER1 | +Version IRI | +CC-BY-2.0 | +0.0.1 | +Version IRI, Test, Findable |
https://w3id.org/foops/test/VER2 | -VER2 | -Version IRI resolves | + +VER2 | +Version IRI resolves | +CC-BY-2.0 | +0.0.1 | +Version IRI resolves, Test, Findable |
https://w3id.org/foops/test/VOC1 | -VOC1 | -Vocabulary reuse (metadata) | + +VOC1 | +Vocabulary reuse (metadata) | +CC-BY-2.0 | +0.0.1 | +Vocabulary reuse metadata, Test, Interoperable |
https://w3id.org/foops/test/VOC2 | -VOC2 | -Vocabulary reuse | + +VOC2 | +Vocabulary reuse | +CC-BY-2.0 | +0.0.1 | +Vocabulary reuse, Test, Interoperable |
https://w3id.org/foops/test/VOC3 | -VOC3 | -Documentation: labels | + +VOC3 | +Documentation: labels | +CC-BY-2.0 | +0.0.1 | +Documentation labels, Test, Reusable |
https://w3id.org/foops/test/VOC4 | -VOC4 | -Documentation: definitions | + +VOC4 | +Documentation: definitions | +CC-BY-2.0 | +0.0.1 | +Documentation definitions, Test, Reusable |
Name | +Title | +Version | +Keywords | +
---|---|---|---|
Metric CN1 | +Content negotiation for RDF | +0.0.1 | +Content negotiation, Metric | +
Metric DOC1 | +HTML availability | +0.0.1 | +HTML availability, Metric, Reusable | +
Metric FIND1 | +Ontology prefix | +0.0.1 | +Ontology prefix, Metric, Findable | +
Metric FIND2 | +Prefix is in registry | +0.0.1 | +Prefix registry, Metric, Findable | +
Metric FIND3 | +Ontology in metadata registry | +0.0.1 | +Ontology in metadata registry, Metric, Findable | +
Metric FIND_3_BIS | +Metadata are accessible, even when ontology is not | +0.0.1 | +Metadata accesible, Metric, Accesible | +
Metric HTTP1 | +Open protocol | +0.0.1 | +Open protocol, Metric, Accesible | +
Metric OM1 | +Minimum metadata | +0.0.1 | +Minimum metadata, Metric, Findable | +
Metric OM2 | +Recommended metadata | +0.0.1 | +Recommended metadata, Metric, Reusable | +
Metric OM3 | +Detailed metadata | +0.0.1 | +Detailed metadata, Metric, Reusable | +
Metric OM4.1 | +License availability | +0.0.1 | +License availability, Metric, Reusable | +
Metric OM4.2 | +License is resolvable | +0.0.1 | +License resolvable, Metric, Reusable | +
Metric OM5_1 | +Basic provenance metadata | +0.0.1 | +Basic provenance metadata, Metric, Reusable | +
Metric OM5_2 | +Detailed provenance metadata | +0.0.1 | +Detailed provenance metadata, Metric, Reusable | +
Metric PURL1 | +Persistent URL | +0.0.1 | +Persistent URL, Metric, Accesible | +
Metric URI1 | +Ontology URI is resolvable | +0.0.1 | +URI resolvable, Metric, Resolvable | +
Metric URI2 | +Consistent ontology IDs | +0.0.1 | +Consistent ontology ID, Metric, Findable | +
Metric VER1 | +Version IRI | +0.0.1 | +Version IRI, Metric, Findable | +
Metric VER2 | +Version IRI resolves | +0.0.1 | +Version IRI resolves, Metric, Findable | +
Metric VOC1 | +Vocabulary reuse (metadata) | +0.0.1 | +Vocabulary reuse metadata, Metric, Interoperable | +
Metric VOC2 | +Vocabulary reuse | +0.0.1 | +Vocabulary reuse, Metric, Interoperable | +
Metric VOC3 | +Documentation: labels | +0.0.1 | +Documentation labels, Metric, Reusable | +
Metric VOC4 | +Documentation: definitions | +0.0.1 | +Documentation definitions, Metric, Reusable | +