From 74ef93a05f031bc38ad10fb9d2d383187ea779ea Mon Sep 17 00:00:00 2001 From: juanjemdIos Date: Tue, 15 Oct 2024 08:49:58 +0200 Subject: [PATCH 1/3] template catalogue and readme creation template catalogue and modication of readme --- doc/README.md | 3 ++ doc/plantilla_catalogo.html | 87 +++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 doc/plantilla_catalogo.html diff --git a/doc/README.md b/doc/README.md index b77ae46..da28f91 100644 --- a/doc/README.md +++ b/doc/README.md @@ -3,3 +3,6 @@ Files created by script "https://github.com/oeg-upm/foops_documentation_scripts/ttl_transformation.py". The source is always the TTL file, and the result is a HTML file and a JSON-LD file, both with the same name as TTL file. +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_catalogue.py" + diff --git a/doc/plantilla_catalogo.html b/doc/plantilla_catalogo.html new file mode 100644 index 0000000..3e80534 --- /dev/null +++ b/doc/plantilla_catalogo.html @@ -0,0 +1,87 @@ + + + + Foops catalogue + + + + + + + +
+
+
+ + + +
+
+
+
+

TEST CATALOGUE

+

Here you can find the list of test that FOOPS of Ontology Engineering Group (OEG) is developing and publishing on the web.

+
+
+ + + + + + + + + + {{#tests}} + + + + + + {{/tests}} + +
UriNameTitle
{{identifier}}{{name}}{{title}}
+
+
+
+

TEST METRICS

+

Here you can find the list of metrics that the Ontology Engineering Group (OEG) is developing and publishing on the web.

+
+
+
+
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file From 7223332754dd4967c10029985b15e706d025a3ce Mon Sep 17 00:00:00 2001 From: juanjemdIos Date: Tue, 15 Oct 2024 11:34:00 +0200 Subject: [PATCH 2/3] catalogo_test created --- doc/catalogo_test.html | 195 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 doc/catalogo_test.html diff --git a/doc/catalogo_test.html b/doc/catalogo_test.html new file mode 100644 index 0000000..6bd90a8 --- /dev/null +++ b/doc/catalogo_test.html @@ -0,0 +1,195 @@ + + + + Foops catalogue + + + + + + + +
+
+
+ + + +
+
+
+
+

TEST CATALOGUE

+

Here you can find the list of test that FOOPS of Ontology Engineering Group (OEG) is developing and publishing on the web.

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UriNameTitle
https://w3id.org/foops/test/RDF1CN1Content negotiation for RDF
https://w3id.org/foops/test/DOC1DOC1HTML availability
https://w3id.org/foops/test/FIND1FIND1Ontology prefix
https://w3id.org/foops/test/FIND2FIND2Prefix is in registry
https://w3id.org/foops/test/FIND3FIND3Ontology in metadata registry
https://w3id.org/foops/test/FIND_3_BISFIND_3_BISMetadata are accessible, even when ontology is not
https://w3id.org/foops/test/HTTP1HTTP1Open protocol
https://w3id.org/foops/test/OM1OM1Minimum metadata
https://w3id.org/foops/test/OM2OM2Recommended metadata
https://w3id.org/foops/test/OM3OM3Detailed metadata
https://w3id.org/foops/test/OM4.1OM4.1License availability
https://w3id.org/foops/test/OM4.2OM4.2License is resolvable
https://w3id.org/foops/test/OM5_1OM5_1Basic provenance metadata
https://w3id.org/foops/test/OM5_2OM5_2Detailed provenance metadata
https://w3id.org/foops/test/PURL1PURL1Persistent URL
https://w3id.org/foops/test/URI1URI1Ontology URI is resolvable
https://w3id.org/foops/test/URI2URI2Consistent ontology IDs
https://w3id.org/foops/test/VER1VER1Version IRI
https://w3id.org/foops/test/VER2VER2Version IRI resolves
https://w3id.org/foops/test/VOC1VOC1Vocabulary reuse (metadata)
https://w3id.org/foops/test/VOC2VOC2Vocabulary reuse
https://w3id.org/foops/test/VOC3VOC3Documentation: labels
https://w3id.org/foops/test/VOC4VOC4Documentation: definitions
+
+
+
+

TEST METRICS

+

Here you can find the list of metrics that the Ontology Engineering Group (OEG) is developing and publishing on the web.

+
+
+
+
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file From af82b9905d4b22a8970ef3e806cb15750b3115ee Mon Sep 17 00:00:00 2001 From: juanjemdIos Date: Wed, 16 Oct 2024 08:03:42 +0200 Subject: [PATCH 3/3] rename some file names rename files --- doc/README.md | 5 ++--- doc/{catalogo_test.html => catalog.html} | 0 doc/{plantilla_catalogo.html => template_catalog.html} | 0 doc/test/{plantilla.html => template.html} | 0 4 files changed, 2 insertions(+), 3 deletions(-) rename doc/{catalogo_test.html => catalog.html} (100%) rename doc/{plantilla_catalogo.html => template_catalog.html} (100%) rename doc/test/{plantilla.html => template.html} (100%) diff --git a/doc/README.md b/doc/README.md index da28f91..adecf2b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -3,6 +3,5 @@ Files created by script "https://github.com/oeg-upm/foops_documentation_scripts/ttl_transformation.py". The source is always the TTL file, and the result is a HTML file and a JSON-LD file, both with the same name as TTL file. -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_catalogue.py" - +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" diff --git a/doc/catalogo_test.html b/doc/catalog.html similarity index 100% rename from doc/catalogo_test.html rename to doc/catalog.html diff --git a/doc/plantilla_catalogo.html b/doc/template_catalog.html similarity index 100% rename from doc/plantilla_catalogo.html rename to doc/template_catalog.html diff --git a/doc/test/plantilla.html b/doc/test/template.html similarity index 100% rename from doc/test/plantilla.html rename to doc/test/template.html