-
Notifications
You must be signed in to change notification settings - Fork 3
/
mi-voc.trig
367 lines (327 loc) · 15.6 KB
/
mi-voc.trig
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/Vocabulary/RABojlumxBgs8OOrWR1M53NbWKsXtoav55cE7qxFbrj-k> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/Vocabulary/RABojlumxBgs8OOrWR1M53NbWKsXtoav55cE7qxFbrj-k#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vann: <http://purl.org/vocab/vann/> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:Vocabulary dct:creator orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X,
orcid:0000-0001-8888-635X, orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435;
dct:description "This is the formal vocabulary (ontology) describing the FAIR maturity indicators.";
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:title "FAIR Maturity Indicator Vocabulary";
vann:preferredNamespacePrefix "fairmi";
vann:preferredNamespaceUri "https://w3id.org/fair/maturity_indicator/terms/Gen2/";
a owl:Ontology;
foaf:primaryTopic fairmi:FAIR-Maturity-Indicator .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/FAIR-Maturity-Indicator/RAP41Y2vTjCKhSlnOdLUeqAO1WfkKP7LccDktDAaKFUvk> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/FAIR-Maturity-Indicator/RAP41Y2vTjCKhSlnOdLUeqAO1WfkKP7LccDktDAaKFUvk#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:FAIR-Maturity-Indicator a owl:Class;
rdfs:label "FAIR Maturity Indicator"@en;
skos:definition "A FAIR metric is a measure of the FAIRness of a digital resource."@en;
foaf:primaryTopic fair:FAIR .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/measuring/RAPYeyDbYkOitTsQ7smjKDaOpeJ_LtV5kpmoleIfsrcPQ> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/measuring/RAPYeyDbYkOitTsQ7smjKDaOpeJ_LtV5kpmoleIfsrcPQ#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:measuring a owl:DatatypeProperty;
rdfs:domain fairmi:FAIR-Maturity-Indicator;
rdfs:label "What is being measured?"@en;
skos:definition "A description of what is being measured by the metric."@en .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/rationale/RA43Fq5cSgj975CzrlplnEzU20HCTYcFrd5L5UaOMqrmY> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/rationale/RA43Fq5cSgj975CzrlplnEzU20HCTYcFrd5L5UaOMqrmY#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:rationale a owl:DatatypeProperty;
rdfs:domain fairmi:FAIR-Maturity-Indicator;
rdfs:label "Why should we measure it?"@en;
skos:definition "A description of why this is being measured."@en .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/requirements/RAHOoYjEauO8RABO_uet9ZbFnYS9HbU4TiZ8I1knGt0eQ> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/requirements/RAHOoYjEauO8RABO_uet9ZbFnYS9HbU4TiZ8I1knGt0eQ#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:requirements a owl:DatatypeProperty;
rdfs:domain fairmi:FAIR-Maturity-Indicator;
rdfs:label "What must be provided?"@en;
skos:definition "A description of what requirements need to be met for the measure to be considered successful."@en .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/procedure/RAYK0HekgSd0Ki2Xnm8YIfMgg31v90BHh6JAHpHJYDY0A> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/procedure/RAYK0HekgSd0Ki2Xnm8YIfMgg31v90BHh6JAHpHJYDY0A#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:procedure a owl:DatatypeProperty;
rdfs:domain fairmi:FAIR-Maturity-Indicator;
rdfs:label "How do we measure it?"@en;
skos:definition "A description of how the requirements are to be measured."@en .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/validation/RAbY8f_H_9L9JwK-IaEZDnqo5ki58HhB64uGiAU7tLXHc> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/validation/RAbY8f_H_9L9JwK-IaEZDnqo5ki58HhB64uGiAU7tLXHc#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:validation a owl:DatatypeProperty;
rdfs:domain fairmi:FAIR-Maturity-Indicator;
rdfs:label "What is a valid result?"@en;
skos:definition "A description of what constitutes a valid result."@en .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/relevance/RAo_eOJtZA6NjPrDvpcI0cVDWxDkvAOZKJfGLBmKT9epU> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/relevance/RAo_eOJtZA6NjPrDvpcI0cVDWxDkvAOZKJfGLBmKT9epU#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:relevance a owl:DatatypeProperty;
rdfs:domain fairmi:FAIR-Maturity-Indicator;
rdfs:label "For which digital resource(s) is this relevant?"@en;
skos:definition "A description of digital resources for which this measure is relevant."@en .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/examples/RAE3Fw5kP89OCSz_BlPdVMNrq0lmQ3hCzz17E1EqqeK3Y> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/examples/RAE3Fw5kP89OCSz_BlPdVMNrq0lmQ3hCzz17E1EqqeK3Y#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:examples a owl:DatatypeProperty;
rdfs:domain fairmi:FAIR-Maturity-Indicator;
rdfs:label "Examples of their application across types of digital resource"@en;
skos:definition "A description of applications across different types of digital resources."@en .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/comments/RAhtCKxX_wKiD0N7QTk8APUVFSGfwOpjCMOlVUfn4oXo8> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/comments/RAhtCKxX_wKiD0N7QTk8APUVFSGfwOpjCMOlVUfn4oXo8#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fairmi:comments a owl:DatatypeProperty;
rdfs:domain fairmi:FAIR-Maturity-Indicator;
rdfs:label "Comments"@en;
skos:definition "Additional comments on the described metric."@en .
}
sub:provenance {
sub:assertion dct:author orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X,
orcid:0000-0002-1164-1351, orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-6960-357X, orcid:0000-0002-1267-0234;
dct:rights <https://creativecommons.org/publicdomain/zero/1.0>;
dct:rightsHolder <http://go-fair.org> .
}