Skip to content

Commit

Permalink
Merge pull request #131 from juanjemdIos/Fair_Ontologies_New_Test
Browse files Browse the repository at this point in the history
Updated ttl test, metric and benchmark. Issue 130
  • Loading branch information
dgarijo authored Nov 25, 2024
2 parents 7788b21 + 321bf8c commit d5ffd18
Show file tree
Hide file tree
Showing 150 changed files with 5,782 additions and 2,695 deletions.
15 changes: 8 additions & 7 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ dcterms:title "Title New1"@en ; --> TITLE TEST
rdfs:label "NEW1"; --> LABEL
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; --> LICENSE
ftr:indicator <https://w3id.org/fair/principles/terms/R1> ; --> INDICATOR
dcterms:description """ Description New1 """^^xsd:string ; --> TEST DESCRIPCION
dcterms:description """ Description New1 """@en ; --> TEST DESCRIPCION
dcterms:publisher <https://oeg.fi.upm.es> ; --> PUBLISHER
dcat:version "0.0.1"^^xsd:string ; --> VERSION
dcterms:identifier <https://w3id.org/foops/test/NEW1> ; --> IDENTIFIER
dcat:keyword "tags"@en ; --> KEYWORDS
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/NEW1> ; --> METRIC RELATE
doap:repository <https://w3id.org/foops/repository> .
<https://orcid.org/0000-0000-0000-0000> a vcard:Kind;
<https://orcid.org/0000-0000-0000-0000> a vcard:Individual;
vcard:fn "Name Creator" ;
vcard:hasEmail <mailto:name@mail.com> .
<https://w3id.org/fair/principles/terms/R1> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ;
rdfs:label "indicator"@en ; --> NAME INDICATOR
dcterms:description "description indicator"@en . --> INDICATOR DESCRIPTION
<https://oeg.fi.upm.es> a foaf:Organization .
<https://oeg.fi.upm.es> a vcard:Organization .
<https://w3id.org/foops/repository>
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . --> REPOSITORY
<https://w3id.org/foops/metric/NEW1> a dqv:Metric .
Expand All @@ -60,7 +60,7 @@ Metrics has a very similar structure:
<https://w3id.org/foops/metric/NEW1> a dqv:Metric ; --> ID
dcterms:identifier <https://w3id.org/foops/metric/NEW1> ; --> IDENTIFIER
dcterms:title "TITLE"@en ; --> TITLE
dcterms:description """ Descripction metric """^^xsd:string ; --> DESCRIPTION
dcterms:description """ Descripction metric """@en ; --> DESCRIPTION
rdfs:label "Metric NEW1"; --> LABEL
dcat:contactPoint <https://orcid.org/0000-0000-0000-0000> ; --> CREAETOR
dcterms:creator <https://orcid.org/0000-0000-0000-0000> ;
Expand All @@ -72,16 +72,17 @@ dcat:landingPage <https://w3id.org/foops/metric/NEW1> ; --> LANDING PAGE
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/test/NEW1> ; --> TEST RELATE WITH THE METRIC
ftr:hasBenchmark <https://w3id.org/foops/benchmark/full_assessment> ;
ftr:metricStatus "Active"@en .
<https://orcid.org/000-0000-0000-0000> a dcat:Kind;
<https://orcid.org/000-0000-0000-0000> a vcard:Individual;
vcard:fn "Name Creator" ;
vcard:hasEmail <mailto:name@mail.com> .
<https://oeg.fi.upm.es> a foaf:Organization .
<https://oeg.fi.upm.es> a vcard:Organization .
<https://w3id.org/foops/test/NEW1> a ftr:Test .
<https://w3id.org/foops/benchmark/full_assessment> a dav:MetricBenchmark; --> BENCHMARK
dcterms:title "General Benchmark for FAIR Principles";
dcterms:title "General Benchmark for FAIR Principles"@en ;
dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." .
<https://w3id.org/fair/principles/terms/R1> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ;
rdfs:label "R1"@en ;
vivo:abbreviation "R1"^^xsd:string ;
dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes."@en .

---
99 changes: 99 additions & 0 deletions doc/benchmark/ALL/ALL.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<style>
.row {
margin-bottom: 10px;
}
.well {
margin: 0;
padding: 10px;
min-height: 40px;
}
.tag_div {
margin-right: 10px;
}
.row-equal {
display: flex;
align-items: stretch;
}
.align-items-center {
display: flex;
align-items: center;
}
.flex-space-between {
display: flex; justify-content: space-between;
}
.text-separation {
margin-right: 10px;
}
</style>
<div class="container">
<div class="row">
<div class="col-md-12">
<button type="button" class="btn btn-primary" onclick="window.history.back();" style="position: absolute; top: 10px; right: 10px;">Back</button>
<h1 class="miClase text-center">Benchmark ALL</h1>
</div>
</div>
<div class="row">
<div class="col-md-12 well" style="font-size: 18px;"> This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. </div>
</div>
<div class="row flex-space-between">
<div class="col-md-12 align-items-center">
<h4 class="miClase text-left text-separation">BENCHMARK INFORMATION</h4>
<a href="ALL.ttl" title="RDF Resource Description
Framework"> <img border="0" src="http://www.w3.org/RDF/icons/rdf_flyer.24"
alt="RDF Resource Description Framework Flyer Icon"/></a>
</div>
</div>
<div class="row row-equal">
<div class="col-md-3 well tag_div"> <strong>Title</strong></div>
<div class="col-md-9 well"> General Benchmark for FAIR Principles </div>
</div>
<div class="row row-equal">
<div class="col-md-3 well tag_div"> <strong>Identifier</strong></div>
<div class="col-md-9 well"><a href="https://w3id.org/foops/benchmark/ALL" target="_blank">https://w3id.org/foops/benchmark/ALL</a></div>
</div>
<div class="row row-equal" >
<div class="col-md-3 well tag_div"> <strong>Creator</strong></div>
<div class="col-md-9 well"> <a href="https://orcid.org/0000-0003-0454-7145" target="_blank">Daniel Garijo</a>, <a href="https://orcid.org/0000-0003-3587-0367" target="_blank">Maria Poveda</a> </div>
</div>
<div class="row row-equal" >
<div class="col-md-3 well tag_div"> <strong>Keywords</strong></div>
<div class="col-md-9 well"> General Benchmark, Benchmark, All </div>
</div>
<div class="row row-equal" >
<div class="col-md-3 well tag_div"> <strong>Version</strong></div>
<div class="col-md-9 well"> 0.0.1 </div>
</div>
<div class="row row-equal">
<div class="col-md-3 well tag_div"> <strong>License</strong></div>
<div class="col-md-9 well"> <a href="http://creativecommons.org/licenses/by/2.0/" target="_blank"> http://creativecommons.org/licenses/by/2.0/ </a></div>
</div>
<div class="row row-equal" >
<div class="col-md-3 well tag_div"> <strong>Landing Page</strong></div>
<div class="col-md-9 well"><a href="https://w3id.org/foops/benchmark/ALL" target="_blank">https://w3id.org/foops/benchmark/ALL</a></div>
</div>
<div class="row row-equal">
<div class="col-md-3 well tag_div"> <strong>Metric</strong></div>
<div class="col-md-9 well"> <a href="https://w3id.org/foops/metric/CN1" target="_blank">Metric CN1</a>, <a href="https://w3id.org/foops/metric/DOC1" target="_blank">Metric DOC1</a>, <a href="https://w3id.org/foops/metric/FIND1" target="_blank">Metric FIND1</a>, <a href="https://w3id.org/foops/metric/FIND2" target="_blank">Metric FIND2</a>, <a href="https://w3id.org/foops/metric/FIND3" target="_blank">Metric FIND3</a>, <a href="https://w3id.org/foops/metric/FIND_3_BIS" target="_blank">Metric FIND_3_BIS</a>, <a href="https://w3id.org/foops/metric/HTTP1" target="_blank">Metric HTTP1</a>, <a href="https://w3id.org/foops/metric/OM1" target="_blank">Metric OM1</a>, <a href="https://w3id.org/foops/metric/OM2" target="_blank">Metric OM2</a>, <a href="https://w3id.org/foops/metric/OM3" target="_blank">Metric OM3</a>, <a href="https://w3id.org/foops/metric/OM4.1" target="_blank">Metric OM4.1</a>, <a href="https://w3id.org/foops/metric/OM4.2" target="_blank">Metric OM4.2</a>, <a href="https://w3id.org/foops/metric/OM5_1" target="_blank">Metric OM5_1</a>, <a href="https://w3id.org/foops/metric/PURL1" target="_blank">Metric PURL1</a>, <a href="https://w3id.org/foops/metric/URI1" target="_blank">Metric URI1</a>, <a href="https://w3id.org/foops/metric/URI2" target="_blank">Metric URI2</a>, <a href="https://w3id.org/foops/metric/VER1" target="_blank">Metric VER1</a>, <a href="https://w3id.org/foops/metric/VER2" target="_blank">Metric VER2</a>, <a href="https://w3id.org/foops/metric/VOC1" target="_blank">Metric VOC1</a>, <a href="https://w3id.org/foops/metric/VOC2" target="_blank">Metric VOC2</a>, <a href="https://w3id.org/foops/metric/VOC3" target="_blank">Metric VOC3</a>, <a href="https://w3id.org/foops/metric/VOC4" target="_blank">Metric VOC4</a></div>
</div>
<div class="row row-equal">
<div class="col-md-3 well tag_div"> <strong>Benchmark Status</strong></div>
<div class="col-md-9 well"> Active </div>
</div>
</div>

<div id="pie" class="row" style="margin-top: 20px;">
<div class="col-md-12 text-center"">
Ontology Engineer Group
<a href="https://oeg.fi.upm.es" target="_blank">https://oeg.fi.upm.es</a>
</div>
</div>
</body>
</html>
Loading

0 comments on commit d5ffd18

Please sign in to comment.