diff --git a/doc/metric/RDF1/RDF1.html b/doc/metric/CN1/CN1.html
similarity index 96%
rename from doc/metric/RDF1/RDF1.html
rename to doc/metric/CN1/CN1.html
index 258ac76..f393645 100644
--- a/doc/metric/RDF1/RDF1.html
+++ b/doc/metric/CN1/CN1.html
@@ -67,7 +67,7 @@
-
+
Metric CN1
@@ -84,7 +84,7 @@
Metric CN1
Why should we measure it?
RDF serializations are fundamental for semantic web technologies. Ensuring accessibility in at least one of these formats allows tools and systems to process the vocabulary effectively, enabling interoperability and usability across platforms.
What must be provided for the measurement?
-
An ontology URI supporting content negotiation.
+
An ontology URI.
What are considered valid results?
Valid results occur if the ontology is accessible in at least one specified RDF serialization. The test fails if no recognized serialization is returned or the serialization does not match the required formats.
diff --git a/doc/metric/RDF1/RDF1.jsonld b/doc/metric/CN1/CN1.jsonld
similarity index 93%
rename from doc/metric/RDF1/RDF1.jsonld
rename to doc/metric/CN1/CN1.jsonld
index 4f4bae1..f89506b 100644
--- a/doc/metric/RDF1/RDF1.jsonld
+++ b/doc/metric/CN1/CN1.jsonld
@@ -1,4 +1,32 @@
[
+ {
+ "@id": "https://w3id.org/foops/test/CN1",
+ "@type": [
+ "https://www.w3id.org/ftr#Test"
+ ]
+ },
+ {
+ "@id": "https://oeg.fi.upm.es",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Organization"
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
+ ],
+ "http://www.w3.org/2006/vcard/ns#fn": [
+ {
+ "@value": "Daniel Garijo"
+ }
+ ],
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ {
+ "@id": "mailto:dgarijo@upm.es"
+ }
+ ]
+ },
{
"@id": "https://w3id.org/foops/metric/CN1",
"@type": [
@@ -15,7 +43,7 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": " \n\nThis metric ensures that the vocabulary is accessible in recognized RDF serialization formats.\n\n**What is being measured?**\n\nThe accessibility of the vocabulary in any of the following RDF serializations:\n\n* RDF/XML\n* Turtle (TTL)\n* N-Triples\n* JSON-LD\n\n**Why should we measure it?**\n\nRDF serializations are fundamental for semantic web technologies. Ensuring accessibility in at least one of these formats allows tools and systems to process the vocabulary effectively, enabling interoperability and usability across platforms.\n\n**What must be provided for the measurement?**\n\nAn ontology URI supporting content negotiation.\n\n**What are considered valid results?**\n\nValid results occur if the ontology is accessible in at least one specified RDF serialization. The test fails if no recognized serialization is returned or the serialization does not match the required formats.\n\t"
+ "@value": " \n\nThis metric ensures that the vocabulary is accessible in recognized RDF serialization formats.\n\n**What is being measured?**\n\nThe accessibility of the vocabulary in any of the following RDF serializations:\n\n* RDF/XML\n* Turtle (TTL)\n* N-Triples\n* JSON-LD\n\n**Why should we measure it?**\n\nRDF serializations are fundamental for semantic web technologies. Ensuring accessibility in at least one of these formats allows tools and systems to process the vocabulary effectively, enabling interoperability and usability across platforms.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nValid results occur if the ontology is accessible in at least one specified RDF serialization. The test fails if no recognized serialization is returned or the serialization does not match the required formats.\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
@@ -41,7 +69,7 @@
],
"http://semanticscience.org/resource/SIO_000233": [
{
- "@id": "https://w3id.org/foops/test/RDF1"
+ "@id": "https://w3id.org/foops/test/CN1"
}
],
"http://vivoweb.org/ontology/core#abbreviation": [
@@ -96,6 +124,22 @@
}
]
},
+ {
+ "@id": "https://orcid.org/0000-0003-3587-0367",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
+ ],
+ "http://www.w3.org/2006/vcard/ns#fn": [
+ {
+ "@value": "Maria Poveda"
+ }
+ ],
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ {
+ "@id": "mailto:m.poveda@upm.es"
+ }
+ ]
+ },
{
"@id": "https://w3id.org/foops/benchmark/ALL",
"@type": [
@@ -135,49 +179,5 @@
"@value": "A1"
}
]
- },
- {
- "@id": "https://orcid.org/0000-0003-3587-0367",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
- ],
- "http://www.w3.org/2006/vcard/ns#fn": [
- {
- "@value": "Maria Poveda"
- }
- ],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
- {
- "@id": "mailto:m.poveda@upm.es"
- }
- ]
- },
- {
- "@id": "https://oeg.fi.upm.es",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Organization"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-0454-7145",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
- ],
- "http://www.w3.org/2006/vcard/ns#fn": [
- {
- "@value": "Daniel Garijo"
- }
- ],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
- {
- "@id": "mailto:dgarijo@upm.es"
- }
- ]
- },
- {
- "@id": "https://w3id.org/foops/test/RDF1",
- "@type": [
- "https://www.w3id.org/ftr#Test"
- ]
}
]
\ No newline at end of file
diff --git a/doc/metric/RDF1/RDF1.ttl b/doc/metric/CN1/CN1.ttl
similarity index 96%
rename from doc/metric/RDF1/RDF1.ttl
rename to doc/metric/CN1/CN1.ttl
index 305f0e6..fa4dd25 100644
--- a/doc/metric/RDF1/RDF1.ttl
+++ b/doc/metric/CN1/CN1.ttl
@@ -31,7 +31,7 @@ RDF serializations are fundamental for semantic web technologies. Ensuring acces
**What must be provided for the measurement?**
-An ontology URI supporting content negotiation.
+An ontology URI.
**What are considered valid results?**
@@ -47,7 +47,7 @@ Valid results occur if the ontology is accessible in at least one specified RDF
dcat:version "0.0.1"^^xsd:string ;
dcterms:license ;
dcat:keyword "Content negotiation"@en , "Metric"@en ;
- ;
+ ;
dcat:landingPage ;
ftr:hasBenchmark ;
ftr:metricStatus "Active"@en .
@@ -62,7 +62,7 @@ Valid results occur if the ontology is accessible in at least one specified RDF
vivo:abbreviation "A1"^^xsd:string ;
dcterms:description "(meta)data are retrievable by their identifier using a standardized communications protocol"@en .
a vcard:Organization .
- a ftr:Test .
+ a ftr:Test .
a ftr:Benchmark;
dcterms:title "General Benchmark ALL for FAIR Principles"@en ;
dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."@en .
\ No newline at end of file
diff --git a/doc/metric/DOC1/DOC1.html b/doc/metric/DOC1/DOC1.html
index 7fc7871..74825a7 100644
--- a/doc/metric/DOC1/DOC1.html
+++ b/doc/metric/DOC1/DOC1.html
@@ -67,7 +67,7 @@
This metric ensures that ontologies are accessible through open protocols, such as HTTP or HTTPS, guaranteeing widespread compatibility and accessibility for users and systems.
+
This metric ensures that ontologies are accessible through open protocols, such as HTTP or HTTPS, guaranteeing widespread compatibility and accessibility for users and systems.
What is being measured?
The availability of the ontology via standardized open protocols.
diff --git a/doc/metric/HTTP1/HTTP1.jsonld b/doc/metric/HTTP1/HTTP1.jsonld
index fd1b9e8..b0e2bd0 100644
--- a/doc/metric/HTTP1/HTTP1.jsonld
+++ b/doc/metric/HTTP1/HTTP1.jsonld
@@ -1,4 +1,10 @@
[
+ {
+ "@id": "https://w3id.org/foops/test/HTTP1",
+ "@type": [
+ "https://www.w3id.org/ftr#Test"
+ ]
+ },
{
"@id": "https://w3id.org/foops/metric/HTTP1",
"@type": [
@@ -15,7 +21,7 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": " \t\nThis metric ensures that ontologies are accessible through open protocols, such as HTTP or HTTPS, guaranteeing widespread compatibility and accessibility for users and systems.\n\n**What is being measured?**\n\nThe availability of the ontology via standardized open protocols.\n\n**Why should we measure it?**\n\nTo ensure the ontology is readily accessible and usable across different platforms without proprietary barriers, supporting FAIR principles.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nThe ontology must:\n\n* Be accessible via open protocols (e.g., HTTP, HTTPS).\n* Return a valid response when accessed using these protocols.\n\t\n\t"
+ "@value": " \nThis metric ensures that ontologies are accessible through open protocols, such as HTTP or HTTPS, guaranteeing widespread compatibility and accessibility for users and systems.\n\n**What is being measured?**\n\nThe availability of the ontology via standardized open protocols.\n\n**Why should we measure it?**\n\nTo ensure the ontology is readily accessible and usable across different platforms without proprietary barriers, supporting FAIR principles.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nThe ontology must:\n\n* Be accessible via open protocols (e.g., HTTP, HTTPS).\n* Return a valid response when accessed using these protocols.\n\t\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
@@ -101,20 +107,24 @@
]
},
{
- "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@id": "https://oeg.fi.upm.es",
"@type": [
- "https://www.w3id.org/ftr#Benchmark"
+ "http://www.w3.org/2006/vcard/ns#Organization"
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
],
- "http://purl.org/dc/terms/description": [
+ "http://www.w3.org/2006/vcard/ns#fn": [
{
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
+ "@value": "Daniel Garijo"
}
],
- "http://purl.org/dc/terms/title": [
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
+ "@id": "mailto:dgarijo@upm.es"
}
]
},
@@ -157,31 +167,21 @@
]
},
{
- "@id": "https://oeg.fi.upm.es",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Organization"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@id": "https://w3id.org/foops/benchmark/ALL",
"@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
+ "https://www.w3id.org/ftr#Benchmark"
],
- "http://www.w3.org/2006/vcard/ns#fn": [
+ "http://purl.org/dc/terms/description": [
{
- "@value": "Daniel Garijo"
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
}
],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ "http://purl.org/dc/terms/title": [
{
- "@id": "mailto:dgarijo@upm.es"
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
}
]
- },
- {
- "@id": "https://w3id.org/foops/test/HTTP1",
- "@type": [
- "https://www.w3id.org/ftr#Test"
- ]
}
]
\ No newline at end of file
diff --git a/doc/metric/HTTP1/HTTP1.ttl b/doc/metric/HTTP1/HTTP1.ttl
index a23a60d..b171c6e 100644
--- a/doc/metric/HTTP1/HTTP1.ttl
+++ b/doc/metric/HTTP1/HTTP1.ttl
@@ -14,7 +14,7 @@
dcterms:title "Open protocol"@en ;
rdfs:label "Metric HTTP1"^^xsd:string ;
vivo:abbreviation "Metric HTTP1"^^xsd:string ;
- dcterms:description """
+ dcterms:description """
This metric ensures that ontologies are accessible through open protocols, such as HTTP or HTTPS, guaranteeing widespread compatibility and accessibility for users and systems.
**What is being measured?**
diff --git a/doc/metric/OM1/OM1.html b/doc/metric/OM1/OM1.html
index f61dd26..8264dc6 100644
--- a/doc/metric/OM1/OM1.html
+++ b/doc/metric/OM1/OM1.html
@@ -67,7 +67,7 @@
-
+
Metric OM1
@@ -87,7 +87,7 @@
Metric OM1
Why should we measure it?
To ensure the ontology provides sufficient context for reuse, versioning, and compliance with FAIR principles.
What must be provided for the measurement?
-
An ontology file or its URI.
+
An ontology URI.
What are considered valid results?
The ontology must contain all specified metadata fields. If any field is missing or incomplete, the ontology fails this benchmark.
diff --git a/doc/metric/OM1/OM1.jsonld b/doc/metric/OM1/OM1.jsonld
index e8eed5b..839f016 100644
--- a/doc/metric/OM1/OM1.jsonld
+++ b/doc/metric/OM1/OM1.jsonld
@@ -1,84 +1,4 @@
[
- {
- "@id": "https://w3id.org/foops/benchmark/ALL",
- "@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
- }
- ]
- },
- {
- "@id": "https://w3id.org/foops/benchmark/PRE",
- "@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark PRE for FAIR Principles"
- }
- ]
- },
- {
- "@id": "https://w3id.org/fair/principles/terms/F2",
- "@type": [
- "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "data are described with rich metadata (defined by R1 below)"
- }
- ],
- "http://vivoweb.org/ontology/core#abbreviation": [
- {
- "@value": "F2"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#label": [
- {
- "@value": "F2"
- }
- ]
- },
- {
- "@id": "https://w3id.org/foops/test/OM1",
- "@type": [
- "https://www.w3id.org/ftr#Test"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-3587-0367",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
- ],
- "http://www.w3.org/2006/vcard/ns#fn": [
- {
- "@value": "Maria Poveda"
- }
- ],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
- {
- "@id": "mailto:m.poveda@upm.es"
- }
- ]
- },
{
"@id": "https://oeg.fi.upm.es",
"@type": [
@@ -117,7 +37,7 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": " \nThis metric verifies whether the ontology includes a set of required metadata fields essential for its effective use and FAIR compliance.\n\n**What is being measured?**\n\nThe presence of the following minimum metadata in the ontology:\n\n* Title\n* Description\n* License\n* Version IRI\n* Creator\n* Creation Date\n* Namespace URI\n\n**Why should we measure it?**\n\nTo ensure the ontology provides sufficient context for reuse, versioning, and compliance with FAIR principles.\n\n**What must be provided for the measurement?**\n\nAn ontology file or its URI.\n\n**What are considered valid results?**\n\nThe ontology must contain all specified metadata fields. If any field is missing or incomplete, the ontology fails this benchmark.\n\t"
+ "@value": " \nThis metric verifies whether the ontology includes a set of required metadata fields essential for its effective use and FAIR compliance.\n\n**What is being measured?**\n\nThe presence of the following minimum metadata in the ontology:\n\n* Title\n* Description\n* License\n* Version IRI\n* Creator\n* Creation Date\n* Namespace URI\n\n**Why should we measure it?**\n\nTo ensure the ontology provides sufficient context for reuse, versioning, and compliance with FAIR principles.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nThe ontology must contain all specified metadata fields. If any field is missing or incomplete, the ontology fails this benchmark.\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
@@ -204,5 +124,85 @@
"@value": "Active"
}
]
+ },
+ {
+ "@id": "https://w3id.org/fair/principles/terms/F2",
+ "@type": [
+ "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "data are described with rich metadata (defined by R1 below)"
+ }
+ ],
+ "http://vivoweb.org/ontology/core#abbreviation": [
+ {
+ "@value": "F2"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#label": [
+ {
+ "@value": "F2"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/test/OM1",
+ "@type": [
+ "https://www.w3id.org/ftr#Test"
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/benchmark/PRE",
+ "@type": [
+ "https://www.w3id.org/ftr#Benchmark"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "General Benchmark PRE for FAIR Principles"
+ }
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-3587-0367",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
+ ],
+ "http://www.w3.org/2006/vcard/ns#fn": [
+ {
+ "@value": "Maria Poveda"
+ }
+ ],
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ {
+ "@id": "mailto:m.poveda@upm.es"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@type": [
+ "https://www.w3id.org/ftr#Benchmark"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
+ }
+ ]
}
]
\ No newline at end of file
diff --git a/doc/metric/OM1/OM1.ttl b/doc/metric/OM1/OM1.ttl
index 055a61d..1ab1aaa 100644
--- a/doc/metric/OM1/OM1.ttl
+++ b/doc/metric/OM1/OM1.ttl
@@ -33,7 +33,7 @@ To ensure the ontology provides sufficient context for reuse, versioning, and co
**What must be provided for the measurement?**
-An ontology file or its URI.
+An ontology URI.
**What are considered valid results?**
diff --git a/doc/metric/OM2/OM2.html b/doc/metric/OM2/OM2.html
index d2f0740..90dd902 100644
--- a/doc/metric/OM2/OM2.html
+++ b/doc/metric/OM2/OM2.html
@@ -67,7 +67,7 @@
-
+
Metric OM2
@@ -85,7 +85,7 @@
Metric OM2
Why should we measure it?
Recommended metadata ensures richer documentation and better support for reusability, traceability, and credit attribution in line with FAIR principles.
What must be provided for the measurement?
-
An ontology file or its URI.
+
An ontology URI.
What are considered valid results?
The ontology should include all recommended fields except the contributor field, which is optional and does not result in a penalty if absent. Missing other fields will cause the ontology to fail this benchmark.
diff --git a/doc/metric/OM2/OM2.jsonld b/doc/metric/OM2/OM2.jsonld
index 8404e25..8746bc1 100644
--- a/doc/metric/OM2/OM2.jsonld
+++ b/doc/metric/OM2/OM2.jsonld
@@ -1,68 +1,4 @@
[
- {
- "@id": "https://w3id.org/foops/test/OM2",
- "@type": [
- "https://www.w3id.org/ftr#Test"
- ]
- },
- {
- "@id": "https://w3id.org/foops/benchmark/ALL",
- "@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
- }
- ]
- },
- {
- "@id": "https://w3id.org/fair/principles/terms/R1",
- "@type": [
- "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "meta(data) are richly described with a plurality of accurate and relevant attributes"
- }
- ],
- "http://vivoweb.org/ontology/core#abbreviation": [
- {
- "@value": "R1"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#label": [
- {
- "@value": "R1"
- }
- ]
- },
- {
- "@id": "https://w3id.org/foops/benchmark/PRE",
- "@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark PRE for FAIR Principles"
- }
- ]
- },
{
"@id": "https://w3id.org/foops/metric/OM2",
"@type": [
@@ -79,7 +15,7 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": " \n\t\nThis metric evaluates whether the ontology includes a set of additional recommended metadata fields that enhance its usability and documentation quality.\n\n**What is being measured?**\n\nThe presence of the following recommended metadata fields:\n\n* Namespace Prefix (NS Prefix)\n* Version Info\n* Creation Date\n* Citation\n* Contributor (optional)\n\n**Why should we measure it?**\n\nRecommended metadata ensures richer documentation and better support for reusability, traceability, and credit attribution in line with FAIR principles.\n\n**What must be provided for the measurement?**\n\nAn ontology file or its URI.\n\n**What are considered valid results?**\n\nThe ontology should include all recommended fields except the contributor field, which is optional and does not result in a penalty if absent. Missing other fields will cause the ontology to fail this benchmark.\n\t"
+ "@value": " \n\t\nThis metric evaluates whether the ontology includes a set of additional recommended metadata fields that enhance its usability and documentation quality.\n\n**What is being measured?**\n\nThe presence of the following recommended metadata fields:\n\n* Namespace Prefix (NS Prefix)\n* Version Info\n* Creation Date\n* Citation\n* Contributor (optional)\n\n**Why should we measure it?**\n\nRecommended metadata ensures richer documentation and better support for reusability, traceability, and credit attribution in line with FAIR principles.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nThe ontology should include all recommended fields except the contributor field, which is optional and does not result in a penalty if absent. Missing other fields will cause the ontology to fail this benchmark.\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
@@ -168,40 +104,104 @@
]
},
{
- "@id": "https://orcid.org/0000-0003-3587-0367",
+ "@id": "https://oeg.fi.upm.es",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Organization"
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145",
"@type": [
"http://www.w3.org/2006/vcard/ns#Individual"
],
"http://www.w3.org/2006/vcard/ns#fn": [
{
- "@value": "Maria Poveda"
+ "@value": "Daniel Garijo"
}
],
"http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@id": "mailto:m.poveda@upm.es"
+ "@id": "mailto:dgarijo@upm.es"
}
]
},
{
- "@id": "https://oeg.fi.upm.es",
+ "@id": "https://w3id.org/fair/principles/terms/R1",
"@type": [
- "http://www.w3.org/2006/vcard/ns#Organization"
+ "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "meta(data) are richly described with a plurality of accurate and relevant attributes"
+ }
+ ],
+ "http://vivoweb.org/ontology/core#abbreviation": [
+ {
+ "@value": "R1"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#label": [
+ {
+ "@value": "R1"
+ }
]
},
{
- "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@id": "https://w3id.org/foops/test/OM2",
+ "@type": [
+ "https://www.w3id.org/ftr#Test"
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/benchmark/PRE",
+ "@type": [
+ "https://www.w3id.org/ftr#Benchmark"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "General Benchmark PRE for FAIR Principles"
+ }
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-3587-0367",
"@type": [
"http://www.w3.org/2006/vcard/ns#Individual"
],
"http://www.w3.org/2006/vcard/ns#fn": [
{
- "@value": "Daniel Garijo"
+ "@value": "Maria Poveda"
}
],
"http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@id": "mailto:dgarijo@upm.es"
+ "@id": "mailto:m.poveda@upm.es"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@type": [
+ "https://www.w3id.org/ftr#Benchmark"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
}
]
}
diff --git a/doc/metric/OM2/OM2.ttl b/doc/metric/OM2/OM2.ttl
index 84b7906..d615398 100644
--- a/doc/metric/OM2/OM2.ttl
+++ b/doc/metric/OM2/OM2.ttl
@@ -32,7 +32,7 @@ Recommended metadata ensures richer documentation and better support for reusabi
**What must be provided for the measurement?**
-An ontology file or its URI.
+An ontology URI.
**What are considered valid results?**
diff --git a/doc/metric/OM3/OM3.html b/doc/metric/OM3/OM3.html
index a1e8bd0..c6ad7a5 100644
--- a/doc/metric/OM3/OM3.html
+++ b/doc/metric/OM3/OM3.html
@@ -67,7 +67,7 @@
-
+
Metric OM3
@@ -92,7 +92,7 @@
Metric OM3
Why should we measure it?
Detailed metadata enhances the ontology’s credibility, accessibility, and traceability, aligning with FAIR principles to ensure its longevity and adaptability in diverse applications.
What must be provided for the measurement?
-
An ontology file or its URI.
+
An ontology URI.
What are considered valid results?
The ontology should include all mandatory fields. Optional fields like previous version, backward compatibility, and modified date are recommended but their absence does not lead to a failure of this benchmark.
diff --git a/doc/metric/OM5_1/OM5_1.jsonld b/doc/metric/OM5.1/OM5.1.jsonld
similarity index 80%
rename from doc/metric/OM5_1/OM5_1.jsonld
rename to doc/metric/OM5.1/OM5.1.jsonld
index 5fa4080..68cb064 100644
--- a/doc/metric/OM5_1/OM5_1.jsonld
+++ b/doc/metric/OM5.1/OM5.1.jsonld
@@ -1,6 +1,28 @@
[
{
- "@id": "https://w3id.org/foops/metric/OM5_1",
+ "@id": "https://oeg.fi.upm.es",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Organization"
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
+ ],
+ "http://www.w3.org/2006/vcard/ns#fn": [
+ {
+ "@value": "Daniel Garijo"
+ }
+ ],
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ {
+ "@id": "mailto:dgarijo@upm.es"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/metric/OM5.1",
"@type": [
"http://www.w3.org/ns/dqv#Metric"
],
@@ -15,12 +37,12 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": " \n\t\nThis metric checks for the inclusion of essential provenance metadata, ensuring that the origin and authorship of the ontology are clear and traceable.\n\n**What is being measured?**\n\nThe presence of basic provenance metadata, specifically:\n\n* Mandatory: Author and creation date.\n* Optional: Contributor and previous version metadata elements.\n\n**Why should we measure it?**\n\nProvenance metadata is crucial for understanding the source and authorship of an ontology, supporting reusability and trust. While not all ontologies may have contributors or previous versions, their inclusion adds value.\n\n**What must be provided for the measurement?**\n\nAn ontology file or URI containing metadata sections with provenance information.\n\n**What are considered valid results?**\n\nOntologies that explicitly state an author and a creation date satisfy the metric. Ontologies are encouraged, but not required, to include information on contributors and previous versions.\n\t\n\t"
+ "@value": " \nThis metric checks for the inclusion of essential provenance metadata, ensuring that the origin and authorship of the ontology are clear and traceable.\n\n**What is being measured?**\n\nThe presence of basic provenance metadata, specifically:\n\n* Mandatory: Author and creation date.\n* Optional: Contributor and previous version metadata elements.\n\n**Why should we measure it?**\n\nProvenance metadata is crucial for understanding the source and authorship of an ontology, supporting reusability and trust. While not all ontologies may have contributors or previous versions, their inclusion adds value.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nOntologies that explicitly state an author and a creation date satisfy the metric. Ontologies are encouraged, but not required, to include information on contributors and previous versions.\n\t\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
{
- "@id": "https://w3id.org/foops/metric/OM5_1"
+ "@id": "https://w3id.org/foops/metric/OM5.1"
}
],
"http://purl.org/dc/terms/license": [
@@ -41,17 +63,17 @@
],
"http://semanticscience.org/resource/SIO_000233": [
{
- "@id": "https://w3id.org/foops/test/OM5_1"
+ "@id": "https://w3id.org/foops/test/OM5.1"
}
],
"http://vivoweb.org/ontology/core#abbreviation": [
{
- "@value": "Metric OM5_1"
+ "@value": "Metric OM5.1"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
- "@value": "Metric OM5_1"
+ "@value": "Metric OM5.1"
}
],
"http://www.w3.org/ns/dcat#contactPoint": [
@@ -104,25 +126,7 @@
]
},
{
- "@id": "https://w3id.org/foops/benchmark/ALL",
- "@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
- }
- ]
- },
- {
- "@id": "https://w3id.org/foops/test/OM5_1",
+ "@id": "https://w3id.org/foops/test/OM5.1",
"@type": [
"https://www.w3id.org/ftr#Test"
]
@@ -145,28 +149,6 @@
}
]
},
- {
- "@id": "https://oeg.fi.upm.es",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Organization"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-3587-0367",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
- ],
- "http://www.w3.org/2006/vcard/ns#fn": [
- {
- "@value": "Maria Poveda"
- }
- ],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
- {
- "@id": "mailto:m.poveda@upm.es"
- }
- ]
- },
{
"@id": "https://w3id.org/fair/principles/terms/R1.2",
"@type": [
@@ -190,18 +172,36 @@
]
},
{
- "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@id": "https://orcid.org/0000-0003-3587-0367",
"@type": [
"http://www.w3.org/2006/vcard/ns#Individual"
],
"http://www.w3.org/2006/vcard/ns#fn": [
{
- "@value": "Daniel Garijo"
+ "@value": "Maria Poveda"
}
],
"http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@id": "mailto:dgarijo@upm.es"
+ "@id": "mailto:m.poveda@upm.es"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@type": [
+ "https://www.w3id.org/ftr#Benchmark"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
}
]
}
diff --git a/doc/metric/OM5_1/OM5_1.ttl b/doc/metric/OM5.1/OM5.1.ttl
similarity index 90%
rename from doc/metric/OM5_1/OM5_1.ttl
rename to doc/metric/OM5.1/OM5.1.ttl
index b5ca6a2..3e7d7ba 100644
--- a/doc/metric/OM5_1/OM5_1.ttl
+++ b/doc/metric/OM5.1/OM5.1.ttl
@@ -9,11 +9,10 @@
@prefix dqv: .
@prefix vivo: .
- a dqv:Metric ;
- dcterms:identifier ;
+ a dqv:Metric ;
+ dcterms:identifier ;
dcterms:title "Basic provenance metadata"@en ;
dcterms:description """
-
This metric checks for the inclusion of essential provenance metadata, ensuring that the origin and authorship of the ontology are clear and traceable.
**What is being measured?**
@@ -29,15 +28,15 @@ Provenance metadata is crucial for understanding the source and authorship of an
**What must be provided for the measurement?**
-An ontology file or URI containing metadata sections with provenance information.
+An ontology URI.
**What are considered valid results?**
Ontologies that explicitly state an author and a creation date satisfy the metric. Ontologies are encouraged, but not required, to include information on contributors and previous versions.
"""@en ;
- rdfs:label "Metric OM5_1"^^xsd:string ;
- vivo:abbreviation "Metric OM5_1"^^xsd:string ;
+ rdfs:label "Metric OM5.1"^^xsd:string ;
+ vivo:abbreviation "Metric OM5.1"^^xsd:string ;
dcat:contactPoint ;
dcterms:creator ;
dcterms:creator ;
@@ -46,7 +45,7 @@ Ontologies that explicitly state an author and a creation date satisfy the metri
dcat:version "0.0.1"^^xsd:string ;
dcterms:license ;
dcat:keyword "Basic provenance metadata"@en , "Metric"@en , "Reusable"@en ;
- ;
+ ;
dcat:landingPage ;
ftr:hasBenchmark , ;
ftr:metricStatus "Active"@en .
@@ -61,7 +60,7 @@ Ontologies that explicitly state an author and a creation date satisfy the metri
vivo:abbreviation "R1.2"^^xsd:string ;
dcterms:description "(meta)data are associated with detailed provenance"@en .
a vcard:Organization .
- a ftr:Test .
+ a ftr:Test .
a ftr:Benchmark;
dcterms:title "General Benchmark ALL for FAIR Principles"@en ;
dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."@en .
diff --git a/doc/metric/OM5_2/OM5_2.html b/doc/metric/OM5.2/OM5.2.html
similarity index 93%
rename from doc/metric/OM5_2/OM5_2.html
rename to doc/metric/OM5.2/OM5.2.html
index e0eb181..7c0eced 100644
--- a/doc/metric/OM5_2/OM5_2.html
+++ b/doc/metric/OM5.2/OM5.2.html
@@ -67,8 +67,8 @@
-
-
Metric OM5_2
+
+
Metric OM5.2
@@ -81,14 +81,14 @@
Metric OM5_2
Why should we measure it?
Detailed provenance metadata helps users trace the ontology’s origins, ensuring accountability and reliability. The publisher and issued date provide critical context for the ontology’s dissemination.
What must be provided for the measurement?
-
An ontology file or URI with metadata sections detailing the issued date and publisher.
+
An ontology URI.
What are considered valid results?
Ontologies that include explicit and correct values for the issued date and publisher meet the metric’s requirements.
diff --git a/doc/metric/OM5_2/OM5_2.jsonld b/doc/metric/OM5.2/OM5.2.jsonld
similarity index 91%
rename from doc/metric/OM5_2/OM5_2.jsonld
rename to doc/metric/OM5.2/OM5.2.jsonld
index 9f0be81..f941337 100644
--- a/doc/metric/OM5_2/OM5_2.jsonld
+++ b/doc/metric/OM5.2/OM5.2.jsonld
@@ -1,54 +1,8 @@
[
{
- "@id": "https://orcid.org/0000-0003-0454-7145",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
- ],
- "http://www.w3.org/2006/vcard/ns#fn": [
- {
- "@value": "Daniel Garijo"
- }
- ],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
- {
- "@id": "mailto:dgarijo@upm.es"
- }
- ]
- },
- {
- "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@id": "https://w3id.org/foops/test/OM5.2",
"@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
- }
- ]
- },
- {
- "@id": "https://w3id.org/foops/benchmark/PRE",
- "@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark PRE for FAIR Principles"
- }
+ "https://www.w3id.org/ftr#Test"
]
},
{
@@ -58,51 +12,41 @@
]
},
{
- "@id": "https://w3id.org/foops/test/OM5_2",
- "@type": [
- "https://www.w3id.org/ftr#Test"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-3587-0367",
+ "@id": "https://orcid.org/0000-0003-0454-7145",
"@type": [
"http://www.w3.org/2006/vcard/ns#Individual"
],
"http://www.w3.org/2006/vcard/ns#fn": [
{
- "@value": "Maria Poveda"
+ "@value": "Daniel Garijo"
}
],
"http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@id": "mailto:m.poveda@upm.es"
+ "@id": "mailto:dgarijo@upm.es"
}
]
},
{
- "@id": "https://w3id.org/fair/principles/terms/R1.2",
+ "@id": "https://w3id.org/foops/benchmark/PRE",
"@type": [
- "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
+ "https://www.w3id.org/ftr#Benchmark"
],
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": "(meta)data are associated with detailed provenance"
- }
- ],
- "http://vivoweb.org/ontology/core#abbreviation": [
- {
- "@value": "R1.2"
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
}
],
- "http://www.w3.org/2000/01/rdf-schema#label": [
+ "http://purl.org/dc/terms/title": [
{
- "@value": "R1.2"
+ "@language": "en",
+ "@value": "General Benchmark PRE for FAIR Principles"
}
]
},
{
- "@id": "https://w3id.org/foops/metric/OM5_2",
+ "@id": "https://w3id.org/foops/metric/OM5.2",
"@type": [
"http://www.w3.org/ns/dqv#Metric"
],
@@ -117,12 +61,12 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": " \nThis metric evaluates whether detailed provenance information about an ontology is provided, enabling users to understand its creation and distribution context.\n\n**What is being measured?**\n\nThe inclusion of:\n\n* Mandatory: Issued date and publisher.\n\n**Why should we measure it?**\n\nDetailed provenance metadata helps users trace the ontology’s origins, ensuring accountability and reliability. The publisher and issued date provide critical context for the ontology’s dissemination.\n\n**What must be provided for the measurement?**\n\nAn ontology file or URI with metadata sections detailing the issued date and publisher.\n\n**What are considered valid results?**\n\nOntologies that include explicit and correct values for the issued date and publisher meet the metric’s requirements.\n\t"
+ "@value": " \nThis metric evaluates whether detailed provenance information about an ontology is provided, enabling users to understand its creation and distribution context.\n\n**What is being measured?**\n\nThe inclusion of:\n\n* Mandatory: Issued date and publisher.\n\n**Why should we measure it?**\n\nDetailed provenance metadata helps users trace the ontology’s origins, ensuring accountability and reliability. The publisher and issued date provide critical context for the ontology’s dissemination.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nOntologies that include explicit and correct values for the issued date and publisher meet the metric’s requirements.\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
{
- "@id": "https://w3id.org/foops/metric/OM5_2"
+ "@id": "https://w3id.org/foops/metric/OM5.2"
}
],
"http://purl.org/dc/terms/license": [
@@ -143,17 +87,17 @@
],
"http://semanticscience.org/resource/SIO_000233": [
{
- "@id": "https://w3id.org/foops/test/OM5_2"
+ "@id": "https://w3id.org/foops/test/OM5.2"
}
],
"http://vivoweb.org/ontology/core#abbreviation": [
{
- "@value": "Metric OM5_2"
+ "@value": "Metric OM5.2"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
- "@value": "Metric OM5_2"
+ "@value": "Metric OM5.2"
}
],
"http://www.w3.org/ns/dcat#contactPoint": [
@@ -204,5 +148,61 @@
"@value": "Active"
}
]
+ },
+ {
+ "@id": "https://w3id.org/fair/principles/terms/R1.2",
+ "@type": [
+ "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "(meta)data are associated with detailed provenance"
+ }
+ ],
+ "http://vivoweb.org/ontology/core#abbreviation": [
+ {
+ "@value": "R1.2"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#label": [
+ {
+ "@value": "R1.2"
+ }
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-3587-0367",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
+ ],
+ "http://www.w3.org/2006/vcard/ns#fn": [
+ {
+ "@value": "Maria Poveda"
+ }
+ ],
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ {
+ "@id": "mailto:m.poveda@upm.es"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@type": [
+ "https://www.w3id.org/ftr#Benchmark"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
+ }
+ ]
}
]
\ No newline at end of file
diff --git a/doc/metric/OM5_2/OM5_2.ttl b/doc/metric/OM5.2/OM5.2.ttl
similarity index 89%
rename from doc/metric/OM5_2/OM5_2.ttl
rename to doc/metric/OM5.2/OM5.2.ttl
index 69b501c..6fa998f 100644
--- a/doc/metric/OM5_2/OM5_2.ttl
+++ b/doc/metric/OM5.2/OM5.2.ttl
@@ -9,8 +9,8 @@
@prefix dqv: .
@prefix vivo: .
- a dqv:Metric ;
- dcterms:identifier ;
+ a dqv:Metric ;
+ dcterms:identifier ;
dcterms:title "Detailed provenance metadata"@en ;
dcterms:description """
This metric evaluates whether detailed provenance information about an ontology is provided, enabling users to understand its creation and distribution context.
@@ -27,14 +27,14 @@ Detailed provenance metadata helps users trace the ontology’s origins, ensurin
**What must be provided for the measurement?**
-An ontology file or URI with metadata sections detailing the issued date and publisher.
+An ontology URI.
**What are considered valid results?**
Ontologies that include explicit and correct values for the issued date and publisher meet the metric’s requirements.
"""@en ;
- rdfs:label "Metric OM5_2"^^xsd:string ;
- vivo:abbreviation "Metric OM5_2"^^xsd:string ;
+ rdfs:label "Metric OM5.2"^^xsd:string ;
+ vivo:abbreviation "Metric OM5.2"^^xsd:string ;
dcat:contactPoint ;
dcterms:creator ;
dcterms:creator ;
@@ -43,7 +43,7 @@ Ontologies that include explicit and correct values for the issued date and publ
dcat:version "0.0.1"^^xsd:string ;
dcterms:license ;
dcat:keyword "Detailed provenance metadata"@en, "Metric"@en, "Reusable"@en ;
- ;
+ ;
dcat:landingPage ;
ftr:hasBenchmark , ;
ftr:metricStatus "Active"@en .
@@ -58,7 +58,7 @@ Ontologies that include explicit and correct values for the issued date and publ
vivo:abbreviation "R1.2"^^xsd:string ;
dcterms:description "(meta)data are associated with detailed provenance"@en .
a vcard:Organization .
- a ftr:Test .
+ a ftr:Test .
a ftr:Benchmark;
dcterms:title "General Benchmark ALL for FAIR Principles"@en ;
dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."@en .
diff --git a/doc/metric/PURL1/PURL1.html b/doc/metric/PURL1/PURL1.html
index 4959d13..2333d65 100644
--- a/doc/metric/PURL1/PURL1.html
+++ b/doc/metric/PURL1/PURL1.html
@@ -67,7 +67,7 @@
-
+
Metric PURL1
@@ -84,7 +84,7 @@
Metric PURL1
Why should we measure it?
Persistent URLs provide a stable reference to the ontology, essential for long-term usability and citation. They ensure that users can reliably access the ontology, even as web structures or hosting services change.
What must be provided for the measurement?
-
An ontology URI that includes or resolves to a persistent identifier.
+
An ontology URI.
What are considered valid results?
Valid results are ontologies with a registered persistent URL that is resolvable and points to the ontology’s location or metadata. Examples include a DOI pointing to the ontology publication or a W3ID redirecting to the ontology’s hosting service.
diff --git a/doc/metric/PURL1/PURL1.jsonld b/doc/metric/PURL1/PURL1.jsonld
index cc2cfae..f2c449f 100644
--- a/doc/metric/PURL1/PURL1.jsonld
+++ b/doc/metric/PURL1/PURL1.jsonld
@@ -1,10 +1,54 @@
[
+ {
+ "@id": "https://w3id.org/fair/principles/terms/F1",
+ "@type": [
+ "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "(meta)data are assigned a globally unique and persistent identifier."
+ }
+ ],
+ "http://vivoweb.org/ontology/core#abbreviation": [
+ {
+ "@value": "F1"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#label": [
+ {
+ "@value": "F1"
+ }
+ ]
+ },
{
"@id": "https://w3id.org/foops/test/PURL1",
"@type": [
"https://www.w3id.org/ftr#Test"
]
},
+ {
+ "@id": "https://oeg.fi.upm.es",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Organization"
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
+ ],
+ "http://www.w3.org/2006/vcard/ns#fn": [
+ {
+ "@value": "Daniel Garijo"
+ }
+ ],
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ {
+ "@id": "mailto:dgarijo@upm.es"
+ }
+ ]
+ },
{
"@id": "https://w3id.org/foops/metric/PURL1",
"@type": [
@@ -21,7 +65,7 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": " \nThis metric evaluates whether the ontology has a persistent URL, ensuring reliable and long-term access.\n\n**What is being measured?**\n\nThe presence of a persistent URL, such as:\n\n* W3ID\n* PURL\n* DOI\n* W3C URL\n\n**Why should we measure it?**\n\nPersistent URLs provide a stable reference to the ontology, essential for long-term usability and citation. They ensure that users can reliably access the ontology, even as web structures or hosting services change.\n\n**What must be provided for the measurement?**\n\nAn ontology URI that includes or resolves to a persistent identifier.\n\n**What are considered valid results?**\n\nValid results are ontologies with a registered persistent URL that is resolvable and points to the ontology’s location or metadata. Examples include a DOI pointing to the ontology publication or a W3ID redirecting to the ontology’s hosting service.\n\t"
+ "@value": " \nThis metric evaluates whether the ontology has a persistent URL, ensuring reliable and long-term access.\n\n**What is being measured?**\n\nThe presence of a persistent URL, such as:\n\n* W3ID\n* PURL\n* DOI\n* W3C URL\n\n**Why should we measure it?**\n\nPersistent URLs provide a stable reference to the ontology, essential for long-term usability and citation. They ensure that users can reliably access the ontology, even as web structures or hosting services change.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nValid results are ontologies with a registered persistent URL that is resolvable and points to the ontology’s location or metadata. Examples include a DOI pointing to the ontology publication or a W3ID redirecting to the ontology’s hosting service.\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
@@ -109,24 +153,6 @@
}
]
},
- {
- "@id": "https://w3id.org/foops/benchmark/ALL",
- "@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
- }
- ]
- },
{
"@id": "https://w3id.org/foops/benchmark/PRE",
"@type": [
@@ -145,28 +171,6 @@
}
]
},
- {
- "@id": "https://w3id.org/fair/principles/terms/F1",
- "@type": [
- "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "(meta)data are assigned a globally unique and persistent identifier."
- }
- ],
- "http://vivoweb.org/ontology/core#abbreviation": [
- {
- "@value": "F1"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#label": [
- {
- "@value": "F1"
- }
- ]
- },
{
"@id": "https://orcid.org/0000-0003-3587-0367",
"@type": [
@@ -184,24 +188,20 @@
]
},
{
- "@id": "https://oeg.fi.upm.es",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Organization"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@id": "https://w3id.org/foops/benchmark/ALL",
"@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
+ "https://www.w3id.org/ftr#Benchmark"
],
- "http://www.w3.org/2006/vcard/ns#fn": [
+ "http://purl.org/dc/terms/description": [
{
- "@value": "Daniel Garijo"
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
}
],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ "http://purl.org/dc/terms/title": [
{
- "@id": "mailto:dgarijo@upm.es"
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
}
]
}
diff --git a/doc/metric/PURL1/PURL1.ttl b/doc/metric/PURL1/PURL1.ttl
index b6bb2cd..e1c5214 100644
--- a/doc/metric/PURL1/PURL1.ttl
+++ b/doc/metric/PURL1/PURL1.ttl
@@ -30,7 +30,7 @@ Persistent URLs provide a stable reference to the ontology, essential for long-t
**What must be provided for the measurement?**
-An ontology URI that includes or resolves to a persistent identifier.
+An ontology URI.
**What are considered valid results?**
diff --git a/doc/metric/URI1/URI1 2.html b/doc/metric/URI1/URI1 2.html
new file mode 100644
index 0000000..abb0e70
--- /dev/null
+++ b/doc/metric/URI1/URI1 2.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Metric URI1
+
+
+
+
This metric ensures that the ontology’s URI is resolvable and provides accessible content in recognized RDF serialization formats.
+
What is being measured?
+
The resolvability of the ontology URI within the ontology document, ensuring it can provide content in RDF serializations like RDF/XML, TTL, N-Triples, or JSON-LD.
+
Why should we measure it?
+
A resolvable ontology URI guarantees that users and systems can access and use the ontology efficiently. It is essential for semantic web interoperability and for maintaining the credibility and usability of the ontology.
+
What must be provided for the measurement?
+
An ontology URI.
+
What are considered valid results?
+
The ontology URI provides accessible content in recognized RDF serialization formats (e.g., RDF/XML, TTL, N-Triples, JSON-LD), ensuring interoperability and usability.
F1: (meta)data are assigned a globally unique and persistent identifier.
+
+
+
+
Benchmark
+
General Benchmark ALL for FAIR Principles: This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics.
+
+
+
+
+
Metric Status
+
+
+ Active
+
+
+
+
+
Active: The metric is actively used and maintained.
+
Proposed: The metric is under review or consideration for adoption.
+
Inactive: The metric is not currently in use but remains available for reference.
+
Deprecated: The metric has been retired and should no longer be used.
+
+
\ No newline at end of file
diff --git a/doc/metric/URI1/URI1 2.jsonld b/doc/metric/URI1/URI1 2.jsonld
new file mode 100644
index 0000000..e850cbb
--- /dev/null
+++ b/doc/metric/URI1/URI1 2.jsonld
@@ -0,0 +1,187 @@
+[
+ {
+ "@id": "https://w3id.org/fair/principles/terms/F1",
+ "@type": [
+ "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "(meta)data are assigned a globally unique and persistent identifier."
+ }
+ ],
+ "http://vivoweb.org/ontology/core#abbreviation": [
+ {
+ "@value": "F1"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#label": [
+ {
+ "@value": "F1"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/metric/URI1",
+ "@type": [
+ "http://www.w3.org/ns/dqv#Metric"
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145"
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-3587-0367"
+ }
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "\nThis metric ensures that the ontology’s URI is resolvable and provides accessible content in recognized RDF serialization formats.\n\n**What is being measured?**\n\nThe resolvability of the ontology URI within the ontology document, ensuring it can provide content in RDF serializations like RDF/XML, TTL, N-Triples, or JSON-LD.\n\n**Why should we measure it?**\n\nA resolvable ontology URI guarantees that users and systems can access and use the ontology efficiently. It is essential for semantic web interoperability and for maintaining the credibility and usability of the ontology.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nThe ontology URI provides accessible content in recognized RDF serialization formats (e.g., RDF/XML, TTL, N-Triples, JSON-LD), ensuring interoperability and usability.\n\t"
+ }
+ ],
+ "http://purl.org/dc/terms/identifier": [
+ {
+ "@id": "https://w3id.org/foops/metric/URI1"
+ }
+ ],
+ "http://purl.org/dc/terms/license": [
+ {
+ "@id": "http://creativecommons.org/licenses/by/2.0/"
+ }
+ ],
+ "http://purl.org/dc/terms/publisher": [
+ {
+ "@id": "https://oeg.fi.upm.es"
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "Ontology URI is resolvable"
+ }
+ ],
+ "http://semanticscience.org/resource/SIO_000233": [
+ {
+ "@id": "https://w3id.org/foops/test/URI1"
+ }
+ ],
+ "http://vivoweb.org/ontology/core#abbreviation": [
+ {
+ "@value": "Metric URI1"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#label": [
+ {
+ "@value": "Metric URI1"
+ }
+ ],
+ "http://www.w3.org/ns/dcat#contactPoint": [
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145"
+ }
+ ],
+ "http://www.w3.org/ns/dcat#keyword": [
+ {
+ "@language": "en",
+ "@value": "URI resolvable"
+ },
+ {
+ "@language": "en",
+ "@value": "Metric"
+ },
+ {
+ "@language": "en",
+ "@value": "Resolvable"
+ }
+ ],
+ "http://www.w3.org/ns/dcat#landingPage": [
+ {
+ "@id": "https://w3id.org/foops/metric/URI1"
+ }
+ ],
+ "http://www.w3.org/ns/dcat#version": [
+ {
+ "@value": "0.0.1"
+ }
+ ],
+ "http://www.w3.org/ns/dqv#inDimension": [
+ {
+ "@id": "https://w3id.org/fair/principles/terms/F1"
+ }
+ ],
+ "https://www.w3id.org/ftr#hasBenchmark": [
+ {
+ "@id": "https://w3id.org/foops/benchmark/ALL"
+ }
+ ],
+ "https://www.w3id.org/ftr#metricStatus": [
+ {
+ "@language": "en",
+ "@value": "Active"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/test/URI1",
+ "@type": [
+ "https://www.w3id.org/ftr#Test"
+ ]
+ },
+ {
+ "@id": "https://oeg.fi.upm.es",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Organization"
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
+ ],
+ "http://www.w3.org/2006/vcard/ns#fn": [
+ {
+ "@value": "Daniel Garijo"
+ }
+ ],
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ {
+ "@id": "mailto:dgarijo@upm.es"
+ }
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-3587-0367",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
+ ],
+ "http://www.w3.org/2006/vcard/ns#fn": [
+ {
+ "@value": "Maria Poveda"
+ }
+ ],
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ {
+ "@id": "mailto:m.poveda@upm.es"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@type": [
+ "https://www.w3id.org/ftr#Benchmark"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/doc/metric/URI1/URI1 2.ttl b/doc/metric/URI1/URI1 2.ttl
new file mode 100644
index 0000000..8f288aa
--- /dev/null
+++ b/doc/metric/URI1/URI1 2.ttl
@@ -0,0 +1,62 @@
+@prefix dcterms: .
+@prefix foaf: .
+@prefix vcard: .
+@prefix ftr: .
+@prefix dcat: .
+@prefix xsd: .
+@prefix doap: .
+@prefix rdfs: .
+@prefix dqv: .
+@prefix vivo: .
+
+ a dqv:Metric ;
+ dcterms:identifier ;
+ dcterms:title "Ontology URI is resolvable"@en ;
+ dcterms:description """
+This metric ensures that the ontology’s URI is resolvable and provides accessible content in recognized RDF serialization formats.
+
+**What is being measured?**
+
+The resolvability of the ontology URI within the ontology document, ensuring it can provide content in RDF serializations like RDF/XML, TTL, N-Triples, or JSON-LD.
+
+**Why should we measure it?**
+
+A resolvable ontology URI guarantees that users and systems can access and use the ontology efficiently. It is essential for semantic web interoperability and for maintaining the credibility and usability of the ontology.
+
+**What must be provided for the measurement?**
+
+An ontology URI.
+
+**What are considered valid results?**
+
+The ontology URI provides accessible content in recognized RDF serialization formats (e.g., RDF/XML, TTL, N-Triples, JSON-LD), ensuring interoperability and usability.
+ """@en ;
+ rdfs:label "Metric URI1"^^xsd:string ;
+ vivo:abbreviation "Metric URI1"^^xsd:string ;
+ dcat:contactPoint ;
+ dcterms:creator ;
+ dcterms:creator ;
+ dqv:inDimension ;
+ dcterms:publisher ;
+ dcat:version "0.0.1"^^xsd:string ;
+ dcterms:license ;
+ dcat:keyword "URI resolvable"@en , "Metric"@en , "Resolvable"@en;
+ ;
+ dcat:landingPage ;
+ ftr:hasBenchmark ;
+ ftr:metricStatus "Active"@en .
+ a vcard:Individual;
+ vcard:fn "Daniel Garijo"^^xsd:string ;
+ vcard:hasEmail .
+ a vcard:Individual;
+ vcard:fn "Maria Poveda"^^xsd:string ;
+ vcard:hasEmail .
+ a ;
+ rdfs:label "F1"^^xsd:string ;
+ vivo:abbreviation "F1"^^xsd:string ;
+ dcterms:description "(meta)data are assigned a globally unique and persistent identifier."@en .
+ a vcard:Organization .
+ a ftr:Test .
+ a ftr:Benchmark;
+ dcterms:title "General Benchmark ALL for FAIR Principles"@en ;
+ dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."@en .
\ No newline at end of file
diff --git a/doc/metric/URI1/URI1.html b/doc/metric/URI1/URI1.html
index 3fcd79d..abb0e70 100644
--- a/doc/metric/URI1/URI1.html
+++ b/doc/metric/URI1/URI1.html
@@ -67,7 +67,7 @@
-
+
Metric URI1
@@ -78,12 +78,9 @@
Metric URI1
Why should we measure it?
A resolvable ontology URI guarantees that users and systems can access and use the ontology efficiently. It is essential for semantic web interoperability and for maintaining the credibility and usability of the ontology.
What must be provided for the measurement?
-
The ontology URI to be tested.
+
An ontology URI.
What are considered valid results?
-
-
PASS: The URI is resolvable and returns content in one of the specified RDF serializations.
-
FAIL: The URI is not resolvable or does not return any of the supported RDF formats.
-
+
The ontology URI provides accessible content in recognized RDF serialization formats (e.g., RDF/XML, TTL, N-Triples, JSON-LD), ensuring interoperability and usability.
diff --git a/doc/metric/URI1/URI1.jsonld b/doc/metric/URI1/URI1.jsonld
index a6bdd5b..e850cbb 100644
--- a/doc/metric/URI1/URI1.jsonld
+++ b/doc/metric/URI1/URI1.jsonld
@@ -1,8 +1,24 @@
[
{
- "@id": "https://w3id.org/foops/test/URI1",
+ "@id": "https://w3id.org/fair/principles/terms/F1",
"@type": [
- "https://www.w3id.org/ftr#Test"
+ "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "(meta)data are assigned a globally unique and persistent identifier."
+ }
+ ],
+ "http://vivoweb.org/ontology/core#abbreviation": [
+ {
+ "@value": "F1"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#label": [
+ {
+ "@value": "F1"
+ }
]
},
{
@@ -21,7 +37,7 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": "\nThis metric ensures that the ontology’s URI is resolvable and provides accessible content in recognized RDF serialization formats.\n\n**What is being measured?**\n\nThe resolvability of the ontology URI within the ontology document, ensuring it can provide content in RDF serializations like RDF/XML, TTL, N-Triples, or JSON-LD.\n\n**Why should we measure it?**\n\nA resolvable ontology URI guarantees that users and systems can access and use the ontology efficiently. It is essential for semantic web interoperability and for maintaining the credibility and usability of the ontology.\n\n**What must be provided for the measurement?**\n\nThe ontology URI to be tested.\n\n**What are considered valid results?**\n\n* PASS: The URI is resolvable and returns content in one of the specified RDF serializations.\n* FAIL: The URI is not resolvable or does not return any of the supported RDF formats.\n\t"
+ "@value": "\nThis metric ensures that the ontology’s URI is resolvable and provides accessible content in recognized RDF serialization formats.\n\n**What is being measured?**\n\nThe resolvability of the ontology URI within the ontology document, ensuring it can provide content in RDF serializations like RDF/XML, TTL, N-Triples, or JSON-LD.\n\n**Why should we measure it?**\n\nA resolvable ontology URI guarantees that users and systems can access and use the ontology efficiently. It is essential for semantic web interoperability and for maintaining the credibility and usability of the ontology.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nThe ontology URI provides accessible content in recognized RDF serialization formats (e.g., RDF/XML, TTL, N-Triples, JSON-LD), ensuring interoperability and usability.\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
@@ -107,42 +123,30 @@
]
},
{
- "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@id": "https://w3id.org/foops/test/URI1",
"@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
- }
+ "https://www.w3id.org/ftr#Test"
]
},
{
- "@id": "https://w3id.org/fair/principles/terms/F1",
+ "@id": "https://oeg.fi.upm.es",
"@type": [
- "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "(meta)data are assigned a globally unique and persistent identifier."
- }
+ "http://www.w3.org/2006/vcard/ns#Organization"
+ ]
+ },
+ {
+ "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@type": [
+ "http://www.w3.org/2006/vcard/ns#Individual"
],
- "http://vivoweb.org/ontology/core#abbreviation": [
+ "http://www.w3.org/2006/vcard/ns#fn": [
{
- "@value": "F1"
+ "@value": "Daniel Garijo"
}
],
- "http://www.w3.org/2000/01/rdf-schema#label": [
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@value": "F1"
+ "@id": "mailto:dgarijo@upm.es"
}
]
},
@@ -163,24 +167,20 @@
]
},
{
- "@id": "https://oeg.fi.upm.es",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Organization"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@id": "https://w3id.org/foops/benchmark/ALL",
"@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
+ "https://www.w3id.org/ftr#Benchmark"
],
- "http://www.w3.org/2006/vcard/ns#fn": [
+ "http://purl.org/dc/terms/description": [
{
- "@value": "Daniel Garijo"
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
}
],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ "http://purl.org/dc/terms/title": [
{
- "@id": "mailto:dgarijo@upm.es"
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
}
]
}
diff --git a/doc/metric/URI1/URI1.ttl b/doc/metric/URI1/URI1.ttl
index 9048b22..8f288aa 100644
--- a/doc/metric/URI1/URI1.ttl
+++ b/doc/metric/URI1/URI1.ttl
@@ -25,12 +25,11 @@ A resolvable ontology URI guarantees that users and systems can access and use t
**What must be provided for the measurement?**
-The ontology URI to be tested.
+An ontology URI.
**What are considered valid results?**
-* PASS: The URI is resolvable and returns content in one of the specified RDF serializations.
-* FAIL: The URI is not resolvable or does not return any of the supported RDF formats.
+The ontology URI provides accessible content in recognized RDF serialization formats (e.g., RDF/XML, TTL, N-Triples, JSON-LD), ensuring interoperability and usability.
"""@en ;
rdfs:label "Metric URI1"^^xsd:string ;
vivo:abbreviation "Metric URI1"^^xsd:string ;
diff --git a/doc/metric/URI2/URI2.html b/doc/metric/URI2/URI2.html
index ed99bb1..dad0757 100644
--- a/doc/metric/URI2/URI2.html
+++ b/doc/metric/URI2/URI2.html
@@ -67,7 +67,7 @@
F1: (meta)data are assigned a globally unique and persistent identifier
+
+
+
+
Benchmark
+
General Benchmark ALL for FAIR Principles: This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics.
+
+
+
+
+
Metric Status
+
+
+ Active
+
+
+
+
+
Active: The metric is actively used and maintained.
+
Proposed: The metric is under review or consideration for adoption.
+
Inactive: The metric is not currently in use but remains available for reference.
+
Deprecated: The metric has been retired and should no longer be used.
PASS: The ontology’s metadata uses terms from recognized standard vocabularies.
-
FAIL: Metadata terms are custom-defined without reusing standard vocabularies, reducing interoperability.
-
+
Valid results indicate the extent of vocabulary reuse, ranging from high alignment (extensive reuse) to low alignment (minimal reuse), providing insights into interoperability and areas for improvement.
diff --git a/doc/metric/VOC1/VOC1.jsonld b/doc/metric/VOC1/VOC1.jsonld
index 885d3a1..e35d361 100644
--- a/doc/metric/VOC1/VOC1.jsonld
+++ b/doc/metric/VOC1/VOC1.jsonld
@@ -1,4 +1,10 @@
[
+ {
+ "@id": "https://w3id.org/foops/test/VOC1",
+ "@type": [
+ "https://www.w3id.org/ftr#Test"
+ ]
+ },
{
"@id": "https://w3id.org/foops/metric/VOC1",
"@type": [
@@ -15,7 +21,7 @@
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": " \nThis metric evaluates the extent to which the ontology reuses established vocabularies for metadata declaration, fostering interoperability and adherence to standards.\n\n**What is being measured?**\n\nThe reuse of standard vocabularies (e.g., Dublin Core, FOAF, or SKOS) in the ontology’s metadata declarations.\n\n**Why should we measure it?**\n\nReusing well-known vocabularies enhances interoperability, reduces redundancy, and ensures compatibility with tools and datasets that rely on these standards.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\n* PASS: The ontology’s metadata uses terms from recognized standard vocabularies.\n* FAIL: Metadata terms are custom-defined without reusing standard vocabularies, reducing interoperability.\n\t"
+ "@value": " \nThis metric evaluates the extent to which the ontology reuses established vocabularies for metadata declaration, fostering interoperability and adherence to standards.\n\n**What is being measured?**\n\nThe reuse of standard vocabularies (e.g., Dublin Core, FOAF, or SKOS) in the ontology’s metadata declarations.\n\n**Why should we measure it?**\n\nReusing well-known vocabularies enhances interoperability, reduces redundancy, and ensures compatibility with tools and datasets that rely on these standards.\n\n**What must be provided for the measurement?**\n\nAn ontology URI.\n\n**What are considered valid results?**\n\nValid results indicate the extent of vocabulary reuse, ranging from high alignment (extensive reuse) to low alignment (minimal reuse), providing insights into interoperability and areas for improvement.\n\t"
}
],
"http://purl.org/dc/terms/identifier": [
@@ -104,38 +110,24 @@
]
},
{
- "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@id": "https://oeg.fi.upm.es",
"@type": [
- "https://www.w3id.org/ftr#Benchmark"
- ],
- "http://purl.org/dc/terms/description": [
- {
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
- }
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
- }
+ "http://www.w3.org/2006/vcard/ns#Organization"
]
},
{
- "@id": "https://w3id.org/foops/benchmark/PRE",
+ "@id": "https://orcid.org/0000-0003-0454-7145",
"@type": [
- "https://www.w3id.org/ftr#Benchmark"
+ "http://www.w3.org/2006/vcard/ns#Individual"
],
- "http://purl.org/dc/terms/description": [
+ "http://www.w3.org/2006/vcard/ns#fn": [
{
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
+ "@value": "Daniel Garijo"
}
],
- "http://purl.org/dc/terms/title": [
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@language": "en",
- "@value": "General Benchmark PRE for FAIR Principles"
+ "@id": "mailto:dgarijo@upm.es"
}
]
},
@@ -162,9 +154,21 @@
]
},
{
- "@id": "https://oeg.fi.upm.es",
+ "@id": "https://w3id.org/foops/benchmark/PRE",
"@type": [
- "http://www.w3.org/2006/vcard/ns#Organization"
+ "https://www.w3id.org/ftr#Benchmark"
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "General Benchmark PRE for FAIR Principles"
+ }
]
},
{
@@ -184,24 +188,20 @@
]
},
{
- "@id": "https://w3id.org/foops/test/VOC1",
- "@type": [
- "https://www.w3id.org/ftr#Test"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@id": "https://w3id.org/foops/benchmark/ALL",
"@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
+ "https://www.w3id.org/ftr#Benchmark"
],
- "http://www.w3.org/2006/vcard/ns#fn": [
+ "http://purl.org/dc/terms/description": [
{
- "@value": "Daniel Garijo"
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
}
],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ "http://purl.org/dc/terms/title": [
{
- "@id": "mailto:dgarijo@upm.es"
+ "@language": "en",
+ "@value": "General Benchmark ALL for FAIR Principles"
}
]
}
diff --git a/doc/metric/VOC1/VOC1.ttl b/doc/metric/VOC1/VOC1.ttl
index ffc065c..030bbe2 100644
--- a/doc/metric/VOC1/VOC1.ttl
+++ b/doc/metric/VOC1/VOC1.ttl
@@ -29,8 +29,7 @@ An ontology URI.
**What are considered valid results?**
-* PASS: The ontology’s metadata uses terms from recognized standard vocabularies.
-* FAIL: Metadata terms are custom-defined without reusing standard vocabularies, reducing interoperability.
+Valid results indicate the extent of vocabulary reuse, ranging from high alignment (extensive reuse) to low alignment (minimal reuse), providing insights into interoperability and areas for improvement.
"""@en ;
rdfs:label "Metric VOC1"^^xsd:string ;
vivo:abbreviation "Metric VOC1"^^xsd:string ;
diff --git a/doc/metric/VOC2/VOC2.html b/doc/metric/VOC2/VOC2.html
index 14b17dc..b837e63 100644
--- a/doc/metric/VOC2/VOC2.html
+++ b/doc/metric/VOC2/VOC2.html
@@ -67,7 +67,7 @@
This metric verifies that ontology terms are described using rdfs:comment in OWL vocabularies and skos:definition in SKOS vocabularies, providing clear and detailed explanations for each term.
+
What is being measured?
+
The presence of detailed descriptions for ontology terms, using rdfs:comment for OWL vocabularies and skos:definition for SKOS vocabularies.
+
Why should we measure it?
+
Definitions help ensure the clarity and comprehension of ontology terms, supporting better understanding and use, particularly for systems and humans who need precise meanings.
+
What must be provided for the measurement?
+
An ontology URI.
+
What are considered valid results?
+
All ontology terms have clear and detailed definitions provided via rdfs:comment or skos:definition.
R1: meta(data) are richly described with a plurality of accurate and relevant attributes
+
+
+
+
Benchmark
+
General Benchmark ALL for FAIR Principles: This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics. General Benchmark PRE for FAIR Principles: This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics.
+
+
+
+
+
Metric Status
+
+
+ Active
+
+
+
+
+
Active: The metric is actively used and maintained.
+
Proposed: The metric is under review or consideration for adoption.
+
Inactive: The metric is not currently in use but remains available for reference.
+
Deprecated: The metric has been retired and should no longer be used.
diff --git a/doc/metric/VOC4/VOC4.jsonld b/doc/metric/VOC4/VOC4.jsonld
index 2c03d04..df7ddc7 100644
--- a/doc/metric/VOC4/VOC4.jsonld
+++ b/doc/metric/VOC4/VOC4.jsonld
@@ -1,25 +1,23 @@
[
{
- "@id": "https://w3id.org/foops/test/VOC4",
+ "@id": "https://oeg.fi.upm.es",
"@type": [
- "https://www.w3id.org/ftr#Test"
+ "http://www.w3.org/2006/vcard/ns#Organization"
]
},
{
- "@id": "https://w3id.org/foops/benchmark/ALL",
+ "@id": "https://orcid.org/0000-0003-0454-7145",
"@type": [
- "https://www.w3id.org/ftr#Benchmark"
+ "http://www.w3.org/2006/vcard/ns#Individual"
],
- "http://purl.org/dc/terms/description": [
+ "http://www.w3.org/2006/vcard/ns#fn": [
{
- "@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
+ "@value": "Daniel Garijo"
}
],
- "http://purl.org/dc/terms/title": [
+ "http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@language": "en",
- "@value": "General Benchmark ALL for FAIR Principles"
+ "@id": "mailto:dgarijo@upm.es"
}
]
},
@@ -150,58 +148,60 @@
]
},
{
- "@id": "https://w3id.org/foops/benchmark/PRE",
+ "@id": "https://w3id.org/foops/benchmark/ALL",
"@type": [
"https://www.w3id.org/ftr#Benchmark"
],
"http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."
}
],
"http://purl.org/dc/terms/title": [
{
"@language": "en",
- "@value": "General Benchmark PRE for FAIR Principles"
+ "@value": "General Benchmark ALL for FAIR Principles"
}
]
},
{
- "@id": "https://orcid.org/0000-0003-3587-0367",
+ "@id": "https://w3id.org/foops/test/VOC4",
"@type": [
- "http://www.w3.org/2006/vcard/ns#Individual"
+ "https://www.w3id.org/ftr#Test"
+ ]
+ },
+ {
+ "@id": "https://w3id.org/foops/benchmark/PRE",
+ "@type": [
+ "https://www.w3id.org/ftr#Benchmark"
],
- "http://www.w3.org/2006/vcard/ns#fn": [
+ "http://purl.org/dc/terms/description": [
{
- "@value": "Maria Poveda"
+ "@language": "en",
+ "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."
}
],
- "http://www.w3.org/2006/vcard/ns#hasEmail": [
+ "http://purl.org/dc/terms/title": [
{
- "@id": "mailto:m.poveda@upm.es"
+ "@language": "en",
+ "@value": "General Benchmark PRE for FAIR Principles"
}
]
},
{
- "@id": "https://oeg.fi.upm.es",
- "@type": [
- "http://www.w3.org/2006/vcard/ns#Organization"
- ]
- },
- {
- "@id": "https://orcid.org/0000-0003-0454-7145",
+ "@id": "https://orcid.org/0000-0003-3587-0367",
"@type": [
"http://www.w3.org/2006/vcard/ns#Individual"
],
"http://www.w3.org/2006/vcard/ns#fn": [
{
- "@value": "Daniel Garijo"
+ "@value": "Maria Poveda"
}
],
"http://www.w3.org/2006/vcard/ns#hasEmail": [
{
- "@id": "mailto:dgarijo@upm.es"
+ "@id": "mailto:m.poveda@upm.es"
}
]
}
diff --git a/doc/test/RDF1/RDF1.html b/doc/test/CN1/CN1.html
similarity index 88%
rename from doc/test/RDF1/RDF1.html
rename to doc/test/CN1/CN1.html
index e4bc924..fc7b60b 100644
--- a/doc/test/RDF1/RDF1.html
+++ b/doc/test/CN1/CN1.html
@@ -36,12 +36,12 @@
-
+
CN1
-
This test verifies whether an RDF representation is available for the target vocabulary. The test will PASS if the vocabulary is available in any of the following RDF serializations: RDF/XML, TTL, N-Triples, JSON-LD. The test will FAIL if no known RDF serialization is returned, or the serialization returned is not among one of the aforementioned.
+
This test verifies whether an RDF representation is available for the target vocabulary. The test will PASS if the vocabulary is available in any of the following RDF serializations: RDF/XML, TTL, N-Triples, JSON-LD. The test will FAIL if no known RDF serialization is returned, or the serialization returned is not among one of the aforementioned.
This check verifies if the ontology prefix can be found in prefix.cc or LOV registries. This check also verifies if the prefix resolves to the same namespaceprefix found in the ontology.
+
This check verifies if the ontology prefix can be found in prefix.cc or LOV registries. This check also verifies if the prefix resolves to the same namespaceprefix found in the ontology.
Metadata are accessible even when the ontology is no longer available. Since the metadata is usually included in the ontology, this check verifies whether the ontology is registered in a public metadata registry (LOV)
+
Metadata are accessible even when the ontology is no longer available. Since the metadata is usually included in the ontology, this check verifies whether the ontology is registered in a public metadata registry (LOV)
This check verifies if the The following minimum metadata [title, description, license, version iri, creator, creationDate, namespace URI] are present in the ontology
+
This check verifies if the The following minimum metadata [title, description, license, version iri, creator, creationDate, namespace URI] are present in the ontology
This check verifies if the following recommended metadata [NS Prefix, version info, creation date, citation] are present in the ontology. It also checks if [contributor] is present, but with no penalty (as no all ontologies may have a contributor)
+
This check verifies if the following recommended metadata [NS Prefix, version info, creation date, citation] are present in the ontology. It also checks if [contributor] is present, but with no penalty (as no all ontologies may have a contributor)
This check verifies if the following detailed metadata [doi, publisher, logo, status, source, issued date] are present in the ontology. It also checks if [previous version, backward compatibility, modified] are present, but with no penalty (as no all ontologies may have, e.g., a previous version)
+
This check verifies if the following detailed metadata [doi, publisher, logo, status, source, issued date] are present in the ontology. It also checks if [previous version, backward compatibility, modified] are present, but with no penalty (as no all ontologies may have, e.g., a previous version)
This check verifies if basic provenance is available for the ontology: [author, creation date]. This check also verifies whether [contributor, previous version] are present, but with no penalty (as no all ontologies may have a previous version or a contributor)
+
This check verifies if basic provenance is available for the ontology: [author, creation date]. This check also verifies whether [contributor, previous version] are present, but with no penalty (as no all ontologies may have a previous version or a contributor)
This check verifies if the ontology URI found within the ontology document is resolvable. The test will PASS if the vocabulary is resolvable in any of the following RDF serializations: RDF/XML, TTL, N-Triples, JSON-LD. The test will FAIL if no known RDF serialization is returned, or the serialization returned is not among one of the aforementioned.
+
This check verifies if the ontology URI found within the ontology document is resolvable. The test will PASS if the vocabulary is resolvable in any of the following RDF serializations: RDF/XML, TTL, N-Triples, JSON-LD. The test will FAIL if no known RDF serialization is returned, or the serialization returned is not among one of the aforementioned.