Skip to content

Commit

Permalink
Merge pull request #128 from juanjemdIos/Fair_Ontologies_New_Test
Browse files Browse the repository at this point in the history
Update of documents after correction of properties.
  • Loading branch information
dgarijo authored Nov 18, 2024
2 parents 00acb1c + 8a4d542 commit 7788b21
Show file tree
Hide file tree
Showing 139 changed files with 1,969 additions and 1,900 deletions.
6 changes: 3 additions & 3 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Currently, the structure of the TTL file required for a test is as follows:

---

<https://w3id.org/foops/test/NEW1> a ftr:Test ; --> ID
<http://www.w3.org/ns/dcat/contactPoint> <https://orcid.org/0000-0000-0000-0000> ; --> CREATOR
<https://w3id.org/foops/test/NEW1> a ftr:Test , dcat:DataService ; --> ID
dcat:contactPoint <https://orcid.org/0000-0000-0000-0000> ; --> CREATOR
dcterms:creator <https://orcid.org/0000-0000-0000-0000> ;
dcterms:title "Title New1"@en ; --> TITLE TEST
rdfs:label "NEW1"; --> LABEL
Expand Down Expand Up @@ -62,7 +62,7 @@ dcterms:identifier <https://w3id.org/foops/metric/NEW1> ; --> IDENTIFIER
dcterms:title "TITLE"@en ; --> TITLE
dcterms:description """ Descripction metric """^^xsd:string ; --> DESCRIPTION
rdfs:label "Metric NEW1"; --> LABEL
<http://www.w3.org/ns/dcat/contactPoint> <https://orcid.org/0000-0000-0000-0000> ; --> CREAETOR
dcat:contactPoint <https://orcid.org/0000-0000-0000-0000> ; --> CREAETOR
dcterms:creator <https://orcid.org/0000-0000-0000-0000> ;
dcterms:publisher <https://oeg.fi.upm.es> ; --> PUBLISHER
dcat:version "0.0.1"^^xsd:string ; --> VERSION
Expand Down
2 changes: 1 addition & 1 deletion doc/metric/DOC1/DOC1.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<button type="button" class="btn btn-primary" onclick="history.back();" style="position: absolute; top: 10px; right: 10px;">Back</button>
<button type="button" class="btn btn-primary" onclick="window.location.href=document.referrer;" style="position: absolute; top: 10px; right: 10px;">Back</button>
<h1 class="miClase text-center">Metric DOC1</h1>
</div>
</div>
Expand Down
54 changes: 27 additions & 27 deletions doc/metric/DOC1/DOC1.jsonld
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"@id": "https://oeg.fi.upm.es",
"@type": [
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@id": "https://orcid.org/0000-0003-0454-7145",
"@type": [
Expand All @@ -22,9 +16,9 @@
]
},
{
"@id": "https://w3id.org/foops/test/DOC1",
"@id": "https://oeg.fi.upm.es",
"@type": [
"https://www.w3id.org/ftr#Test"
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
Expand Down Expand Up @@ -71,6 +65,11 @@
"@value": "Metric DOC1"
}
],
"http://www.w3.org/ns/dcat#contactPoint": [
{
"@id": "https://orcid.org/0000-0003-0454-7145"
}
],
"http://www.w3.org/ns/dcat#keyword": [
{
"@language": "en",
Expand All @@ -95,11 +94,6 @@
"@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"
Expand All @@ -118,18 +112,20 @@
]
},
{
"@id": "https://orcid.org/0000-0003-3587-0367",
"@id": "https://w3id.org/fair/principles/terms/R1",
"@type": [
"http://www.w3.org/ns/dcat#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 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:m.poveda@upm.es"
"@language": "en",
"@value": "R1"
}
]
},
Expand All @@ -150,20 +146,24 @@
]
},
{
"@id": "https://w3id.org/fair/principles/terms/R1",
"@id": "https://w3id.org/foops/test/DOC1",
"@type": [
"https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
"https://www.w3id.org/ftr#Test"
]
},
{
"@id": "https://orcid.org/0000-0003-3587-0367",
"@type": [
"http://www.w3.org/ns/dcat#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"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion doc/metric/DOC1/DOC1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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";
<http://www.w3.org/ns/dcat/contactPoint> <https://orcid.org/0000-0003-0454-7145> ;
dcat:contactPoint <https://orcid.org/0000-0003-0454-7145> ;
dcterms:creator <https://orcid.org/0000-0003-0454-7145> ;
dcterms:creator <https://orcid.org/0000-0003-3587-0367> ;
dcterms:publisher <https://oeg.fi.upm.es> ;
Expand Down
2 changes: 1 addition & 1 deletion doc/metric/FIND1/FIND1.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<button type="button" class="btn btn-primary" onclick="history.back();" style="position: absolute; top: 10px; right: 10px;">Back</button>
<button type="button" class="btn btn-primary" onclick="window.location.href=document.referrer;" style="position: absolute; top: 10px; right: 10px;">Back</button>
<h1 class="miClase text-center">Metric FIND1</h1>
</div>
</div>
Expand Down
66 changes: 33 additions & 33 deletions doc/metric/FIND1/FIND1.jsonld
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"@id": "https://oeg.fi.upm.es",
"@type": [
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@id": "https://orcid.org/0000-0003-0454-7145",
"@type": [
Expand All @@ -21,12 +15,6 @@
}
]
},
{
"@id": "https://w3id.org/foops/test/FIND1",
"@type": [
"https://www.w3id.org/ftr#Test"
]
},
{
"@id": "https://w3id.org/foops/metric/FIND1",
"@type": [
Expand Down Expand Up @@ -71,6 +59,11 @@
"@value": "Metric FIND1"
}
],
"http://www.w3.org/ns/dcat#contactPoint": [
{
"@id": "https://orcid.org/0000-0003-0454-7145"
}
],
"http://www.w3.org/ns/dcat#keyword": [
{
"@language": "en",
Expand All @@ -95,11 +88,6 @@
"@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"
Expand All @@ -117,6 +105,34 @@
}
]
},
{
"@id": "https://oeg.fi.upm.es",
"@type": [
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@id": "https://w3id.org/foops/test/FIND1",
"@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://orcid.org/0000-0003-3587-0367",
"@type": [
Expand Down Expand Up @@ -150,21 +166,5 @@
"@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"
}
]
}
]
2 changes: 1 addition & 1 deletion doc/metric/FIND1/FIND1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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";
<http://www.w3.org/ns/dcat/contactPoint> <https://orcid.org/0000-0003-0454-7145> ;
dcat:contactPoint <https://orcid.org/0000-0003-0454-7145> ;
dcterms:creator <https://orcid.org/0000-0003-0454-7145> ;
dcterms:creator <https://orcid.org/0000-0003-3587-0367> ;
dcterms:publisher <https://oeg.fi.upm.es> ;
Expand Down
2 changes: 1 addition & 1 deletion doc/metric/FIND2/FIND2.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<button type="button" class="btn btn-primary" onclick="history.back();" style="position: absolute; top: 10px; right: 10px;">Back</button>
<button type="button" class="btn btn-primary" onclick="window.location.href=document.referrer;" style="position: absolute; top: 10px; right: 10px;">Back</button>
<h1 class="miClase text-center">Metric FIND2</h1>
</div>
</div>
Expand Down
60 changes: 30 additions & 30 deletions doc/metric/FIND2/FIND2.jsonld
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"@id": "https://oeg.fi.upm.es",
"@type": [
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@id": "https://orcid.org/0000-0003-0454-7145",
"@type": [
Expand Down Expand Up @@ -65,6 +59,11 @@
"@value": "Metric FIND2"
}
],
"http://www.w3.org/ns/dcat#contactPoint": [
{
"@id": "https://orcid.org/0000-0003-0454-7145"
}
],
"http://www.w3.org/ns/dcat#keyword": [
{
"@language": "en",
Expand All @@ -89,11 +88,6 @@
"@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"
Expand All @@ -112,20 +106,24 @@
]
},
{
"@id": "https://w3id.org/fair/principles/terms/F4",
"@id": "https://oeg.fi.upm.es",
"@type": [
"https://w3id.org/fair/principles/terms/FAIR-SubPrinciple"
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@id": "https://w3id.org/foops/benchmark/full_assessment",
"@type": [
"https://example.org/ontology#MetricBenchmark"
],
"http://purl.org/dc/terms/description": [
{
"@language": "en",
"@value": "(meta)data are registered or indexed in a searchable resource"
"@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
"http://purl.org/dc/terms/title": [
{
"@language": "en",
"@value": "F4"
"@value": "General Benchmark for FAIR Principles"
}
]
},
Expand All @@ -136,34 +134,36 @@
]
},
{
"@id": "https://orcid.org/0000-0003-3587-0367",
"@id": "https://w3id.org/fair/principles/terms/F4",
"@type": [
"http://www.w3.org/ns/dcat#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 registered or indexed in a searchable resource"
}
],
"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": "F4"
}
]
},
{
"@id": "https://w3id.org/foops/benchmark/full_assessment",
"@id": "https://orcid.org/0000-0003-3587-0367",
"@type": [
"https://example.org/ontology#MetricBenchmark"
"http://www.w3.org/ns/dcat#Kind"
],
"http://purl.org/dc/terms/description": [
"http://www.w3.org/2006/vcard/ns#fn": [
{
"@value": "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle."
"@value": "Maria Poveda"
}
],
"http://purl.org/dc/terms/title": [
"http://www.w3.org/2006/vcard/ns#hasEmail": [
{
"@value": "General Benchmark for FAIR Principles"
"@id": "mailto:m.poveda@upm.es"
}
]
}
Expand Down
Loading

0 comments on commit 7788b21

Please sign in to comment.