-
Notifications
You must be signed in to change notification settings - Fork 0
/
fair.html
182 lines (170 loc) · 11.6 KB
/
fair.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<head>
<title>Harmonization and alignment project for LOIN, Data Templates, and properties on an ontological basis</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.29.0/codemirror.css">
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.29.0/codemirror.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.29.0/mode/turtle/turtle.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.29.0/mode/javascript/javascript.js"></script>
</head>
<body style="text-align:justify; margin-right: 15px;">
<!-- Main Image -->
<div style="text-align:justify;">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Fair Data evaluation</b></div>
<p>The developed ontologies are evaluated regarding the FAIRsFAIR Recommendations for Ontology Publication based on the analysis presented by Poveda-Villalón et al (2020):<br>
<a href="https://doi.org/10.1007/978-3-030-61244-3_18" target="_blank">Poveda-Villalón, M., Espinoza-Arias, P., Garijo, D., Corcho, O. (2020). Coming to Terms with FAIR Ontologies. In: Keet, C.M., Dumontier, M. (eds) Knowledge Engineering and Knowledge Management. EKAW 2020. Lecture Notes in Computer Science(), vol 12387. Springer, Cham. https://doi.org/10.1007/978-3-030-61244-3_18 </a>
</p>
<p>and the original publication in:<br>
<a href="https://doi.org/10.5281/zenodo.3707985" target="_blank"> Le Franc, Y., Parland-von Essen, J., Bonino, L., Lehvaslaiho, H., Coen, G., Staiger,
C.: D2.2 FAIR semantics: first recommendations, March 2020. https://doi.org/10.5281/zenodo.3707985</a>
</p>
<hr>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
.success {background-color: green; color: white!important;}
.ongoing {background-color: orange; color: black!important;}
.nosuccess {background-color: darkred; color: white!important;}
</style>
<table class="tg">
<thead>
<tr>
<th class="tg-0pky" width="5%"><b>Req.</b></th>
<th class="tg-0pky" width="35%"><b>Description</b></th>
<th class="tg-0pky" width="20%"><b>LOIN</b></th>
<th class="tg-0pky" width="20%"><b>DT</b></th>
<th class="tg-0pky" width="20%"><b>ISOProps</b></th>
</tr>
</thead>
<tbody>
<tr>
<td class="tg-0pky">P-Rec1:</td>
<td class="tg-0pky">Use Globally Unique, Persistent and Resolvable Identifier for Semantic Artefacts, their content and their versions.</td>
<td class="tg-0pky success">http://w3id.org/loin</td>
<td class="tg-0pky success" >http://w3id.org/dt</td>
<td class="tg-0pky success">http://w3id.org/isoprops</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec2:</td>
<td class="tg-0pky">Use Globally Unique, Persistent and Resolvable Identifier for Semantic Artefact Metadata Record.</td>
<td class="tg-0pky success">http://w3id.org/loin</td>
<td class="tg-0pky success" >http://w3id.org/dt</td>
<td class="tg-0pky success">http://w3id.org/isoprops</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec3:</td>
<td class="tg-0pky">Use a common minimum metadata schema to describe semantic artefacts and their content.</td>
<td class="tg-0pky success">dc terms, schema.org, vann</td>
<td class="tg-0pky success">dc terms, schema.org, vann</td>
<td class="tg-0pky success">dc terms, schema.org, vann, skos</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec4:</td>
<td class="tg-0pky">Publish the Semantic Artefact and its content in a semantic repository.</td>
<td class="tg-0pky ongoing">https://prefix.cc/loin registered<br> https://lov.linkeddata.es (LOV) registration ongoing </td>
<td class="tg-0pky ongoing">https://lov.linkeddata.es (LOV) registration ongoing, https://prefix.cc/dt ongoing</td>
<td class="tg-0pky ongoing"> https://prefix.cc/isoprops registered<br> https://lov.linkeddata.es (LOV) registration ongoing</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec5:</td>
<td class="tg-0pky">Semantic repositories should offer a common API to access semantic artefacts and their content in various serializations for both use/reuse and indexation by any search engines.</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec6:</td>
<td class="tg-0pky">Build semantic artefacts’ search engines that operate across different semantic repositories.</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec7:</td>
<td class="tg-0pky">Repositories should offer a secure protocol and user access control functionalities.</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec8:</td>
<td class="tg-0pky">Define human and machine-readable persistency policies for semantic artefacts metadata.</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
<td class="tg-0pky ongoing">LOV registration ongoing</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec9:</td>
<td class="tg-0pky">Semantic artefacts should be represented using common serialization formats, e.g., Semantic Web and Linked Data standards.</td>
<td class="tg-0pky success">RDF/XML,TTL,JSON-LD,N-Triples</td>
<td class="tg-0pky success">RDF/XML,TTL,JSON-LD,N-Triples</td>
<td class="tg-0pky success">RDF/XML,TTL,JSON-LD,N-Triples</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec10:</td>
<td class="tg-0pky">Use a Foundational Ontology to align semantic artefacts.</td>
<td class="tg-0pky">not applied</td>
<td class="tg-0pky">not applied</td>
<td class="tg-0pky">not applied</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec11:</td>
<td class="tg-0pky">Use a standardized language for describing semantic artefacts.</td>
<td class="tg-0pky success">RDF / RDFS / OWL</td>
<td class="tg-0pky success">RDF / RDFS / OWL</td>
<td class="tg-0pky success">RDF / RDFS / OWL</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec12:</td>
<td class="tg-0pky">Semantic mappings between the different elements of semantic artefacts should use machine-readable formats based on W3C standards.</td>
<td class="tg-0pky success">aligned with DT and ISOProps ontology</td>
<td class="tg-0pky success">aligned with LOIN and ISOProps ontology</td>
<td class="tg-0pky success">aligned with DT and LOIN ontology</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec13:</td>
<td class="tg-0pky">Crosswalks, mappings and bridging between semantic artefacts should be documented, published and curated.</td>
<td class="tg-0pky success">documented</td>
<td class="tg-0pky success">documented</td>
<td class="tg-0pky success">documented</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec14:</td>
<td class="tg-0pky">Use standard vocabularies to describe semantic artefacts.</td>
<td class="tg-0pky success">dc terms, schema.org, vann</td>
<td class="tg-0pky success">dc terms, schema.org, vann</td>
<td class="tg-0pky success">dc terms, schema.org, vann, skos</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec15:</td>
<td class="tg-0pky">Make the references to the reused third-party semantic artefacts explicit.</td>
<td class="tg-0pky success">imports documented</td>
<td class="tg-0pky success">imports documented</td>
<td class="tg-0pky success">imports documented</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec16:</td>
<td class="tg-0pky">The semantic artefact should be clearly licensed for machines and humans.</td>
<td class="tg-0pky success">CC-BY-40</td>
<td class="tg-0pky success">CC-BY-40</td>
<td class="tg-0pky success">CC-BY-40</td>
</tr>
<tr>
<td class="tg-0pky">P-Rec17:</td>
<td class="tg-0pky">Provenance should be clear for both humans and machines.</td>
<td class="tg-0pky success">documented in paper: ISO7817</td>
<td class="tg-0pky success">documented in paper: ISO23387</td>
<td class="tg-0pky success">documented in paper: ISO23386</td>
</tr>
</tbody>
</table>
</div>
</body>