-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e53450f
commit e89aa2c
Showing
4 changed files
with
80 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<H1>Semantic Model and Template Based Transformation Pipeline</H1> | ||
|
||
Jump to:<br/> | ||
<a href="#model">Model</a><br/> | ||
<a href="#pipeline">Pipeline</a> | ||
|
||
<h2 id="model">Semantic Model</h2> | ||
|
||
The FLAIR-GG Semantic Model is broken into 3 parts:<br/> | ||
<ul> | ||
|
||
<li>Location Information: The site of collection</li> | ||
<li>Germplasm Information: Species, taxon, phenotype, etc.</li> | ||
<li>Administrative: Who collected it, where is it stored, are there duplicates, species-at-risk, etc.</li> | ||
|
||
</ul> | ||
|
||
<h3>Location</h3> | ||
|
||
<a href="./YARRRML/location_yarrrml.pre-yaml">[YARRRML Here]</a> | ||
<br/><br/> | ||
<img src="./Images/Location%20Data%20Model.png"/> | ||
|
||
|
||
<h3>Germplasm Information</h3> | ||
|
||
Coming soon! | ||
|
||
<h3>Administrative</h3> | ||
|
||
|
||
<a href="./YARRRML/administrative_yarrrml.pre-yaml">[YARRRML Here]</a> | ||
<br/><br/> | ||
<img src="./Images/Administrative%20Data%20Model.png"/> | ||
|
||
<br/><br/> | ||
<hr/> | ||
<h2 id="model">Transformation Pipeline</h2> | ||
|
||
Transformation of "native" data formats into RDF formats is accomplished via a <a href="SemanticModel/CSV/README.md">set of CSV templates</a>. | ||
|
||
<br/> | ||
Each CSV template is paired with an equivalent <a href="https://rml.io/yarrrml/">YARRRML</a> template, and data transformation is accomplished using | ||
a customized version of <a href="https://github.com/ejp-rd-vp/yarrrml-rmlmapper-docker-ejp">yarrrml-rmlmapper-docker</a> (originally from the | ||
team at <a href="https://github.com/RMLio/yarrrml-rmlmapper-docker">RML.io</a>) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters