Skip to content

Commit

Permalink
Merge pull request #98 from IFB-ElixirFr/move-inspect-description-to-lp
Browse files Browse the repository at this point in the history
Move inspect description to lp
  • Loading branch information
thomasrosnet authored Apr 7, 2022
2 parents e37fc0a + 503bb9f commit 0e39411
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
25 changes: 16 additions & 9 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,24 @@ <h2 class="subtitle">Data providers and consumers can <b class="has-text-ifb-gre
</div> -->

<div class="section">
<h2 class="title">How it works ?</h2>
<h2 class="title">Inspect: how it works ?</h2>
<hr>
<div class="block ">
For each evaluated resource, FAIR-Checker builds a knowledge graph based on embedded RDF triples (microdata,
json-ld, RDFa), as well as external knowledge provided by public SPARQL endpoints.
<div class="block">
FAIR-Checker leverages semantic web technologies to check that metadata use standards
and recognized ontologies or controlled vocabularies.
</div>
<div class="block ">
FAIR-Checker then verifies that used ontology terms are already known in reference registries. Finally,
leveraging on Bioschemas, the extension of Schema.org for life sciences, FAIR-Checker automatically generate
SHACL constraints. Their evaluation informs users on missing metadata, required or recommended for specific
types of resources (genes, proteins, training material,computational tools, etc.).

<div class="block">
First, embedded semantic annotations are extracted from web pages, forming a minimal knowledge graph (Step 1). Then,
this minimal knowledge graph is completed based on already deployed knowledge graphs:
<a href="https://datacite.org/">Datacite</a>, <a href="https://www.openaire.eu/">OpenAire</a>,
<a href="https://www.wikidata.org/wiki/Wikidata:Main_Page">WikiData</a>
(Step 2). Finally (Step 3), the resulting knowledge graph is tested to check that classes and properties are
recognized through <a href="https://lov.linkeddata.es/dataset/lov/">Linked Open Vocabularies (LOV)</a>,
<a href="https://www.ebi.ac.uk/ols/index">Ontology Lookup Service (OLS)</a>, or
<a href="https://bioportal.bioontology.org/">Bioportal</a>. The last
verification (Step 4) consists in validating the resource metadata against
<a href="https://bioschemas.org/profiles/">Bioschemas community profiles</a>.
</div>
<div class="block ">
The metadata assesment flow:
Expand Down
11 changes: 0 additions & 11 deletions templates/inspect.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,18 +547,7 @@

</script>

<div class="block">
FAIR-checker leverages semantic web technologies to check that metadata use standards
and recognized ontologies or controlled vocabularies.
</div>

<div class="block">
First, embedded semantic annotations are extracted from web pages, forming a minimal knowledge graph (Step 1). Then,
this minimal knowledge graph is completed based on already deployed knowledge graphs: Datacite, OpenAire, WikiData
(Step 2). Finally (Step 3), the resulting knowledge graph is tested to check that classes and properties are
recognized through Linked Open Vocabularies (LOV), Ontology Lookup Service (OLS), or Bioportal. The last
verification consists in validating the resource metadata against Bioschemas community profiles.
</div>

<!-- <div id="section-build-KG" class="section"> -->

Expand Down

0 comments on commit 0e39411

Please sign in to comment.