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: + +--- + + a ftr:Test ; --> ID + ; --> CREATOR +dcterms:creator ; +dcterms:title "Title New1"@en ; --> TITLE TEST +rdfs:label "NEW1"; --> LABEL +dcterms:license ; --> LICENSE +ftr:indicator ; --> INDICATOR +dcterms:description """ Description New1 """^^xsd:string ; --> TEST DESCRIPCION +dcterms:publisher ; --> PUBLISHER +dcat:version "0.0.1"^^xsd:string ; --> VERSION +dcterms:identifier ; --> IDENTIFIER +dcat:keyword "tags"@en ; --> KEYWORDS + ; --> METRIC RELATE +doap:repository . + a vcard:Kind; +vcard:fn "Name Creator" ; +vcard:hasEmail . + a ; +rdfs:label "indicator"@en ; --> NAME INDICATOR +dcterms:description "description indicator"@en . --> INDICATOR DESCRIPTION + a foaf:Organization . + +foaf:homePage . --> REPOSITORY + a dqv:Metric . + +--- + +Metrics has a very similar structure: + +--- + + a dqv:Metric ; --> ID +dcterms:identifier ; --> IDENTIFIER +dcterms:title "TITLE"@en ; --> TITLE +dcterms:description """ Descripction metric """^^xsd:string ; --> DESCRIPTION +rdfs:label "Metric NEW1"; --> LABEL + ; --> CREAETOR +dcterms:creator ; +dcterms:publisher ; --> PUBLISHER +dcat:version "0.0.1"^^xsd:string ; --> VERSION +dcat:keyword "Tags"@en ; --> KEYWORDS +dqv:inDimension ; --> DIMENSION +dcat:landingPage ; --> LANDING PAGE + ; --> TEST RELATE WITH THE METRIC +ftr:hasBenchmark ; +ftr:metricStatus "Active"@en . + a dcat:Kind; +vcard:fn "Name Creator" ; +vcard:hasEmail . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; --> BENCHMARK +dcterms:title "General Benchmark for FAIR Principles"; +dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + a ; +rdfs:label "R1"@en ; +dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes."@en . + +--- diff --git a/doc/catalog.html b/doc/catalog.html index 6bd90a8..f83882c 100644 --- a/doc/catalog.html +++ b/doc/catalog.html @@ -3,8 +3,11 @@ Foops catalogue - + + + + @@ -40,6 +80,7 @@
+
@@ -49,140 +90,424 @@

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

+
+ +
+
+
+

+
+
+ + +
+
+
+ - + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + + - - - + + + + + +
Uri Name TitleLicenseVersionKeywords
https://w3id.org/foops/test/RDF1CN1Content negotiation for RDFCN1Content negotiation for RDFCC-BY-2.00.0.1Content negotiation, Test
https://w3id.org/foops/test/DOC1DOC1HTML availabilityDOC1HTML availabilityCC-BY-2.00.0.1HTML availability, Test, Reusable
https://w3id.org/foops/test/FIND1FIND1Ontology prefixFIND1Ontology prefixCC-BY-2.00.0.1Ontology prefix, Test, Findable
https://w3id.org/foops/test/FIND2FIND2Prefix is in registryFIND2Prefix is in registryCC-BY-2.00.0.1Prefix registry, Test, Findable
https://w3id.org/foops/test/FIND3FIND3Ontology in metadata registryFIND3Ontology in metadata registryCC-BY-2.00.0.1Ontology in metadata registry, Test, Findable
https://w3id.org/foops/test/FIND_3_BISFIND_3_BISMetadata are accessible, even when ontology is notFIND_3_BISMetadata are accessible, even when ontology is notCC-BY-2.00.0.1Metadata accesible, Test, Accesible
https://w3id.org/foops/test/HTTP1HTTP1Open protocolHTTP1Open protocolCC-BY-2.00.0.1Open protocol, Test, Accesible
https://w3id.org/foops/test/OM1OM1Minimum metadataOM1Minimum metadataCC-BY-2.00.0.1Minimum metadata, Test, Findable
https://w3id.org/foops/test/OM2OM2Recommended metadataOM2Recommended metadataCC-BY-2.00.0.1Recommended metadata, Test, Reusable
https://w3id.org/foops/test/OM3OM3Detailed metadataOM3Detailed metadataCC-BY-2.00.0.1Detailed metadata, Test, Reusable
https://w3id.org/foops/test/OM4.1OM4.1License availabilityOM4.1License availabilityCC-BY-2.00.0.1License availability, Test, Reusable
https://w3id.org/foops/test/OM4.2OM4.2License is resolvableOM4.2License is resolvableCC-BY-2.00.0.1License resolvable, Test, Reusable
https://w3id.org/foops/test/OM5_1OM5_1Basic provenance metadataOM5_1Basic provenance metadataCC-BY-2.00.0.1Basic provenance metadata, Test, Reusable
https://w3id.org/foops/test/OM5_2OM5_2Detailed provenance metadataOM5_2Detailed provenance metadataCC-BY-2.00.0.1Detailed provenance metadata, Test, Reusable
https://w3id.org/foops/test/PURL1PURL1Persistent URLPURL1Persistent URLCC-BY-2.00.0.1Persistent URL, Test, Accesible
https://w3id.org/foops/test/URI1URI1Ontology URI is resolvableURI1Ontology URI is resolvableCC-BY-2.00.0.1URI resolvable, Test, Resolvable
https://w3id.org/foops/test/URI2URI2Consistent ontology IDsURI2Consistent ontology IDsCC-BY-2.00.0.1Consistent ontology ID, Test, Findable
https://w3id.org/foops/test/VER1VER1Version IRIVER1Version IRICC-BY-2.00.0.1Version IRI, Test, Findable
https://w3id.org/foops/test/VER2VER2Version IRI resolvesVER2Version IRI resolvesCC-BY-2.00.0.1Version IRI resolves, Test, Findable
https://w3id.org/foops/test/VOC1VOC1Vocabulary reuse (metadata)VOC1Vocabulary reuse (metadata)CC-BY-2.00.0.1Vocabulary reuse metadata, Test, Interoperable
https://w3id.org/foops/test/VOC2VOC2Vocabulary reuseVOC2Vocabulary reuseCC-BY-2.00.0.1Vocabulary reuse, Test, Interoperable
https://w3id.org/foops/test/VOC3VOC3Documentation: labelsVOC3Documentation: labelsCC-BY-2.00.0.1Documentation labels, Test, Reusable
https://w3id.org/foops/test/VOC4VOC4Documentation: definitionsVOC4Documentation: definitionsCC-BY-2.00.0.1Documentation definitions, Test, Reusable
-

TEST METRICS

+

METRICS CATALOGUE

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

+
+ +
+
+
+

+
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTitleVersionKeywords
Metric CN1Content negotiation for RDF0.0.1Content negotiation, Metric
Metric DOC1HTML availability0.0.1HTML availability, Metric, Reusable
Metric FIND1Ontology prefix0.0.1Ontology prefix, Metric, Findable
Metric FIND2Prefix is in registry0.0.1Prefix registry, Metric, Findable
Metric FIND3Ontology in metadata registry0.0.1Ontology in metadata registry, Metric, Findable
Metric FIND_3_BISMetadata are accessible, even when ontology is not0.0.1Metadata accesible, Metric, Accesible
Metric HTTP1Open protocol0.0.1Open protocol, Metric, Accesible
Metric OM1Minimum metadata0.0.1Minimum metadata, Metric, Findable
Metric OM2Recommended metadata0.0.1Recommended metadata, Metric, Reusable
Metric OM3Detailed metadata0.0.1Detailed metadata, Metric, Reusable
Metric OM4.1License availability0.0.1License availability, Metric, Reusable
Metric OM4.2License is resolvable0.0.1License resolvable, Metric, Reusable
Metric OM5_1Basic provenance metadata0.0.1Basic provenance metadata, Metric, Reusable
Metric OM5_2Detailed provenance metadata0.0.1Detailed provenance metadata, Metric, Reusable
Metric PURL1Persistent URL0.0.1Persistent URL, Metric, Accesible
Metric URI1Ontology URI is resolvable0.0.1URI resolvable, Metric, Resolvable
Metric URI2Consistent ontology IDs0.0.1Consistent ontology ID, Metric, Findable
Metric VER1Version IRI0.0.1Version IRI, Metric, Findable
Metric VER2Version IRI resolves0.0.1Version IRI resolves, Metric, Findable
Metric VOC1Vocabulary reuse (metadata)0.0.1Vocabulary reuse metadata, Metric, Interoperable
Metric VOC2Vocabulary reuse0.0.1Vocabulary reuse, Metric, Interoperable
Metric VOC3Documentation: labels0.0.1Documentation labels, Metric, Reusable
Metric VOC4Documentation: definitions0.0.1Documentation definitions, Metric, Reusable
+
+
+
+

BENCHMARK CATALOGUE

+

IN CONSTRUCTION

+
+
+
@@ -191,5 +516,56 @@ https://oeg.fi.upm.es
+ \ No newline at end of file diff --git a/doc/metric/DOC1/DOC1.html b/doc/metric/DOC1/DOC1.html new file mode 100644 index 0000000..91983c3 --- /dev/null +++ b/doc/metric/DOC1/DOC1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric DOC1

+
+
+
+
This metric evaluates the presence and accessibility of HTML documentation, ensuring that users can easily access, read, and understand the structure and content.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
HTML availability
+
+ +
+
Creator
+ + +
+
+
Keywords
+
HTML availability, Metric, Reusable, HTML availability, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
meta(data) are richly described with a plurality of accurate and relevant attributes.
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/DOC1/DOC1.jsonld b/doc/metric/DOC1/DOC1.jsonld new file mode 100644 index 0000000..1db443e --- /dev/null +++ b/doc/metric/DOC1/DOC1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/DOC1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/foops/metric/DOC1", + "@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": [ + { + "@value": " This metric evaluates the presence and accessibility of HTML documentation, ensuring that users can easily access, read, and understand the structure and content. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/DOC1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "HTML availability" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/DOC1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric DOC1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "HTML availability" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/DOC1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark 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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/DOC1/DOC1.ttl b/doc/metric/DOC1/DOC1.ttl new file mode 100644 index 0000000..0d01181 --- /dev/null +++ b/doc/metric/DOC1/DOC1.ttl @@ -0,0 +1,42 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "HTML availability"@en ; + dcterms:description """ This metric evaluates the presence and accessibility of HTML documentation, ensuring that users can easily access, read, and understand the structure and content. """^^xsd:string ; + rdfs:label "Metric DOC1"; + ; + dcterms:creator ; + dcterms:creator ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "HTML availability"@en , "Metric"@en , "Reusable"@en ; + dqv:inDimension ; + dcat:landingPage ; + ; # Test relacionado con la métrica de tipo ftr:test + ftr:hasBenchmark ; # siempre el mismo benchmark, Ampliado en su nodo + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + a ; + rdfs:label "R1"@en ; + dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes."@en . + diff --git a/doc/metric/FIND1/FIND1.html b/doc/metric/FIND1/FIND1.html new file mode 100644 index 0000000..ebecb56 --- /dev/null +++ b/doc/metric/FIND1/FIND1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric FIND1

+
+
+
+
This benchmark defines criteria to ensure the availability of ontology prefixes. The benchmark verifies that the ontology prefix is registered and accessible, ensuring consistent usage and reference across various datasets and applications.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Ontology prefix
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Ontology prefix, Metric, Findable, Ontology prefix, Metric, Findable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
metadata clearly and explicitly include the identifier of the data it describes
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/FIND1/FIND1.jsonld b/doc/metric/FIND1/FIND1.jsonld new file mode 100644 index 0000000..1a05eb2 --- /dev/null +++ b/doc/metric/FIND1/FIND1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/FIND1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/foops/metric/FIND1", + "@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": [ + { + "@value": " This benchmark defines criteria to ensure the availability of ontology prefixes. The benchmark verifies that the ontology prefix is registered and accessible, ensuring consistent usage and reference across various datasets and applications." + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/FIND1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Ontology prefix" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/FIND1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric FIND1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Ontology prefix" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Findable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/FIND1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/F3" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/F3", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "metadata clearly and explicitly include the identifier of the data it describes" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F3" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/FIND1/FIND1.ttl b/doc/metric/FIND1/FIND1.ttl new file mode 100644 index 0000000..b0ca0a7 --- /dev/null +++ b/doc/metric/FIND1/FIND1.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Ontology prefix"@en ; + dcterms:description """ This benchmark defines criteria to ensure the availability of ontology prefixes. The benchmark verifies that the ontology prefix is registered and accessible, ensuring consistent usage and reference across various datasets and applications."""^^xsd:string ; + rdfs:label "Metric FIND1"; + ; + dcterms:creator ; + dcterms:creator ; + dcterms:publisher ; + dqv:inDimension ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Ontology prefix"@en , "Metric"@en , "Findable"@en ; + dcat:landingPage ; + ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F3"@en ; + dcterms:description "metadata clearly and explicitly include the identifier of the data it describes"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/FIND2/FIND2.html b/doc/metric/FIND2/FIND2.html new file mode 100644 index 0000000..135a300 --- /dev/null +++ b/doc/metric/FIND2/FIND2.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric FIND2

+
+
+
+
This benchmark defines criteria to ensure the discoverability and consistency of ontology prefixes. The benchmark verifies that the ontology prefix is registered in recognized registries such as prefix.cc or LOV. It also checks that the prefix resolves to the same namespace prefix found in the ontology, ensuring accurate and consistent referencing.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Prefix is in registry
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Prefix registry, Metric, Findable, Prefix registry, Metric, Findable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are registered or indexed in a searchable resource
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/FIND2/FIND2.jsonld b/doc/metric/FIND2/FIND2.jsonld new file mode 100644 index 0000000..6d10c36 --- /dev/null +++ b/doc/metric/FIND2/FIND2.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/FIND2", + "@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": [ + { + "@value": " This benchmark defines criteria to ensure the discoverability and consistency of ontology prefixes. The benchmark verifies that the ontology prefix is registered in recognized registries such as prefix.cc or LOV. It also checks that the prefix resolves to the same namespace prefix found in the ontology, ensuring accurate and consistent referencing. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/FIND2" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Prefix is in registry" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/FIND2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric FIND2" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Prefix registry" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Findable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/FIND2" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/F4" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/fair/principles/terms/F4", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are registered or indexed in a searchable resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F4" + } + ] + }, + { + "@id": "https://w3id.org/foops/test/FIND2", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/FIND2/FIND2.ttl b/doc/metric/FIND2/FIND2.ttl new file mode 100644 index 0000000..4d7d4d5 --- /dev/null +++ b/doc/metric/FIND2/FIND2.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Prefix is in registry"@en ; + dcterms:description """ This benchmark defines criteria to ensure the discoverability and consistency of ontology prefixes. The benchmark verifies that the ontology prefix is registered in recognized registries such as prefix.cc or LOV. It also checks that the prefix resolves to the same namespace prefix found in the ontology, ensuring accurate and consistent referencing. """^^xsd:string ; + rdfs:label "Metric FIND2"; + ; + dcterms:creator ; + dcterms:creator ; + dcterms:publisher ; + dqv:inDimension ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Prefix registry"@en , "Metric"@en , "Findable"@en ; + dcat:landingPage ; + ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F4"@en ; + dcterms:description "(meta)data are registered or indexed in a searchable resource"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/FIND3/FIND3.html b/doc/metric/FIND3/FIND3.html new file mode 100644 index 0000000..dca2d01 --- /dev/null +++ b/doc/metric/FIND3/FIND3.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric FIND3

+
+
+
+
This benchmark defines criteria to ensure that ontologies are registered in public repositories. The benchmark verifies that the ontology can be found in a recognized public registry (LOV).
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Ontology in metadata registry
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Ontology in metadata registry, Metric, Findable, Ontology in metadata registry, Metric, Findable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are registered or indexed in a searchable resource
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/FIND3/FIND3.jsonld b/doc/metric/FIND3/FIND3.jsonld new file mode 100644 index 0000000..e33d1d0 --- /dev/null +++ b/doc/metric/FIND3/FIND3.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/FIND3", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/fair/principles/terms/F4", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are registered or indexed in a searchable resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F4" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/metric/FIND3", + "@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": [ + { + "@value": " This benchmark defines criteria to ensure that ontologies are registered in public repositories. The benchmark verifies that the ontology can be found in a recognized public registry (LOV). " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/FIND3" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Ontology in metadata registry" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/FIND3" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric FIND3" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Ontology in metadata registry" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Findable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/FIND3" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/F4" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/FIND3/FIND3.ttl b/doc/metric/FIND3/FIND3.ttl new file mode 100644 index 0000000..7e862a9 --- /dev/null +++ b/doc/metric/FIND3/FIND3.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Ontology in metadata registry"@en ; + rdfs:label "Metric FIND3"; + dcterms:description """ This benchmark defines criteria to ensure that ontologies are registered in public repositories. The benchmark verifies that the ontology can be found in a recognized public registry (LOV). """^^xsd:string ; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Ontology in metadata registry"@en , "Metric"@en , "Findable"@en ; + dcat:landingPage ; + ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F4"@en ; + dcterms:description "(meta)data are registered or indexed in a searchable resource"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/FIND_3_BIS/FIND_3_BIS.html b/doc/metric/FIND_3_BIS/FIND_3_BIS.html new file mode 100644 index 0000000..97097d5 --- /dev/null +++ b/doc/metric/FIND_3_BIS/FIND_3_BIS.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric FIND_3_BIS

+
+
+
+
This benchmark defines criteria to ensure that metadata remain accessible even when the associated ontology is no longer available. The benchmark verifies that the ontology is registered in a public metadata registry (LOV), to guarantee persistent access to the metadata
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Metadata are accessible, even when ontology is not
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Metadata accesible, Metric, Accesible, Metadata accesible, Metric, Accesible
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
metadata are accessible, even when the data are no longer available
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/FIND_3_BIS/FIND_3_BIS.jsonld b/doc/metric/FIND_3_BIS/FIND_3_BIS.jsonld new file mode 100644 index 0000000..430f66a --- /dev/null +++ b/doc/metric/FIND_3_BIS/FIND_3_BIS.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/FIND_3_BIS", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/fair/principles/terms/A2", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "metadata are accessible, even when the data are no longer available" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "A2" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/metric/FIND_3_BIS", + "@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": [ + { + "@value": " This benchmark defines criteria to ensure that metadata remain accessible even when the associated ontology is no longer available. The benchmark verifies that the ontology is registered in a public metadata registry (LOV), to guarantee persistent access to the metadata" + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/FIND_3_BIS" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Metadata are accessible, even when ontology is not" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/FIND_3_BIS" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric FIND_3_BIS" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Metadata accesible" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Accesible" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/FIND_3_BIS" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/A2" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/FIND_3_BIS/FIND_3_BIS.ttl b/doc/metric/FIND_3_BIS/FIND_3_BIS.ttl new file mode 100644 index 0000000..efc8c2c --- /dev/null +++ b/doc/metric/FIND_3_BIS/FIND_3_BIS.ttl @@ -0,0 +1,42 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Metadata are accessible, even when ontology is not"@en ; + dcterms:description """ This benchmark defines criteria to ensure that metadata remain accessible even when the associated ontology is no longer available. The benchmark verifies that the ontology is registered in a public metadata registry (LOV), to guarantee persistent access to the metadata"""^^xsd:string ; + rdfs:label "Metric FIND_3_BIS"; + ; + dcterms:creator ; + dcterms:creator ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Metadata accesible"@en , "Metric"@en , "Accesible"@en ; + dqv:inDimension ; + dcat:landingPage ; + ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "A2"@en ; + dcterms:description "metadata are accessible, even when the data are no longer available"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + diff --git a/doc/metric/HTTP1/HTTP1.html b/doc/metric/HTTP1/HTTP1.html new file mode 100644 index 0000000..2359e27 --- /dev/null +++ b/doc/metric/HTTP1/HTTP1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric HTTP1

+
+
+
+
The benchmark verifies that the ontology is accessible using open protocols such as HTTP or HTTPS, ensuring broad compatibility and accessibility.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Open protocol
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Open protocol, Metric, Accesible, Open protocol, Metric, Accesible
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
The protocol is open, free, and universally implementable
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/HTTP1/HTTP1.jsonld b/doc/metric/HTTP1/HTTP1.jsonld new file mode 100644 index 0000000..4c73cfe --- /dev/null +++ b/doc/metric/HTTP1/HTTP1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/ns/dcat#Kind" + ], + "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/test/HTTP1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/foops/metric/HTTP1", + "@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": [ + { + "@value": " The benchmark verifies that the ontology is accessible using open protocols such as HTTP or HTTPS, ensuring broad compatibility and accessibility. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/HTTP1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Open protocol" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/HTTP1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric HTTP1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Open protocol" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Accesible" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/HTTP1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/A1.1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + }, + { + "@id": "https://w3id.org/fair/principles/terms/A1.1", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "The protocol is open, free, and universally implementable" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "A1.1" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/HTTP1/HTTP1.ttl b/doc/metric/HTTP1/HTTP1.ttl new file mode 100644 index 0000000..962e554 --- /dev/null +++ b/doc/metric/HTTP1/HTTP1.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Open protocol"@en ; + rdfs:label "Metric HTTP1"; + dcterms:description """ The benchmark verifies that the ontology is accessible using open protocols such as HTTP or HTTPS, ensuring broad compatibility and accessibility. """^^xsd:string ; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Open protocol"@en , "Metric"@en , "Accesible"@en ; + dcat:landingPage ; + ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "A1.1"@en ; + dcterms:description "The protocol is open, free, and universally implementable"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/OM1/OM1.html b/doc/metric/OM1/OM1.html new file mode 100644 index 0000000..e2575ab --- /dev/null +++ b/doc/metric/OM1/OM1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric OM1

+
+
+
+
This check verifies if the The following minimum metadata [title, description, license, version iri, creator, creationDate, namespace URI] are present in the ontology
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Minimum metadata
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Minimum metadata, Metric, Findable, Minimum metadata, Metric, Findable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
data are described with rich metadata (defined by R1 below)
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/OM1/OM1.jsonld b/doc/metric/OM1/OM1.jsonld new file mode 100644 index 0000000..15bc18b --- /dev/null +++ b/doc/metric/OM1/OM1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/OM1", + "@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": [ + { + "@value": " This check verifies if the The following minimum metadata [title, description, license, version iri, creator, creationDate, namespace URI] are present in the ontology " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/OM1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Minimum metadata" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/OM1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric OM1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Minimum metadata" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Findable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/OM1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/F2" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@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/ns/dcat#Kind" + ], + "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/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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F2" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/OM1/OM1.ttl b/doc/metric/OM1/OM1.ttl new file mode 100644 index 0000000..e6cea70 --- /dev/null +++ b/doc/metric/OM1/OM1.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Minimum metadata"@en ; + dcterms:description """ This check verifies if the The following minimum metadata [title, description, license, version iri, creator, creationDate, namespace URI] are present in the ontology """^^xsd:string ; + rdfs:label "Metric OM1" ; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Minimum metadata"@en , "Metric"@en , "Findable"@en ; + dcat:landingPage ; + ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F2"@en ; + dcterms:description "data are described with rich metadata (defined by R1 below)"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/OM2/OM2.html b/doc/metric/OM2/OM2.html new file mode 100644 index 0000000..e56c76a --- /dev/null +++ b/doc/metric/OM2/OM2.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric OM2

+
+
+
+
The benchmark verifies the presence of the following recommended metadata: NS Prefix, version info, creation date, and citation. Additionally, it checks for the presence of the contributor metadata element, though it does not penalize its absence, recognizing that not all ontologies may have contributors.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Recommended metadata
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Recommended metadata, Metric, Reusable, Recommended metadata, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
meta(data) are richly described with a plurality of accurate and relevant attributes
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/OM2/OM2.jsonld b/doc/metric/OM2/OM2.jsonld new file mode 100644 index 0000000..32ccac2 --- /dev/null +++ b/doc/metric/OM2/OM2.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/ns/dcat#Kind" + ], + "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/metric/OM2", + "@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": [ + { + "@value": " The benchmark verifies the presence of the following recommended metadata: NS Prefix, version info, creation date, and citation. Additionally, it checks for the presence of the contributor metadata element, though it does not penalize its absence, recognizing that not all ontologies may have contributors. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/OM2" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Recommended metadata" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/OM2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric OM2" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Recommended metadata" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/OM2" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/test/OM2", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark 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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/OM2/OM2.ttl b/doc/metric/OM2/OM2.ttl new file mode 100644 index 0000000..9627bc0 --- /dev/null +++ b/doc/metric/OM2/OM2.ttl @@ -0,0 +1,43 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Recommended metadata"@en ; + dcterms:description """ The benchmark verifies the presence of the following recommended metadata: NS Prefix, version info, creation date, and citation. Additionally, it checks for the presence of the contributor metadata element, though it does not penalize its absence, recognizing that not all ontologies may have contributors. """^^xsd:string ; + rdfs:label "Metric OM2"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Recommended metadata"@en , "Metric"@en , "Reusable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "R1"@en ; + dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + + diff --git a/doc/metric/OM3/OM3.html b/doc/metric/OM3/OM3.html new file mode 100644 index 0000000..067d884 --- /dev/null +++ b/doc/metric/OM3/OM3.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric OM3

+
+
+
+
The benchmark verifies the presence of the following detailed metadata: DOI, publisher, logo, status, source, and issued date. Additionally, it checks for the presence of previous version, backward compatibility, and modified metadata elements, though it does not penalize their absence, recognizing that not all ontologies may have, for example, a previous version.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Detailed metadata
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Detailed metadata, Metric, Reusable, Detailed metadata, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
meta(data) are richly described with a plurality of accurate and relevant attributes
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/OM3/OM3.jsonld b/doc/metric/OM3/OM3.jsonld new file mode 100644 index 0000000..fd4d169 --- /dev/null +++ b/doc/metric/OM3/OM3.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/OM3", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/metric/OM3", + "@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": [ + { + "@value": " The benchmark verifies the presence of the following detailed metadata: DOI, publisher, logo, status, source, and issued date. Additionally, it checks for the presence of previous version, backward compatibility, and modified metadata elements, though it does not penalize their absence, recognizing that not all ontologies may have, for example, a previous version. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/OM3" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Detailed metadata" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/OM3" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric OM3" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Detailed metadata" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/OM3" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark 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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/OM3/OM3.ttl b/doc/metric/OM3/OM3.ttl new file mode 100644 index 0000000..a205962 --- /dev/null +++ b/doc/metric/OM3/OM3.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Detailed metadata"@en ; + dcterms:description """ The benchmark verifies the presence of the following detailed metadata: DOI, publisher, logo, status, source, and issued date. Additionally, it checks for the presence of previous version, backward compatibility, and modified metadata elements, though it does not penalize their absence, recognizing that not all ontologies may have, for example, a previous version. """^^xsd:string ; + rdfs:label "Metric OM3"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Detailed metadata"@en, "Metric"@en, "Reusable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "R1"@en ; + dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . diff --git a/doc/metric/OM4.1/OM4.1.html b/doc/metric/OM4.1/OM4.1.html new file mode 100644 index 0000000..832ee92 --- /dev/null +++ b/doc/metric/OM4.1/OM4.1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric OM4.1

+
+
+
+
The benchmark verifies the presence of a license, ensuring that the terms of use and distribution of the ontology are clearly defined and accessible.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
License availability
+
+ +
+
Creator
+ + +
+
+
Keywords
+
License availability, Metric, Reusable, License availability, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are released with a clear and accessible data usage license
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/OM4.1/OM4.1.jsonld b/doc/metric/OM4.1/OM4.1.jsonld new file mode 100644 index 0000000..0b18cc4 --- /dev/null +++ b/doc/metric/OM4.1/OM4.1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://w3id.org/foops/test/OM4.1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/OM4.1", + "@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": [ + { + "@value": " The benchmark verifies the presence of a license, ensuring that the terms of use and distribution of the ontology are clearly defined and accessible. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/OM4.1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "License availability" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/OM4.1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric OM4.1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "License availability" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/OM4.1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1.1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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.1", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are released with a clear and accessible data usage license" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1.1" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/OM4.1/OM4.1.ttl b/doc/metric/OM4.1/OM4.1.ttl new file mode 100644 index 0000000..8c05dcd --- /dev/null +++ b/doc/metric/OM4.1/OM4.1.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "License availability"@en ; + dcterms:description """ The benchmark verifies the presence of a license, ensuring that the terms of use and distribution of the ontology are clearly defined and accessible. """^^xsd:string ; + rdfs:label "Metric OM4.1"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "License availability"@en , "Metric"@en , "Reusable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "R1.1"@en ; + dcterms:description "(meta)data are released with a clear and accessible data usage license"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/OM4.2/OM4.2.html b/doc/metric/OM4.2/OM4.2.html new file mode 100644 index 0000000..c6e88f6 --- /dev/null +++ b/doc/metric/OM4.2/OM4.2.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric OM4.2

+
+
+
+
The benchmark verifies that the license associated with the ontology can be accessed through a resolvable URL, ensuring that the terms of use and distribution are clearly accessible and verifiable.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
License is resolvable
+
+ +
+
Creator
+ + +
+
+
Keywords
+
License resolvable, Metric, Reusable, License resolvable, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are released with a clear and accessible data usage license
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/OM4.2/OM4.2.jsonld b/doc/metric/OM4.2/OM4.2.jsonld new file mode 100644 index 0000000..dc81907 --- /dev/null +++ b/doc/metric/OM4.2/OM4.2.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://w3id.org/foops/test/OM4.2", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/ns/dcat#Kind" + ], + "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.1", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are released with a clear and accessible data usage license" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1.1" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + }, + { + "@id": "https://w3id.org/foops/metric/OM4.2", + "@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": [ + { + "@value": " The benchmark verifies that the license associated with the ontology can be accessed through a resolvable URL, ensuring that the terms of use and distribution are clearly accessible and verifiable. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/OM4.2" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "License is resolvable" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/OM4.2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric OM4.2" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "License resolvable" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/OM4.2" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1.1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/OM4.2/OM4.2.ttl b/doc/metric/OM4.2/OM4.2.ttl new file mode 100644 index 0000000..189743e --- /dev/null +++ b/doc/metric/OM4.2/OM4.2.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "License is resolvable"@en ; + dcterms:description """ The benchmark verifies that the license associated with the ontology can be accessed through a resolvable URL, ensuring that the terms of use and distribution are clearly accessible and verifiable. """^^xsd:string ; + rdfs:label "Metric OM4.2"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "License resolvable"@en , "Metric"@en , "Reusable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "R1.1"@en ; + dcterms:description "(meta)data are released with a clear and accessible data usage license"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/OM5_1/OM5_1.html b/doc/metric/OM5_1/OM5_1.html new file mode 100644 index 0000000..5df4acd --- /dev/null +++ b/doc/metric/OM5_1/OM5_1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric OM5_1

+
+
+
+
The benchmark verifies the presence of essential provenance metadata: author and creation date. Additionally, it checks for the presence of contributor and previous version metadata elements, though it does not penalize their absence, recognizing that not all ontologies may have a previous version or a contributor.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Basic provenance metadata
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Basic provenance metadata, Metric, Reusable, Basic provenance metadata, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are associated with detailed provenance
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/OM5_1/OM5_1.jsonld b/doc/metric/OM5_1/OM5_1.jsonld new file mode 100644 index 0000000..e6356a4 --- /dev/null +++ b/doc/metric/OM5_1/OM5_1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://w3id.org/foops/test/OM5_1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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" + ], + "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": [ + { + "@value": " The benchmark verifies the presence of essential provenance metadata: author and creation date. Additionally, it checks for the presence of contributor and previous version metadata elements, though it does not penalize their absence, recognizing that not all ontologies may have a previous version or a contributor. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/OM5_1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Basic provenance metadata" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/OM5_1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric OM5_1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Basic provenance metadata" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/OM5.1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1.2" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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": [ + "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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1.2" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/OM5_1/OM5_1.ttl b/doc/metric/OM5_1/OM5_1.ttl new file mode 100644 index 0000000..e2948fd --- /dev/null +++ b/doc/metric/OM5_1/OM5_1.ttl @@ -0,0 +1,42 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Basic provenance metadata"@en ; + dcterms:description """ The benchmark verifies the presence of essential provenance metadata: author and creation date. Additionally, it checks for the presence of contributor and previous version metadata elements, though it does not penalize their absence, recognizing that not all ontologies may have a previous version or a contributor. """^^xsd:string ; + rdfs:label "Metric OM5_1"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Basic provenance metadata"@en , "Metric"@en , "Reusable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "R1.2"@en ; + dcterms:description "(meta)data are associated with detailed provenance"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + diff --git a/doc/metric/OM5_2/OM5_2.html b/doc/metric/OM5_2/OM5_2.html new file mode 100644 index 0000000..47b8a88 --- /dev/null +++ b/doc/metric/OM5_2/OM5_2.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric OM5_2

+
+
+
+
The benchmark verifies the presence of detailed provenance metadata elements: issued date and publisher, ensuring that users can trace the creation and distribution of the ontology effectively.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Detailed provenance metadata
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Detailed provenance metadata, Metric, Reusable, Detailed provenance metadata, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are associated with detailed provenance
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/OM5_2/OM5_2.jsonld b/doc/metric/OM5_2/OM5_2.jsonld new file mode 100644 index 0000000..89e2eee --- /dev/null +++ b/doc/metric/OM5_2/OM5_2.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/OM5_2", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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": [ + "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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1.2" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + }, + { + "@id": "https://w3id.org/foops/metric/OM5_2", + "@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": [ + { + "@value": " The benchmark verifies the presence of detailed provenance metadata elements: issued date and publisher, ensuring that users can trace the creation and distribution of the ontology effectively. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/OM5_2" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Detailed provenance metadata" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/OM5_2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric OM5_2" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Detailed provenance metadata" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/OM5.2" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1.2" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/OM5_2/OM5_2.ttl b/doc/metric/OM5_2/OM5_2.ttl new file mode 100644 index 0000000..731eebf --- /dev/null +++ b/doc/metric/OM5_2/OM5_2.ttl @@ -0,0 +1,42 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Detailed provenance metadata"@en ; + dcterms:description """ The benchmark verifies the presence of detailed provenance metadata elements: issued date and publisher, ensuring that users can trace the creation and distribution of the ontology effectively. """^^xsd:string ; + rdfs:label "Metric OM5_2"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Detailed provenance metadata"@en, "Metric"@en, "Reusable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "R1.2"@en ; + dcterms:description "(meta)data are associated with detailed provenance"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + diff --git a/doc/metric/PURL1/PURL1.html b/doc/metric/PURL1/PURL1.html new file mode 100644 index 0000000..efdaa46 --- /dev/null +++ b/doc/metric/PURL1/PURL1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric PURL1

+
+
+
+
The benchmark verifies the presence of a persistent URL, such as w3id, purl, DOI, or a W3C URL, ensuring stable and long-term access to the ontology.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Persistent URL
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Persistent URL, Metric, Accesible, Persistent URL, Metric, Accesible
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are assigned a globally unique and persistent identifier.
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/PURL1/PURL1.jsonld b/doc/metric/PURL1/PURL1.jsonld new file mode 100644 index 0000000..f7a64e5 --- /dev/null +++ b/doc/metric/PURL1/PURL1.jsonld @@ -0,0 +1,175 @@ +[ + { + "@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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F1" + } + ] + }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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": [ + "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": [ + { + "@value": " The benchmark verifies the presence of a persistent URL, such as w3id, purl, DOI, or a W3C URL, ensuring stable and long-term access to the ontology. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/PURL1" + } + ], + "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": "Persistent URL" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/PURL1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric PURL1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Persistent URL" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Accesible" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/PURL1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "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/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + }, + { + "@id": "https://w3id.org/foops/test/PURL1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + } +] \ No newline at end of file diff --git a/doc/metric/PURL1/PURL1.ttl b/doc/metric/PURL1/PURL1.ttl new file mode 100644 index 0000000..2e7b264 --- /dev/null +++ b/doc/metric/PURL1/PURL1.ttl @@ -0,0 +1,44 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Persistent URL"@en ; + dcterms:description """ The benchmark verifies the presence of a persistent URL, such as w3id, purl, DOI, or a W3C URL, ensuring stable and long-term access to the ontology. """^^xsd:string ; + rdfs:label "Metric PURL1"; + ; + dcterms:creator ; + dcterms:creator ; + dcterms:license ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Persistent URL"@en , "Metric"@en , "Accesible"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F1"@en ; + dcterms:description "(meta)data are assigned a globally unique and persistent identifier."@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + + diff --git a/doc/metric/RDF1/RDF1.html b/doc/metric/RDF1/RDF1.html new file mode 100644 index 0000000..d5bd210 --- /dev/null +++ b/doc/metric/RDF1/RDF1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric CN1

+
+
+
+
The benchmark verifies that the vocabulary is accessible in any of the following RDF serializations: RDF/XML, TTL, N-Triples, JSON-LD. The test will pass if the vocabulary is available in one of these formats and fail if no known RDF serialization is returned or the serialization is not among the specified formats.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Content negotiation for RDF
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Content negotiation, Metric, Content negotiation, Metric
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are retrievable by their identifier using a standardized communications protocol
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/RDF1/RDF1.jsonld b/doc/metric/RDF1/RDF1.jsonld new file mode 100644 index 0000000..592b88d --- /dev/null +++ b/doc/metric/RDF1/RDF1.jsonld @@ -0,0 +1,166 @@ +[ + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/A1", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are retrievable by their identifier using a standardized communications protocol" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "A1" + } + ] + }, + { + "@id": "https://w3id.org/foops/test/RDF1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/foops/metric/CN1", + "@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": [ + { + "@value": " The benchmark verifies that the vocabulary is accessible in any of the following RDF serializations: RDF/XML, TTL, N-Triples, JSON-LD. The test will pass if the vocabulary is available in one of these formats and fail if no known RDF serialization is returned or the serialization is not among the specified formats. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/CN1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Content negotiation for RDF" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/RDF1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric CN1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Content negotiation" + }, + { + "@language": "en", + "@value": "Metric" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/CN1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/A1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/RDF1/RDF1.ttl b/doc/metric/RDF1/RDF1.ttl new file mode 100644 index 0000000..8c2c468 --- /dev/null +++ b/doc/metric/RDF1/RDF1.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Content negotiation for RDF"@en ; + dcterms:description """ The benchmark verifies that the vocabulary is accessible in any of the following RDF serializations: RDF/XML, TTL, N-Triples, JSON-LD. The test will pass if the vocabulary is available in one of these formats and fail if no known RDF serialization is returned or the serialization is not among the specified formats. """^^xsd:string ; + rdfs:label "Metric CN1"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Content negotiation"@en , "Metric"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "A1"@en ; + dcterms:description "(meta)data are retrievable by their identifier using a standardized communications protocol"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/URI1/URI1.html b/doc/metric/URI1/URI1.html new file mode 100644 index 0000000..7aa0249 --- /dev/null +++ b/doc/metric/URI1/URI1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric URI1

+
+
+
+
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.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Ontology URI is resolvable
+
+ +
+
Creator
+ + +
+
+
Keywords
+
URI resolvable, Metric, Resolvable, URI resolvable, Metric, Resolvable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are assigned a globally unique and persistent identifier.
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/URI1/URI1.jsonld b/doc/metric/URI1/URI1.jsonld new file mode 100644 index 0000000..5d44722 --- /dev/null +++ b/doc/metric/URI1/URI1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F1" + } + ] + }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/URI1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/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": [ + { + "@value": "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." + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/URI1" + } + ], + "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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric URI1" + } + ], + "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/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "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/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/URI1/URI1.ttl b/doc/metric/URI1/URI1.ttl new file mode 100644 index 0000000..a9ba784 --- /dev/null +++ b/doc/metric/URI1/URI1.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Ontology URI is resolvable"@en ; + dcterms:description """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."""^^xsd:string ; + rdfs:label "Metric URI1"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "URI resolvable"@en , "Metric"@en , "Resolvable"@en; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F1"@en ; + dcterms:description "(meta)data are assigned a globally unique and persistent identifier."@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/URI2/URI2.html b/doc/metric/URI2/URI2.html new file mode 100644 index 0000000..fac4f08 --- /dev/null +++ b/doc/metric/URI2/URI2.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric URI2

+
+
+
+
The benchmark verifies the consistency between the ontology's URI and its ID, ensuring accurate identification and referencing.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Consistent ontology IDs
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Consistent ontology ID, Metric, Findable, Consistent ontology ID, Metric, Findable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are assigned a globally unique and persistent identifier
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/URI2/URI2.jsonld b/doc/metric/URI2/URI2.jsonld new file mode 100644 index 0000000..133dc40 --- /dev/null +++ b/doc/metric/URI2/URI2.jsonld @@ -0,0 +1,170 @@ +[ + { + "@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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F1" + } + ] + }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/ns/dcat#Kind" + ], + "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/test/URI2", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/foops/metric/URI2", + "@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": [ + { + "@value": " The benchmark verifies the consistency between the ontology's URI and its ID, ensuring accurate identification and referencing. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/URI2" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Consistent ontology IDs" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/URI2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric URI2" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Consistent ontology ID" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Findable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/URI2" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "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/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/URI2/URI2.ttl b/doc/metric/URI2/URI2.ttl new file mode 100644 index 0000000..cc1c2af --- /dev/null +++ b/doc/metric/URI2/URI2.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Consistent ontology IDs"@en ; + dcterms:description """ The benchmark verifies the consistency between the ontology's URI and its ID, ensuring accurate identification and referencing. """^^xsd:string ; + rdfs:label "Metric URI2"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Consistent ontology ID"@en , "Metric"@en , "Findable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F1"@en ; + dcterms:description "(meta)data are assigned a globally unique and persistent identifier"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . diff --git a/doc/metric/VER1/VER1.html b/doc/metric/VER1/VER1.html new file mode 100644 index 0000000..3e0c953 --- /dev/null +++ b/doc/metric/VER1/VER1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric VER1

+
+
+
+
This benchmark verifies that there is an ID for the ontology version, and ensures that the ID is unique and different from the ontology URI, promoting precise versioning and referencing.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Version IRI
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Version IRI, Metric, Findable, Version IRI, Metric, Findable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are assigned a globally unique and persistent identifier
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/VER1/VER1.jsonld b/doc/metric/VER1/VER1.jsonld new file mode 100644 index 0000000..361ec2d --- /dev/null +++ b/doc/metric/VER1/VER1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F1" + } + ] + }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/VER1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + }, + { + "@id": "https://w3id.org/foops/metric/VER1", + "@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": [ + { + "@value": " This benchmark verifies that there is an ID for the ontology version, and ensures that the ID is unique and different from the ontology URI, promoting precise versioning and referencing. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/VER1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Version IRI" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/VER1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric VER1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Version IRI" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Findable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/VER1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "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/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/VER1/VER1.ttl b/doc/metric/VER1/VER1.ttl new file mode 100644 index 0000000..14f991c --- /dev/null +++ b/doc/metric/VER1/VER1.ttl @@ -0,0 +1,43 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Version IRI"@en ; + dcterms:description """ This benchmark verifies that there is an ID for the ontology version, and ensures that the ID is unique and different from the ontology URI, promoting precise versioning and referencing. """^^xsd:string ; + rdfs:label "Metric VER1"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Version IRI"@en , "Metric"@en , "Findable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F1"@en ; + dcterms:description "(meta)data are assigned a globally unique and persistent identifier"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + + diff --git a/doc/metric/VER2/VER2.html b/doc/metric/VER2/VER2.html new file mode 100644 index 0000000..4b4abc6 --- /dev/null +++ b/doc/metric/VER2/VER2.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric VER2

+
+
+
+
This benchmark verifies that the version IRI associated with the ontology is accessible and returns the expected representation, ensuring that users can reliably access the specified version of the ontology.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Version IRI resolves
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Version IRI resolves, Metric, Findable, Version IRI resolves, Metric, Findable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data are assigned a globally unique and persistent identifier
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/VER2/VER2.jsonld b/doc/metric/VER2/VER2.jsonld new file mode 100644 index 0000000..3748943 --- /dev/null +++ b/doc/metric/VER2/VER2.jsonld @@ -0,0 +1,170 @@ +[ + { + "@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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F1" + } + ] + }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/ns/dcat#Kind" + ], + "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/Test/VER2", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/foops/metric/VER2", + "@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": [ + { + "@value": " This benchmark verifies that the version IRI associated with the ontology is accessible and returns the expected representation, ensuring that users can reliably access the specified version of the ontology. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/VER2" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Version IRI resolves" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/VER2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric VER2" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Version IRI resolves" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Findable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/VER2" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "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/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/VER2/VER2.ttl b/doc/metric/VER2/VER2.ttl new file mode 100644 index 0000000..f5fe2e1 --- /dev/null +++ b/doc/metric/VER2/VER2.ttl @@ -0,0 +1,44 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Version IRI resolves"@en ; + dcterms:description """ This benchmark verifies that the version IRI associated with the ontology is accessible and returns the expected representation, ensuring that users can reliably access the specified version of the ontology. """^^xsd:string ; + rdfs:label "Metric VER2"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Version IRI resolves"@en , "Metric"@en , "Findable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "F1"@en ; + dcterms:description "(meta)data are assigned a globally unique and persistent identifier"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + + + diff --git a/doc/metric/VOC1/VOC1.html b/doc/metric/VOC1/VOC1.html new file mode 100644 index 0000000..432a0be --- /dev/null +++ b/doc/metric/VOC1/VOC1.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric VOC1

+
+
+
+
This benchmark defines criteria to ensure that the ontology reuses other vocabularies for declaring metadata terms. The benchmark verifies the presence of reused vocabularies in the ontology's metadata declarations, promoting interoperability and standardization.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Vocabulary reuse (metadata)
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Vocabulary reuse metadata, Metric, Interoperable, Vocabulary reuse metadata, Metric, Interoperable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data use vocabularies that follow FAIR principles
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/VOC1/VOC1.jsonld b/doc/metric/VOC1/VOC1.jsonld new file mode 100644 index 0000000..712f1ec --- /dev/null +++ b/doc/metric/VOC1/VOC1.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/VOC1", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/I2", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data use vocabularies that follow FAIR principles" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "I2" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + }, + { + "@id": "https://w3id.org/foops/metric/VOC1", + "@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": [ + { + "@value": " This benchmark defines criteria to ensure that the ontology reuses other vocabularies for declaring metadata terms. The benchmark verifies the presence of reused vocabularies in the ontology's metadata declarations, promoting interoperability and standardization. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/VOC1" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Vocabulary reuse (metadata)" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/VOC1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric VOC1" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Vocabulary reuse metadata" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Interoperable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/VOC1" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/I2" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/VOC1/VOC1.ttl b/doc/metric/VOC1/VOC1.ttl new file mode 100644 index 0000000..19cd79b --- /dev/null +++ b/doc/metric/VOC1/VOC1.ttl @@ -0,0 +1,42 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Vocabulary reuse (metadata)"@en ; + dcterms:description """ This benchmark defines criteria to ensure that the ontology reuses other vocabularies for declaring metadata terms. The benchmark verifies the presence of reused vocabularies in the ontology's metadata declarations, promoting interoperability and standardization. """^^xsd:string ; + rdfs:label "Metric VOC1"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Vocabulary reuse metadata"@en , "Metric"@en , "Interoperable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "I2"@en ; + dcterms:description "(meta)data use vocabularies that follow FAIR principles"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . + diff --git a/doc/metric/VOC2/VOC2.html b/doc/metric/VOC2/VOC2.html new file mode 100644 index 0000000..3bd31e6 --- /dev/null +++ b/doc/metric/VOC2/VOC2.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric VOC2

+
+
+
+
This benchmark defines criteria to ensure that the ontology imports or extends other vocabularies besides RDF, OWL, and RDFS. The benchmark verifies the presence of imported or extended vocabularies, promoting interoperability and reuse of existing ontological structures
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Vocabulary reuse
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Vocabulary reuse, Metric, Interoperable, Vocabulary reuse, Metric, Interoperable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
(meta)data use vocabularies that follow FAIR principles
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/VOC2/VOC2.jsonld b/doc/metric/VOC2/VOC2.jsonld new file mode 100644 index 0000000..9e79cdb --- /dev/null +++ b/doc/metric/VOC2/VOC2.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/VOC2", + "@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": [ + { + "@value": " This benchmark defines criteria to ensure that the ontology imports or extends other vocabularies besides RDF, OWL, and RDFS. The benchmark verifies the presence of imported or extended vocabularies, promoting interoperability and reuse of existing ontological structures " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/VOC2" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Vocabulary reuse" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/VOC2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric VOC2" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Vocabulary reuse" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Interoperable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/VOC2" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/I2" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/test/VOC2", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://w3id.org/fair/principles/terms/I2", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data use vocabularies that follow FAIR principles" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "I2" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark for FAIR Principles" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/VOC2/VOC2.ttl b/doc/metric/VOC2/VOC2.ttl new file mode 100644 index 0000000..4cc1d28 --- /dev/null +++ b/doc/metric/VOC2/VOC2.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Vocabulary reuse"@en ; + dcterms:description """ This benchmark defines criteria to ensure that the ontology imports or extends other vocabularies besides RDF, OWL, and RDFS. The benchmark verifies the presence of imported or extended vocabularies, promoting interoperability and reuse of existing ontological structures """^^xsd:string ; + rdfs:label "Metric VOC2"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Vocabulary reuse"@en , "Metric"@en , "Interoperable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "I2"@en ; + dcterms:description "(meta)data use vocabularies that follow FAIR principles"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/VOC3/VOC3.html b/doc/metric/VOC3/VOC3.html new file mode 100644 index 0000000..bf1a53c --- /dev/null +++ b/doc/metric/VOC3/VOC3.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric VOC3

+
+
+
+
This benchmark defines criteria to evaluate the extent to which all ontology terms have labels. The benchmark verifies that ontology terms are labeled using rdfs:label in OWL vocabularies and skos:prefLabel in SKOS vocabularies, ensuring that each term has a human-readable identifier.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Documentation: labels
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Documentation labels, Metric, Reusable, Documentation labels, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
meta(data) are richly described with a plurality of accurate and relevant attributes
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/VOC3/VOC3.jsonld b/doc/metric/VOC3/VOC3.jsonld new file mode 100644 index 0000000..1966148 --- /dev/null +++ b/doc/metric/VOC3/VOC3.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/VOC3", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/metric/VOC3", + "@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": [ + { + "@value": " This benchmark defines criteria to evaluate the extent to which all ontology terms have labels. The benchmark verifies that ontology terms are labeled using rdfs:label in OWL vocabularies and skos:prefLabel in SKOS vocabularies, ensuring that each term has a human-readable identifier. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/VOC3" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Documentation: labels" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/VOC3" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric VOC3" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Documentation labels" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/VOC3" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://w3id.org/foops/benchmark/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark 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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/VOC3/VOC3.ttl b/doc/metric/VOC3/VOC3.ttl new file mode 100644 index 0000000..e1b7eab --- /dev/null +++ b/doc/metric/VOC3/VOC3.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Documentation: labels"@en ; + dcterms:description """ This benchmark defines criteria to evaluate the extent to which all ontology terms have labels. The benchmark verifies that ontology terms are labeled using rdfs:label in OWL vocabularies and skos:prefLabel in SKOS vocabularies, ensuring that each term has a human-readable identifier. """^^xsd:string ; + rdfs:label "Metric VOC3"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Documentation labels"@en , "Metric"@en , "Reusable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "R1"@en ; + dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . diff --git a/doc/metric/VOC4/VOC4.html b/doc/metric/VOC4/VOC4.html new file mode 100644 index 0000000..35f4d72 --- /dev/null +++ b/doc/metric/VOC4/VOC4.html @@ -0,0 +1,105 @@ + + + + + + + + + +
+
+
+ +

Metric VOC4

+
+
+
+
The benchmark 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.
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
Documentation: definitions
+
+ +
+
Creator
+ + +
+
+
Keywords
+
Documentation definitions, Metric, Reusable, Documentation definitions, Metric, Reusable
+
+
+
Publisher
+ +
+
+
Version
+
0.0.1
+
+ +
+
Dimension
+ +
+
+
Desc. Dimension
+
meta(data) are richly described with a plurality of accurate and relevant attributes
+
+ +
+
Benchmark Title
+
General Benchmark for FAIR Principles
+
+
+
Benchmark Desc
+
This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle.
+
+
+
Metric Status
+
Active
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/metric/VOC4/VOC4.jsonld b/doc/metric/VOC4/VOC4.jsonld new file mode 100644 index 0000000..1db4973 --- /dev/null +++ b/doc/metric/VOC4/VOC4.jsonld @@ -0,0 +1,170 @@ +[ + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://w3id.org/foops/metric/VOC4", + "@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": [ + { + "@value": " The benchmark 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. " + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@id": "https://w3id.org/foops/metric/VOC4" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "https://oeg.fi.upm.es" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Documentation: definitions" + } + ], + "http://semanticscience.org/resource/SIO_000233": [ + { + "@id": "https://w3id.org/foops/test/VOC4" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Metric VOC4" + } + ], + "http://www.w3.org/ns/dcat#keyword": [ + { + "@language": "en", + "@value": "Documentation definitions" + }, + { + "@language": "en", + "@value": "Metric" + }, + { + "@language": "en", + "@value": "Reusable" + } + ], + "http://www.w3.org/ns/dcat#landingPage": [ + { + "@id": "https://w3id.org/foops/metric/VOC4" + } + ], + "http://www.w3.org/ns/dcat#version": [ + { + "@value": "0.0.1" + } + ], + "http://www.w3.org/ns/dcat/contactPoint": [ + { + "@id": "https://orcid.org/0000-0003-0454-7145" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "https://w3id.org/fair/principles/terms/R1" + } + ], + "https://www.w3id.org/ftr#hasBenchmark": [ + { + "@id": "https://w3id.org/foops/benchmark/full_assessment" + } + ], + "https://www.w3id.org/ftr#metricStatus": [ + { + "@language": "en", + "@value": "Active" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/VOC4", + "@type": [ + "https://www.w3id.org/ftr#Test" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/ns/dcat#Kind" + ], + "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/full_assessment", + "@type": [ + "https://example.org/ontology#MetricBenchmark" + ], + "http://purl.org/dc/terms/description": [ + { + "@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "General Benchmark 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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1" + } + ] + } +] \ No newline at end of file diff --git a/doc/metric/VOC4/VOC4.ttl b/doc/metric/VOC4/VOC4.ttl new file mode 100644 index 0000000..4b8b628 --- /dev/null +++ b/doc/metric/VOC4/VOC4.ttl @@ -0,0 +1,41 @@ +@prefix dcterms: . +@prefix foaf: . +@prefix vcard: . +@prefix ftr: . +@prefix dcat: . +@prefix xsd: . +@prefix doap: . +@prefix rdfs: . +@prefix dqv: . +@prefix dav: . + + a dqv:Metric ; + dcterms:identifier ; + dcterms:title "Documentation: definitions"@en ; + dcterms:description """ The benchmark 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. """^^xsd:string ; + rdfs:label "Metric VOC4"; + ; + dcterms:creator ; + dcterms:creator ; + dqv:inDimension ; + dcterms:publisher ; + dcat:version "0.0.1"^^xsd:string ; + dcat:keyword "Documentation definitions"@en , "Metric"@en , "Reusable"@en ; + ; + dcat:landingPage ; + ftr:hasBenchmark ; + ftr:metricStatus "Active"@en . + a dcat:Kind; + vcard:fn "Daniel Garijo" ; + vcard:hasEmail . + a dcat:Kind; + vcard:fn "Maria Poveda" ; + vcard:hasEmail . + a ; + rdfs:label "R1"@en ; + dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes"@en . + a foaf:Organization . + a ftr:Test . + a dav:MetricBenchmark; + dcterms:title "General Benchmark for FAIR Principles"; + dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . \ No newline at end of file diff --git a/doc/metric/template_metrics.html b/doc/metric/template_metrics.html new file mode 100644 index 0000000..cc347b3 --- /dev/null +++ b/doc/metric/template_metrics.html @@ -0,0 +1,105 @@ + + + + {{web_title}} + + + + + +
+
+
+ +

{{metric_name}}

+
+
+
+
{{metric_description}}
+
+
+
+

METRIC INFORMATION

+
+
+
+
Title
+
{{metric_title}}
+
+
+
Identifier
+ + +
+
+
Creator
+
{{{metric_creators}}}
+ +
+
+
Keywords
+
{{metric_keywords}}
+
+
+
Publisher
+ +
+
+
Version
+
{{metric_version}}
+
+
+
Landing Page
+ +
+
+
Dimension
+ +
+
+
Desc. Dimension
+
{{metric_desc_dimension}}
+
+
+
Benchmark
+ +
+
+
Benchmark Title
+
{{metric_benchmark_title}}
+
+
+
Benchmark Desc
+
{{metric_benchmark_desc}}
+
+
+
Metric Status
+
{{metric_status}}
+
+ +
+ +
+
+ Ontology Engineer Group + https://oeg.fi.upm.es +
+
+ + \ No newline at end of file diff --git a/doc/template_catalog.html b/doc/template_catalog.html index 3e80534..f5b0624 100644 --- a/doc/template_catalog.html +++ b/doc/template_catalog.html @@ -3,8 +3,11 @@ Foops catalogue - + + + + @@ -40,6 +80,7 @@
+
@@ -49,20 +90,41 @@

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

+
+ +
+
+
+

+
+
+ + +
+
+
+ - + + + {{#tests}} - - - + + + + + + {{/tests}} @@ -70,11 +132,56 @@
-

TEST METRICS

+

METRICS CATALOGUE

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

+
+ +
+
+
+

+
+
+ + +
+
+
+ +
Uri Name TitleLicenseVersionKeywords
{{identifier}}{{name}}{{title}}{{name}}{{title}}{{license_label}}{{version}}{{keywords}}
+ + + + + + + + + + {{#metrics}} + + + + + + + + {{/metrics}} + +
NameTitleVersionKeywords
{{name}}{{title}}{{version}}{{keywords}}
+ +
+
+

BENCHMARK CATALOGUE

+

IN CONSTRUCTION

+
+
+
@@ -83,5 +190,56 @@ https://oeg.fi.upm.es
+ \ No newline at end of file diff --git a/doc/test/DOC1/DOC1.html b/doc/test/DOC1/DOC1.html index b8e3a9c..9726b01 100644 --- a/doc/test/DOC1/DOC1.html +++ b/doc/test/DOC1/DOC1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1
+
Desc. Indicator
diff --git a/doc/test/DOC1/DOC1.jsonld b/doc/test/DOC1/DOC1.jsonld index fb72b09..cab53f2 100644 --- a/doc/test/DOC1/DOC1.jsonld +++ b/doc/test/DOC1/DOC1.jsonld @@ -7,6 +7,28 @@ } ] }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, { "@id": "https://w3id.org/foops/test/DOC1", "@type": [ @@ -113,12 +135,6 @@ } ] }, - { - "@id": "https://oeg.fi.upm.es", - "@type": [ - "http://xmlns.com/foaf/0.1/Organization" - ] - }, { "@id": "https://w3id.org/fair/principles/terms/R1", "@type": [ @@ -136,21 +152,5 @@ "@value": "R1" } ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } - ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ - { - "@id": "mailto:dgarijo@upm.es" - } - ] } ] \ No newline at end of file diff --git a/doc/test/FIND1/FIND1.html b/doc/test/FIND1/FIND1.html index 2259ac0..b2b2353 100644 --- a/doc/test/FIND1/FIND1.html +++ b/doc/test/FIND1/FIND1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F3
+
Desc. Indicator
diff --git a/doc/test/FIND1/FIND1.jsonld b/doc/test/FIND1/FIND1.jsonld index 2a98188..16c3df8 100644 --- a/doc/test/FIND1/FIND1.jsonld +++ b/doc/test/FIND1/FIND1.jsonld @@ -1,10 +1,4 @@ [ - { - "@id": "https://w3id.org/foops/metric/FIND1", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, { "@id": "https://w3id.org/foops/repository", "http://xmlns.com/foaf/0.1/homePage": [ @@ -14,45 +8,27 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/F3", + "@id": "https://oeg.fi.upm.es", "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "metadata clearly and explicitly include the identifier of the data it describes" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "F3" - } + "http://xmlns.com/foaf/0.1/Organization" ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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", - "@type": [ - "http://xmlns.com/foaf/0.1/Organization" - ] - }, { "@id": "https://w3id.org/foops/test/FIND1", "@type": [ @@ -138,18 +114,42 @@ ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/foops/metric/FIND1", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/fair/principles/terms/F3", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "metadata clearly and explicitly include the identifier of the data it describes" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F3" } ] } diff --git a/doc/test/FIND2/FIND2.html b/doc/test/FIND2/FIND2.html index 4d02ae0..e9bbb33 100644 --- a/doc/test/FIND2/FIND2.html +++ b/doc/test/FIND2/FIND2.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F4
+
Desc. Indicator
diff --git a/doc/test/FIND2/FIND2.jsonld b/doc/test/FIND2/FIND2.jsonld index 2c22333..26143ed 100644 --- a/doc/test/FIND2/FIND2.jsonld +++ b/doc/test/FIND2/FIND2.jsonld @@ -7,6 +7,52 @@ } ] }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://w3id.org/foops/metric/FIND2", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, + { + "@id": "https://w3id.org/fair/principles/terms/F4", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are registered or indexed in a searchable resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F4" + } + ] + }, { "@id": "https://w3id.org/foops/test/FIND2", "@type": [ @@ -106,51 +152,5 @@ "@id": "mailto:m.poveda@upm.es" } ] - }, - { - "@id": "https://w3id.org/foops/metric/FIND2", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://oeg.fi.upm.es", - "@type": [ - "http://xmlns.com/foaf/0.1/Organization" - ] - }, - { - "@id": "https://w3id.org/fair/principles/terms/F4", - "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "(meta)data are registered or indexed in a searchable resource" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "F4" - } - ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } - ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ - { - "@id": "mailto:dgarijo@upm.es" - } - ] } ] \ No newline at end of file diff --git a/doc/test/FIND3/FIND3.html b/doc/test/FIND3/FIND3.html index 35b5854..adf27b8 100644 --- a/doc/test/FIND3/FIND3.html +++ b/doc/test/FIND3/FIND3.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F4
+
Desc. Indicator
diff --git a/doc/test/FIND3/FIND3.jsonld b/doc/test/FIND3/FIND3.jsonld index 9f610c0..64a3ed0 100644 --- a/doc/test/FIND3/FIND3.jsonld +++ b/doc/test/FIND3/FIND3.jsonld @@ -8,18 +8,18 @@ ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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" } ] }, @@ -29,30 +29,6 @@ "http://xmlns.com/foaf/0.1/Organization" ] }, - { - "@id": "https://w3id.org/fair/principles/terms/F4", - "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "(meta)data are registered or indexed in a searchable resource" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "F4" - } - ] - }, - { - "@id": "https://w3id.org/foops/metric/FIND3", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, { "@id": "https://w3id.org/foops/test/FIND3", "@type": [ @@ -138,19 +114,43 @@ ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/fair/principles/terms/F4", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are registered or indexed in a searchable resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F4" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/metric/FIND3", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] } ] \ No newline at end of file diff --git a/doc/test/FIND_3_BIS/FIND_3_BIS.html b/doc/test/FIND_3_BIS/FIND_3_BIS.html index 0dd12ca..12316d5 100644 --- a/doc/test/FIND_3_BIS/FIND_3_BIS.html +++ b/doc/test/FIND_3_BIS/FIND_3_BIS.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
A2
+
Desc. Indicator
diff --git a/doc/test/FIND_3_BIS/FIND_3_BIS.jsonld b/doc/test/FIND_3_BIS/FIND_3_BIS.jsonld index 96776aa..0787d0b 100644 --- a/doc/test/FIND_3_BIS/FIND_3_BIS.jsonld +++ b/doc/test/FIND_3_BIS/FIND_3_BIS.jsonld @@ -8,42 +8,18 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/A2", - "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "metadata are accessible, even when the data are no longer available" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "A2" - } - ] - }, - { - "@id": "https://w3id.org/foops/metric/FIND_3_BIS", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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" } ] }, @@ -138,19 +114,43 @@ ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/fair/principles/terms/A2", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "metadata are accessible, even when the data are no longer available" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "A2" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/metric/FIND_3_BIS", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] } ] \ No newline at end of file diff --git a/doc/test/HTTP1/HTTP1.html b/doc/test/HTTP1/HTTP1.html index 9086a8f..ffd6ae2 100644 --- a/doc/test/HTTP1/HTTP1.html +++ b/doc/test/HTTP1/HTTP1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
A1.1
+
Desc. Indicator
diff --git a/doc/test/HTTP1/HTTP1.jsonld b/doc/test/HTTP1/HTTP1.jsonld index 5ad3b7c..3d178b2 100644 --- a/doc/test/HTTP1/HTTP1.jsonld +++ b/doc/test/HTTP1/HTTP1.jsonld @@ -8,24 +8,18 @@ ] }, { - "@id": "https://w3id.org/foops/metric/HTTP1", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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" } ] }, @@ -120,36 +114,42 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/A1.1", + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + "http://www.w3.org/2006/vcard/ns#Kind" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@language": "en", - "@value": "the protocol is open, free, and universally implementable" + "@value": "Maria Poveda" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2006/vcard/ns#hasEmail": [ { - "@language": "en", - "@value": "A1.1" + "@id": "mailto:m.poveda@upm.es" } ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/foops/metric/HTTP1", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" + "http://www.w3.org/ns/dqv#Metric" + ] + }, + { + "@id": "https://w3id.org/fair/principles/terms/A1.1", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" ], - "http://www.w3.org/2006/vcard/ns#fn": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Daniel Garijo" + "@language": "en", + "@value": "the protocol is open, free, and universally implementable" } ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "mailto:dgarijo@upm.es" + "@language": "en", + "@value": "A1.1" } ] } diff --git a/doc/test/OM1/OM1.html b/doc/test/OM1/OM1.html index 76c75e5..bf56c60 100644 --- a/doc/test/OM1/OM1.html +++ b/doc/test/OM1/OM1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F2
+
Desc. Indicator
diff --git a/doc/test/OM1/OM1.jsonld b/doc/test/OM1/OM1.jsonld index 07b1cee..0020ed3 100644 --- a/doc/test/OM1/OM1.jsonld +++ b/doc/test/OM1/OM1.jsonld @@ -7,6 +7,34 @@ } ] }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://w3id.org/foops/metric/OM1", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, { "@id": "https://w3id.org/foops/test/OM1", "@type": [ @@ -91,24 +119,6 @@ } ] }, - { - "@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://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "F2" - } - ] - }, { "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ @@ -126,30 +136,20 @@ ] }, { - "@id": "https://w3id.org/foops/metric/OM1", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://oeg.fi.upm.es", - "@type": [ - "http://xmlns.com/foaf/0.1/Organization" - ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/fair/principles/terms/F2", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" ], - "http://www.w3.org/2006/vcard/ns#fn": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Daniel Garijo" + "@language": "en", + "@value": "data are described with rich metadata (defined by R1 below)" } ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "mailto:dgarijo@upm.es" + "@language": "en", + "@value": "F2" } ] } diff --git a/doc/test/OM2/OM2.html b/doc/test/OM2/OM2.html index 2604114..3648198 100644 --- a/doc/test/OM2/OM2.html +++ b/doc/test/OM2/OM2.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1
+
Desc. Indicator
diff --git a/doc/test/OM2/OM2.jsonld b/doc/test/OM2/OM2.jsonld index 264f6e5..69c7bcb 100644 --- a/doc/test/OM2/OM2.jsonld +++ b/doc/test/OM2/OM2.jsonld @@ -8,9 +8,25 @@ ] }, { - "@id": "https://w3id.org/foops/metric/OM2", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" ] }, { @@ -29,6 +45,12 @@ } ] }, + { + "@id": "https://w3id.org/foops/metric/OM2", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, { "@id": "https://w3id.org/foops/test/OM2", "@type": [ @@ -113,12 +135,6 @@ } ] }, - { - "@id": "https://oeg.fi.upm.es", - "@type": [ - "http://xmlns.com/foaf/0.1/Organization" - ] - }, { "@id": "https://w3id.org/fair/principles/terms/R1", "@type": [ @@ -136,21 +152,5 @@ "@value": "R1" } ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } - ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ - { - "@id": "mailto:dgarijo@upm.es" - } - ] } ] \ No newline at end of file diff --git a/doc/test/OM3/OM3.html b/doc/test/OM3/OM3.html index 77212ec..b93670d 100644 --- a/doc/test/OM3/OM3.html +++ b/doc/test/OM3/OM3.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1
+
Desc. Indicator
diff --git a/doc/test/OM3/OM3.jsonld b/doc/test/OM3/OM3.jsonld index e023627..54ef561 100644 --- a/doc/test/OM3/OM3.jsonld +++ b/doc/test/OM3/OM3.jsonld @@ -7,6 +7,28 @@ } ] }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, { "@id": "https://w3id.org/foops/test/OM3", "@type": [ @@ -108,9 +130,9 @@ ] }, { - "@id": "https://oeg.fi.upm.es", + "@id": "https://w3id.org/foops/metric/OM3", "@type": [ - "http://xmlns.com/foaf/0.1/Organization" + "http://www.w3.org/ns/dqv#Metric" ] }, { @@ -130,27 +152,5 @@ "@value": "R1" } ] - }, - { - "@id": "https://w3id.org/foops/metric/OM3", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } - ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ - { - "@id": "mailto:dgarijo@upm.es" - } - ] } ] \ No newline at end of file diff --git a/doc/test/OM4.1/OM4.1.html b/doc/test/OM4.1/OM4.1.html index c97e892..be18a7a 100644 --- a/doc/test/OM4.1/OM4.1.html +++ b/doc/test/OM4.1/OM4.1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1.1
+
Desc. Indicator
diff --git a/doc/test/OM4.1/OM4.1.jsonld b/doc/test/OM4.1/OM4.1.jsonld index 2fb54f6..c28cee4 100644 --- a/doc/test/OM4.1/OM4.1.jsonld +++ b/doc/test/OM4.1/OM4.1.jsonld @@ -1,34 +1,4 @@ [ - { - "@id": "https://w3id.org/foops/repository", - "http://xmlns.com/foaf/0.1/homePage": [ - { - "@id": "https://github.com/oeg-upm/fair_ontologies" - } - ] - }, - { - "@id": "https://w3id.org/foops/metric/OM4.1", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://orcid.org/0000-0003-3587-0367", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "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/test/OM4.1", "@type": [ @@ -113,6 +83,22 @@ } ] }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://oeg.fi.upm.es", "@type": [ @@ -120,36 +106,50 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/R1.1", + "@id": "https://w3id.org/foops/repository", + "http://xmlns.com/foaf/0.1/homePage": [ + { + "@id": "https://github.com/oeg-upm/fair_ontologies" + } + ] + }, + { + "@id": "https://w3id.org/foops/metric/OM4.1", "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + "http://www.w3.org/ns/dqv#Metric" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@language": "en", - "@value": "(meta)data are released with a clear and accessible data usage license" + "@value": "Maria Poveda" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2006/vcard/ns#hasEmail": [ { - "@language": "en", - "@value": "R1.1" + "@id": "mailto:m.poveda@upm.es" } ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/fair/principles/terms/R1.1", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" ], - "http://www.w3.org/2006/vcard/ns#fn": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Daniel Garijo" + "@language": "en", + "@value": "(meta)data are released with a clear and accessible data usage license" } ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "mailto:dgarijo@upm.es" + "@language": "en", + "@value": "R1.1" } ] } diff --git a/doc/test/OM4.2/OM4.2.html b/doc/test/OM4.2/OM4.2.html index d943e4e..f80a337 100644 --- a/doc/test/OM4.2/OM4.2.html +++ b/doc/test/OM4.2/OM4.2.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1.1
+
Desc. Indicator
diff --git a/doc/test/OM4.2/OM4.2.jsonld b/doc/test/OM4.2/OM4.2.jsonld index 881a62f..9e64d84 100644 --- a/doc/test/OM4.2/OM4.2.jsonld +++ b/doc/test/OM4.2/OM4.2.jsonld @@ -1,40 +1,4 @@ [ - { - "@id": "https://w3id.org/foops/repository", - "http://xmlns.com/foaf/0.1/homePage": [ - { - "@id": "https://github.com/oeg-upm/fair_ontologies" - } - ] - }, - { - "@id": "https://w3id.org/foops/metric/OM4.2", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://orcid.org/0000-0003-3587-0367", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "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://xmlns.com/foaf/0.1/Organization" - ] - }, { "@id": "https://w3id.org/foops/test/OM4.2", "@type": [ @@ -120,37 +84,73 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/R1.1", + "@id": "https://w3id.org/foops/repository", + "http://xmlns.com/foaf/0.1/homePage": [ + { + "@id": "https://github.com/oeg-upm/fair_ontologies" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + "http://www.w3.org/2006/vcard/ns#Kind" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@language": "en", - "@value": "(meta)data are released with a clear and accessible data usage license" + "@value": "Daniel Garijo" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2006/vcard/ns#hasEmail": [ { - "@language": "en", - "@value": "R1.1" + "@id": "mailto:dgarijo@upm.es" } ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/fair/principles/terms/R1.1", + "@type": [ + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are released with a clear and accessible data usage license" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1.1" + } + ] + }, + { + "@id": "https://w3id.org/foops/metric/OM4.2", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] } ] \ No newline at end of file diff --git a/doc/test/OM5_1/OM5_1.html b/doc/test/OM5_1/OM5_1.html index f6cafa6..1cc6de2 100644 --- a/doc/test/OM5_1/OM5_1.html +++ b/doc/test/OM5_1/OM5_1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1.2
+
Desc. Indicator
diff --git a/doc/test/OM5_1/OM5_1.jsonld b/doc/test/OM5_1/OM5_1.jsonld index 5ebe0c2..9028517 100644 --- a/doc/test/OM5_1/OM5_1.jsonld +++ b/doc/test/OM5_1/OM5_1.jsonld @@ -1,12 +1,4 @@ [ - { - "@id": "https://w3id.org/foops/repository", - "http://xmlns.com/foaf/0.1/homePage": [ - { - "@id": "https://github.com/oeg-upm/fair_ontologies" - } - ] - }, { "@id": "https://w3id.org/foops/test/OM5_1", "@type": [ @@ -92,24 +84,26 @@ ] }, { - "@id": "https://w3id.org/foops/metric/OM5_1", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "@id": "https://w3id.org/foops/repository", + "http://xmlns.com/foaf/0.1/homePage": [ + { + "@id": "https://github.com/oeg-upm/fair_ontologies" + } ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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" } ] }, @@ -120,36 +114,42 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/R1.2", + "@id": "https://w3id.org/foops/metric/OM5_1", "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + "http://www.w3.org/ns/dqv#Metric" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@language": "en", - "@value": "(meta)data are associated with detailed provenance" + "@value": "Maria Poveda" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2006/vcard/ns#hasEmail": [ { - "@language": "en", - "@value": "R1.2" + "@id": "mailto:m.poveda@upm.es" } ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/fair/principles/terms/R1.2", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" ], - "http://www.w3.org/2006/vcard/ns#fn": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Daniel Garijo" + "@language": "en", + "@value": "(meta)data are associated with detailed provenance" } ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "mailto:dgarijo@upm.es" + "@language": "en", + "@value": "R1.2" } ] } diff --git a/doc/test/OM5_2/OM5_2.html b/doc/test/OM5_2/OM5_2.html index 302af15..48a4726 100644 --- a/doc/test/OM5_2/OM5_2.html +++ b/doc/test/OM5_2/OM5_2.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1.2
+
Desc. Indicator
diff --git a/doc/test/OM5_2/OM5_2.jsonld b/doc/test/OM5_2/OM5_2.jsonld index 6b4ec2c..fa32bbf 100644 --- a/doc/test/OM5_2/OM5_2.jsonld +++ b/doc/test/OM5_2/OM5_2.jsonld @@ -8,18 +8,18 @@ ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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" } ] }, @@ -114,9 +114,19 @@ ] }, { - "@id": "https://w3id.org/foops/metric/OM5_2", + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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" + } ] }, { @@ -138,19 +148,9 @@ ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/foops/metric/OM5_2", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } - ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ - { - "@id": "mailto:dgarijo@upm.es" - } + "http://www.w3.org/ns/dqv#Metric" ] } ] \ No newline at end of file diff --git a/doc/test/PURL1/PURL1.html b/doc/test/PURL1/PURL1.html index 6b65a00..de15bc7 100644 --- a/doc/test/PURL1/PURL1.html +++ b/doc/test/PURL1/PURL1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F1
+
Desc. Indicator
diff --git a/doc/test/PURL1/PURL1.jsonld b/doc/test/PURL1/PURL1.jsonld index 7ad7261..6c3e4df 100644 --- a/doc/test/PURL1/PURL1.jsonld +++ b/doc/test/PURL1/PURL1.jsonld @@ -7,6 +7,28 @@ } ] }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, { "@id": "https://w3id.org/fair/principles/terms/F1", "@type": [ @@ -25,6 +47,12 @@ } ] }, + { + "@id": "https://w3id.org/foops/metric/PURL1", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, { "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ @@ -41,18 +69,6 @@ } ] }, - { - "@id": "https://oeg.fi.upm.es", - "@type": [ - "http://xmlns.com/foaf/0.1/Organization" - ] - }, - { - "@id": "https://w3id.org/foops/metric/PURL1", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, { "@id": "https://w3id.org/foops/test/PURL1", "@type": [ @@ -136,21 +152,5 @@ "@id": "https://w3id.org/fair/principles/terms/F1" } ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } - ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ - { - "@id": "mailto:dgarijo@upm.es" - } - ] } ] \ No newline at end of file diff --git a/doc/test/RDF1/RDF1.html b/doc/test/RDF1/RDF1.html index fb7503f..d6e19d7 100644 --- a/doc/test/RDF1/RDF1.html +++ b/doc/test/RDF1/RDF1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
A1
+
Desc. Indicator
diff --git a/doc/test/RDF1/RDF1.jsonld b/doc/test/RDF1/RDF1.jsonld index 5b99934..2ca295d 100644 --- a/doc/test/RDF1/RDF1.jsonld +++ b/doc/test/RDF1/RDF1.jsonld @@ -13,36 +13,59 @@ ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/foops/metric/RDF1", + "@id": "https://oeg.fi.upm.es", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" ], - "http://semanticscience.org/resource/SIO_000234": [ + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@id": "https://w3id.org/foops/test/RDF1" + "@value": "Maria Poveda" + } + ], + "http://www.w3.org/2006/vcard/ns#hasEmail": [ + { + "@id": "mailto:m.poveda@upm.es" } ] }, { - "@id": "https://oeg.fi.upm.es", + "@id": "https://w3id.org/fair/principles/terms/A1", "@type": [ - "http://xmlns.com/foaf/0.1/Organization" + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "(meta)data are retrievable by their identifier using a standardized communications protocol" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "A1" + } ] }, { @@ -126,36 +149,13 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/A1", - "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "(meta)data are retrievable by their identifier using a standardized communications protocol" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "A1" - } - ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/foops/metric/RDF1", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } + "http://www.w3.org/ns/dqv#Metric" ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://semanticscience.org/resource/SIO_000234": [ { - "@id": "mailto:dgarijo@upm.es" + "@id": "https://w3id.org/foops/test/RDF1" } ] } diff --git a/doc/test/URI1/URI1.html b/doc/test/URI1/URI1.html index 3d8404f..2acb8fa 100644 --- a/doc/test/URI1/URI1.html +++ b/doc/test/URI1/URI1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F1
+
Desc. Indicator
diff --git a/doc/test/URI1/URI1.jsonld b/doc/test/URI1/URI1.jsonld index d49051d..fecf117 100644 --- a/doc/test/URI1/URI1.jsonld +++ b/doc/test/URI1/URI1.jsonld @@ -7,24 +7,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://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "F1" - } - ] - }, { "@id": "https://w3id.org/foops/test/URI1", "@type": [ @@ -110,47 +92,65 @@ ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/foops/metric/URI1", + "@id": "https://oeg.fi.upm.es", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://xmlns.com/foaf/0.1/Organization" ] }, { - "@id": "https://oeg.fi.upm.es", + "@id": "https://w3id.org/fair/principles/terms/F1", "@type": [ - "http://xmlns.com/foaf/0.1/Organization" + "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/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F1" + } ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/metric/URI1", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] } ] \ No newline at end of file diff --git a/doc/test/URI2/URI2.html b/doc/test/URI2/URI2.html index 5b1142d..15c694b 100644 --- a/doc/test/URI2/URI2.html +++ b/doc/test/URI2/URI2.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F1
+
Desc. Indicator
diff --git a/doc/test/URI2/URI2.jsonld b/doc/test/URI2/URI2.jsonld index 5459a41..ab732c5 100644 --- a/doc/test/URI2/URI2.jsonld +++ b/doc/test/URI2/URI2.jsonld @@ -7,6 +7,28 @@ } ] }, + { + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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/fair/principles/terms/F1", "@type": [ @@ -25,12 +47,6 @@ } ] }, - { - "@id": "https://w3id.org/foops/metric/URI2", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, { "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ @@ -132,25 +148,9 @@ ] }, { - "@id": "https://oeg.fi.upm.es", - "@type": [ - "http://xmlns.com/foaf/0.1/Organization" - ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/foops/metric/URI2", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } - ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ - { - "@id": "mailto:dgarijo@upm.es" - } + "http://www.w3.org/ns/dqv#Metric" ] } ] \ No newline at end of file diff --git a/doc/test/VER1/VER1.html b/doc/test/VER1/VER1.html index 229c423..bcc1fd0 100644 --- a/doc/test/VER1/VER1.html +++ b/doc/test/VER1/VER1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F1
+
Desc. Indicator
diff --git a/doc/test/VER1/VER1.jsonld b/doc/test/VER1/VER1.jsonld index ba9b929..3fa0200 100644 --- a/doc/test/VER1/VER1.jsonld +++ b/doc/test/VER1/VER1.jsonld @@ -8,51 +8,45 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/F1", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + "http://www.w3.org/2006/vcard/ns#Kind" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@language": "en", - "@value": "(meta)data are assigned a globally unique and persistent identifier" + "@value": "Daniel Garijo" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2006/vcard/ns#hasEmail": [ { - "@language": "en", - "@value": "F1" + "@id": "mailto:dgarijo@upm.es" } ] }, { - "@id": "https://w3id.org/foops/metric/VER1", + "@id": "https://oeg.fi.upm.es", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://xmlns.com/foaf/0.1/Organization" ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://w3id.org/fair/principles/terms/F1", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" ], - "http://www.w3.org/2006/vcard/ns#fn": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Maria Poveda" + "@language": "en", + "@value": "(meta)data are assigned a globally unique and persistent identifier" } ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "mailto:m.poveda@upm.es" + "@language": "en", + "@value": "F1" } ] }, - { - "@id": "https://oeg.fi.upm.es", - "@type": [ - "http://xmlns.com/foaf/0.1/Organization" - ] - }, { "@id": "https://w3id.org/foops/test/VER1", "@type": [ @@ -138,19 +132,25 @@ ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/metric/VER1", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] } ] \ No newline at end of file diff --git a/doc/test/VER2/VER2.html b/doc/test/VER2/VER2.html index 1781a90..d3f14ad 100644 --- a/doc/test/VER2/VER2.html +++ b/doc/test/VER2/VER2.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
F1
+
Desc. Indicator
diff --git a/doc/test/VER2/VER2.jsonld b/doc/test/VER2/VER2.jsonld index 5334f0f..cfcf711 100644 --- a/doc/test/VER2/VER2.jsonld +++ b/doc/test/VER2/VER2.jsonld @@ -7,6 +7,68 @@ } ] }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "F1" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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/metric/VER2", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, { "@id": "https://w3id.org/foops/test/VER2", "@type": [ @@ -90,67 +152,5 @@ "@id": "https://w3id.org/fair/principles/terms/F1" } ] - }, - { - "@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://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "F1" - } - ] - }, - { - "@id": "https://w3id.org/foops/metric/VER2", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://orcid.org/0000-0003-3587-0367", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "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://xmlns.com/foaf/0.1/Organization" - ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "http://www.w3.org/2006/vcard/ns#fn": [ - { - "@value": "Daniel Garijo" - } - ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ - { - "@id": "mailto:dgarijo@upm.es" - } - ] } ] \ No newline at end of file diff --git a/doc/test/VOC1/VOC1.html b/doc/test/VOC1/VOC1.html index e3c15ca..d0ffa99 100644 --- a/doc/test/VOC1/VOC1.html +++ b/doc/test/VOC1/VOC1.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
I2
+
Desc. Indicator
diff --git a/doc/test/VOC1/VOC1.jsonld b/doc/test/VOC1/VOC1.jsonld index 8110d80..4ba3cab 100644 --- a/doc/test/VOC1/VOC1.jsonld +++ b/doc/test/VOC1/VOC1.jsonld @@ -1,22 +1,4 @@ [ - { - "@id": "https://w3id.org/fair/principles/terms/I2", - "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "(meta)data use vocabularies that follow FAIR principles" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "I2" - } - ] - }, { "@id": "https://w3id.org/foops/repository", "http://xmlns.com/foaf/0.1/homePage": [ @@ -26,27 +8,27 @@ ] }, { - "@id": "https://w3id.org/foops/metric/VOC1", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, { "@id": "https://w3id.org/foops/test/VOC1", "@type": [ @@ -132,25 +114,43 @@ ] }, { - "@id": "https://oeg.fi.upm.es", + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ - "http://xmlns.com/foaf/0.1/Organization" + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "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://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/fair/principles/terms/I2", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" ], - "http://www.w3.org/2006/vcard/ns#fn": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Daniel Garijo" + "@language": "en", + "@value": "(meta)data use vocabularies that follow FAIR principles" } ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "mailto:dgarijo@upm.es" + "@language": "en", + "@value": "I2" } ] + }, + { + "@id": "https://w3id.org/foops/metric/VOC1", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] } ] \ No newline at end of file diff --git a/doc/test/VOC2/VOC2.html b/doc/test/VOC2/VOC2.html index cc3c721..f670615 100644 --- a/doc/test/VOC2/VOC2.html +++ b/doc/test/VOC2/VOC2.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
I2
+
Desc. Indicator
diff --git a/doc/test/VOC2/VOC2.jsonld b/doc/test/VOC2/VOC2.jsonld index 0541d47..99cda7c 100644 --- a/doc/test/VOC2/VOC2.jsonld +++ b/doc/test/VOC2/VOC2.jsonld @@ -1,27 +1,53 @@ [ { - "@id": "https://w3id.org/fair/principles/terms/I2", + "@id": "https://w3id.org/foops/repository", + "http://xmlns.com/foaf/0.1/homePage": [ + { + "@id": "https://github.com/oeg-upm/fair_ontologies" + } + ] + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + "http://www.w3.org/2006/vcard/ns#Kind" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@language": "en", - "@value": "(meta)data use vocabularies that follow FAIR principles" + "@value": "Daniel Garijo" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2006/vcard/ns#hasEmail": [ { - "@language": "en", - "@value": "I2" + "@id": "mailto:dgarijo@upm.es" } ] }, { - "@id": "https://w3id.org/foops/repository", - "http://xmlns.com/foaf/0.1/homePage": [ + "@id": "https://oeg.fi.upm.es", + "@type": [ + "http://xmlns.com/foaf/0.1/Organization" + ] + }, + { + "@id": "https://w3id.org/foops/metric/VOC2", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, + { + "@id": "https://orcid.org/0000-0003-3587-0367", + "@type": [ + "http://www.w3.org/2006/vcard/ns#Kind" + ], + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@id": "https://github.com/oeg-upm/fair_ontologies" + "@value": "Maria Poveda" + } + ], + "http://www.w3.org/2006/vcard/ns#hasEmail": [ + { + "@id": "mailto:m.poveda@upm.es" } ] }, @@ -110,46 +136,20 @@ ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", - "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" - ], - "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://xmlns.com/foaf/0.1/Organization" - ] - }, - { - "@id": "https://w3id.org/foops/metric/VOC2", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/fair/principles/terms/I2", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" ], - "http://www.w3.org/2006/vcard/ns#fn": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Daniel Garijo" + "@language": "en", + "@value": "(meta)data use vocabularies that follow FAIR principles" } ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "mailto:dgarijo@upm.es" + "@language": "en", + "@value": "I2" } ] } diff --git a/doc/test/VOC3/VOC3.html b/doc/test/VOC3/VOC3.html index 81f2fe8..dc369c4 100644 --- a/doc/test/VOC3/VOC3.html +++ b/doc/test/VOC3/VOC3.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1
+
Desc. Indicator
diff --git a/doc/test/VOC3/VOC3.jsonld b/doc/test/VOC3/VOC3.jsonld index dd179ec..277206a 100644 --- a/doc/test/VOC3/VOC3.jsonld +++ b/doc/test/VOC3/VOC3.jsonld @@ -8,51 +8,27 @@ ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/foops/metric/VOC3", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] - }, { "@id": "https://oeg.fi.upm.es", "@type": [ "http://xmlns.com/foaf/0.1/Organization" ] }, - { - "@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://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "R1" - } - ] - }, { "@id": "https://w3id.org/foops/test/VOC3", "@type": [ @@ -138,18 +114,42 @@ ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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/metric/VOC3", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, + { + "@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://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "R1" } ] } diff --git a/doc/test/VOC4/VOC4.html b/doc/test/VOC4/VOC4.html index 6406ab6..73bddc2 100644 --- a/doc/test/VOC4/VOC4.html +++ b/doc/test/VOC4/VOC4.html @@ -67,7 +67,7 @@

TEST INFORMATION

Indicator
-
R1
+
Desc. Indicator
diff --git a/doc/test/VOC4/VOC4.jsonld b/doc/test/VOC4/VOC4.jsonld index d313d3e..6a4c444 100644 --- a/doc/test/VOC4/VOC4.jsonld +++ b/doc/test/VOC4/VOC4.jsonld @@ -8,18 +8,18 @@ ] }, { - "@id": "https://orcid.org/0000-0003-3587-0367", + "@id": "https://orcid.org/0000-0003-0454-7145", "@type": [ "http://www.w3.org/2006/vcard/ns#Kind" ], "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" } ] }, @@ -29,6 +29,12 @@ "http://xmlns.com/foaf/0.1/Organization" ] }, + { + "@id": "https://w3id.org/foops/metric/VOC4", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ] + }, { "@id": "https://w3id.org/foops/test/VOC4", "@type": [ @@ -114,43 +120,37 @@ ] }, { - "@id": "https://w3id.org/fair/principles/terms/R1", + "@id": "https://orcid.org/0000-0003-3587-0367", "@type": [ - "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" + "http://www.w3.org/2006/vcard/ns#Kind" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2006/vcard/ns#fn": [ { - "@language": "en", - "@value": "meta(data) are richly described with a plurality of accurate and relevant attributes" + "@value": "Maria Poveda" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2006/vcard/ns#hasEmail": [ { - "@language": "en", - "@value": "R1" + "@id": "mailto:m.poveda@upm.es" } ] }, { - "@id": "https://orcid.org/0000-0003-0454-7145", + "@id": "https://w3id.org/fair/principles/terms/R1", "@type": [ - "http://www.w3.org/2006/vcard/ns#Kind" + "https://w3id.org/fair/principles/terms/FAIR-SubPrinciple" ], - "http://www.w3.org/2006/vcard/ns#fn": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Daniel Garijo" + "@language": "en", + "@value": "meta(data) are richly described with a plurality of accurate and relevant attributes" } ], - "http://www.w3.org/2006/vcard/ns#hasEmail": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "mailto:dgarijo@upm.es" + "@language": "en", + "@value": "R1" } ] - }, - { - "@id": "https://w3id.org/foops/metric/VOC4", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ] } ] \ No newline at end of file diff --git a/doc/test/template.html b/doc/test/template.html index cd45786..c20928f 100644 --- a/doc/test/template.html +++ b/doc/test/template.html @@ -19,10 +19,12 @@ border-right: 10px solid white; } + doc/catalog.html + https://oeg-upm.github.io/fair_ontologies/doc/catalog.html
- +

{{test_name}}

@@ -67,7 +69,7 @@

TEST INFORMATION

Indicator
-
{{test_indicator}}
+
Desc. Indicator