-
Notifications
You must be signed in to change notification settings - Fork 1
/
TCS-MSL-DDSS.ttl
1073 lines (908 loc) · 60.5 KB
/
TCS-MSL-DDSS.ttl
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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix epos: <https://www.epos-eu.org/epos-dcat-ap#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix cnt: <http://www.w3.org/2011/content#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix http: <http://www.w3.org/2006/http#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix dqv: <http://www.w3.org/ns/dqv#> .
@prefix oa: <http://www.w3.org/ns/oa#> .
<ORCID:0000-0003-3560-988X> a schema:Person;
schema:identifier [ a schema:PropertyValue ;
schema:propertyID "orcid" ;
schema:value "0000-0003-3560-988X" ;
];
schema:familyName "Lange" ;
schema:givenName "Otto" ;
schema:address [ a schema:PostalAddress ;
schema:streetAddress "Heidelberglaan, 3" ;
schema:addressLocality "Utrecht" ;
schema:postalCode "3584CS" ;
schema:addressCountry "The Netherlands" ;
];
schema:email "[email protected]" ;
schema:telephone "+310651317777" ;
schema:url "http://orcid.org/0000-0003-3560-988X"^^xsd:anyURI ;
schema:qualifications "Senior Advisor, Data Librarian" ;
schema:affiliation <PIC:99985805> ;
schema:contactPoint <http://orcid.org/0000-0003-3560-988X/legalContact> ;
schema:contactPoint <http://orcid.org/0000-0003-3560-988X/financialContact> ;
schema:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint> ;
schema:affiliation <PIC:99985805>;
.
<ORCID:0000-0002-9205-190X> a schema:Person;
schema:identifier [ a schema:PropertyValue ;
schema:propertyID "orcid" ;
schema:value "0000-0002-9205-190X" ;
];
schema:familyName "Samshuijzen" ;
schema:givenName "Laurens" ;
schema:address [ a schema:PostalAddress ;
schema:streetAddress "Heidelberglaan, 3" ;
schema:addressLocality "Utrecht" ;
schema:postalCode "3584CS" ;
schema:addressCountry "The Netherlands" ;
];
schema:email "[email protected]" ;
schema:url "http://orcid.org/0000-0002-9205-190X"^^xsd:anyURI ;
schema:qualifications "Senior Developer" ;
schema:affiliation <PIC:99985805> ;
schema:contactPoint <http://orcid.org/0000-0002-9205-190X/technicalContact> ;
schema:affiliation <PIC:99985805>;
.
<ORCID:0000-0003-0714-8705> a schema:Person;
schema:identifier [ a schema:PropertyValue ;
schema:propertyID "orcid" ;
schema:value "0000-0003-0714-8705" ;
];
schema:familyName "Wessels" ;
schema:givenName "Richard" ;
schema:address [ a schema:PostalAddress ;
schema:streetAddress "Heidelberglaan, 3" ;
schema:addressLocality "Utrecht" ;
schema:postalCode "3584CS" ;
schema:addressCountry "The Netherlands" ;
];
schema:email "[email protected]" ;
schema:url "http://orcid.org/0000-0003-0714-8705"^^xsd:anyURI ;
schema:qualifications "Senior researcher" ;
schema:affiliation <PIC:99985805> ;
schema:contactPoint <http://orcid.org/0000-0003-0714-8705/scientificContact> ;
.
<ORCID:0000-0003-0653-7565> a schema:Person;
schema:identifier [ a schema:PropertyValue ;
schema:propertyID "orcid" ;
schema:value "0000-0003-0653-7565" ;
];
schema:familyName "Pijnenburg" ;
schema:givenName "Ronald" ;
schema:address [ a schema:PostalAddress ;
schema:streetAddress "Heidelberglaan, 3" ;
schema:addressLocality "Utrecht" ;
schema:postalCode "3584CS" ;
schema:addressCountry "The Netherlands" ;
];
schema:email "[email protected]" ;
schema:url "http://orcid.org/0000-0003-0653-7565"^^xsd:anyURI ;
schema:qualifications "Senior researcher" ;
schema:affiliation <PIC:99985805> ;
schema:contactPoint <http://orcid.org/0000-0003-0653-7565/scientificContact> ;
.
<ORCID:0000-0002-1534-6704> a schema:Person;
schema:identifier [ a schema:PropertyValue ;
schema:propertyID "orcid" ;
schema:value "0000-0002-1534-6704" ;
];
schema:familyName "ter Maat" ;
schema:givenName "Geertje" ;
schema:address [ a schema:PostalAddress ;
schema:streetAddress "Heidelberglaan, 3" ;
schema:addressLocality "Utrecht" ;
schema:postalCode "3584CS" ;
schema:addressCountry "The Netherlands" ;
];
schema:email "[email protected]" ;
schema:url "http://orcid.org/0000-0002-1534-6704"^^xsd:anyURI ;
schema:qualifications "Senior researcher" ;
schema:affiliation <PIC:99985805> ;
schema:contactPoint <http://orcid.org/0000-0002-1534-6704/scientificContact> ;
.
<http://orcid.org/0000-0003-0714-8705/scientificContact> a schema:ContactPoint ;
schema:email "[email protected]" ;
schema:availableLanguage "en" ;
schema:contactType "scientificContact" ;
.
<http://orcid.org/0000-0003-0653-7565/scientificContact> a schema:ContactPoint ;
schema:email "[email protected]" ;
schema:availableLanguage "en" ;
schema:contactType "scientificContact" ;
.
<http://orcid.org/0000-0002-1534-6704/scientificContact> a schema:ContactPoint ;
schema:email "[email protected]" ;
schema:availableLanguage "en" ;
schema:contactType "scientificContact" ;
.
<http://orcid.org/0000-0002-9205-190X/technicalContact> a schema:ContactPoint ;
schema:email "[email protected]";
schema:availableLanguage "en" ;
schema:contactType "contactPoint";
.
<http://orcid.org/0000-0003-3560-988X/legalContact> a schema:ContactPoint ;
schema:email "[email protected]";
schema:availableLanguage "en" ;
schema:contactType "legalContact";
.
<http://orcid.org/0000-0003-3560-988X/financialContact> a schema:ContactPoint ;
schema:email "[email protected]";
schema:availableLanguage "en" ;
schema:contactType "financialContact" ;
.
<http://orcid.org/0000-0003-3560-988X/contactPoint> a schema:ContactPoint;
schema:email "[email protected]";
schema:availableLanguage "en" ;
schema:contactType "manager";
.
<PIC:99985805> a schema:Organization;
schema:identifier [ a schema:PropertyValue;
schema:propertyID "PIC";
schema:value "PIC:99985805";
];
schema:legalName "Universiteit Utrecht";
schema:leiCode "Legal Entity Identifier Search: http://www.lei-lookup.com/#!search" ;
schema:address [ a schema:PostalAddress;
schema:streetAddress "Domplein 29";
schema:addressLocality "Utrecht";
schema:postalCode "3512JE";
schema:addressCountry "The Netherlands";
];
.
<PIC:999994341> a schema:Organization;
schema:identifier [ a schema:PropertyValue;
schema:propertyID "pic";
schema:value "999994341";
];
schema:legalName "GFZ German Research Centre for Geosciences";
schema:leiCode "Legal Entity Identifier Search: http://www.lei-lookup.com/#!search" ;
schema:address [ a schema:PostalAddress;
schema:streetAddress "Telegrafenberg";
schema:addressLocality "Potsdam";
schema:postalCode "14473";
schema:addressCountry "Germany";
];
.
# *************
#
# SKOS concepts
#
# *************
<epos:Multi-scale-laboratories> a skos:ConceptScheme;
dct:title "Multi-scale Laboratories";
dct:description "The Multi-scale Laboratories TCS includes a wide range of world-class experimental laboratory infrastructures: from high pressure-temperature rock and fault mechanics and rock physics facilities, to electron microscopy, micro-beam analysis, analogue modelling and paleomagnetic laboratories.";
.
<epos:RockAndMeltPhysicalProperties> a skos:Concept;
skos:definition "Physical behavior of Earth materials" ;
skos:inScheme <epos:Multi-scale-laboratories>;
skos:prefLabel "rock and melt physics";
.
<epos:AnalogueModellingResults> a skos:Concept;
skos:definition "Analogue modelling of geological processes" ;
skos:inScheme <epos:Multi-scale-laboratories>;
skos:prefLabel "analogue modelling of geological processes";
.
<epos:MagneticPaleomagneticData> a skos:Concept;
skos:definition "Magnetic and paleomagnetic measurements" ;
skos:inScheme <epos:Multi-scale-laboratories>;
skos:prefLabel "paleomagnetism";
.
<epos:GeochemistryData> a skos:Concept;
skos:definition "Geochemistry data" ;
skos:inScheme <epos:Multi-scale-laboratories>;
skos:prefLabel "geochemistry";
.
<epos:MicroscopyTomographyData> a skos:Concept;
skos:definition "Microscopy and tomography data" ;
skos:inScheme <epos:Multi-scale-laboratories>;
skos:prefLabel "microscopy and tomography";
.
<epos:LaboratoryData> a skos:Concept;
skos:definition "Cross-discipline laboratory data" ;
skos:inScheme <epos:Multi-scale-laboratories>;
skos:prefLabel "cross-discipline laboratory data";
.
# *********************************
#
# EPOS-DCAT-AP: DATASET definitions
#
# *********************************
# WP16-DDSS-001 Geochemical data
<https://www.epos-eu.org/multi-scale-laboratories/geochemical_data/Dataset/001> a dcat:Dataset ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/geochemical_data/Dataset/001" ;
dct:title "Geochemical data" ;
dct:description "Geochemical data from geochemistry, geochronology, mineral chemistry and fluid inclusion studies provides compositional data from whole rock to micrometer or even nanometer inclusions (solid, liquid and/or gas) in minerals. There is a large range in techniques and equipment, and, consequently, a large range in data and data types. Analytical techniques vary on the elements or minerals that can be analyzed with the respective detection limits. Data typically include major element composition data, isotope chemistry data, geochronology data and mineral composition data." ;
adms:identifier [ a adms:Identifier ;
adms:schemeAgency "DDSS-ID" ;
skos:notation "WP16-DDSS-001" ;
];
dct:created "2022-02-22T00:00:00Z"^^xsd:dateTime ;
dct:issued "2022-02-23T00:00:00Z"^^xsd:dateTime ;
dct:modified "2022-10-03T00:00:00Z"^^xsd:dateTime ;
owl:versionInfo "1.0.0" ;
# This property refers to the type of the Dataset.
# Example of frequency using a controlled vocabulary http://dublincore.org/2012/06/14/dctype
# Update frequency
dct:accrualPeriodicity "http://purl.org/cld/freq/irregular"^^xsd:anyURI;
dct:type "http://purl.org/dc/dcmitype/Collection"^^xsd:anyURI ;
# This property refers to a category of the Dataset. A Dataset may be associated with multiple themes.
dcat:theme <epos:GeochemistryData> ;
dcat:keyword "analytical","crustal and upper mantle rheology","fault behavior","fluid and radioactive waste storage","fluid flow, transport and permeability", "fluid inclusions (solid, liquid, gas)","fluid-rock interaction","geochemistry","geochronology","geothermal energy","induced seismicity /induced earthquakes","isotope geochemistry","major element composition","material property","mineral chemistry","mineral composition","natural disaster","natural seismicity /natural earthquakes","oil/gas production","rock mechanical testing","volcano","whole rock chemistry";
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint> ;
# This property refers to an Organisation responsible for making the Dataset available.
dct:publisher <PIC:99985805>, <PIC:999994341> ;
# This property refers to the quality assurance document URL
dqv:hasQualityAnnotation [ a oa:Annotation ;
oa:hasBody "https://github.com/UtrechtUniversity/msl_api/blob/master/data-quality.md"^^xsd:anyURI ;
];
# This property links the Dataset to an available Distribution.
dcat:distribution <https://www.epos-eu.org/multi-scale-laboratories/geochemical_data/Dataset/001/Distribution/001> ;
.
# WP16-DDSS-002 Rock and melt physical properties
<https://www.epos-eu.org/multi-scale-laboratories/rock_and_melt_physical_properties/Dataset/002> a dcat:Dataset ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/rock_and_melt_physical_properties/Dataset/002" ;
dct:title "Rock and melt physical properties" ;
dct:description "Data from multi-scale research into the physical behavior of Earth materials, including rock mechanics experiments, fluid flow tests and petrophysical analyses, performed under crustal or upper mantle conditions of stress, temperature and chemistry. Materials typically studied include sedimentary rocks, like sandstone, limestone, coal and evaporites like rock salt and gypsum, igneous or volcanic rocks like granite, basalt and gabbro, metamorphic rocks like marble and schist, and anthropogenic composites like cement, or 3D-printed rock. The data provide key information into the processes governing geohazards, whether human induced or natural, including earthquakes, land subsidence, landslides and volcanic activity. As such, these data are frequently used in models and upscaling studies, aimed at understanding system-scale Earth behavior and at steering strategy for safe and sustainable use of our subsurface." ;
adms:identifier [ a adms:Identifier ;
adms:schemeAgency "DDSS-ID" ;
skos:notation "WP16-DDSS-002" ;
];
dct:created "2021-11-25T00:00:00Z"^^xsd:dateTime ;
dct:issued "2021-12-01T00:00:00Z"^^xsd:dateTime ;
dct:modified "2022-05-25T00:00:00Z"^^xsd:dateTime ;
owl:versionInfo "1.0.0" ;
# This property refers to the type of the Dataset.
# Example of frequency using a controlled vocabulary http://dublincore.org/2012/06/14/dctype
# Update frequency
dct:accrualPeriodicity "http://purl.org/cld/freq/irregular"^^xsd:anyURI;
dct:type "http://purl.org/dc/dcmitype/Collection"^^xsd:anyURI ;
# This property refers to a category of the Dataset. A Dataset may be associated with multiple themes.
dcat:theme <epos:RockAndMeltPhysicalProperties> ;
dcat:keyword "acoustic measurements","anisotropy","brittle deformation","compaction /consolidation","crustal and upper mantle rheology","ductile deformation","elastic moduli","extension","fault behavior","fluid and radioactive waste storage","fluid flow, transport and permeability","fluid-rock interaction","fracture strength /shear strength","friction","geothermal energy","high pressure","high temperature","induced seismicity /induced earthquakes","material property","microphysical deformation process","model parameter","natural disaster","natural seismicity /natural earthquakes","oil/gas production","plastic deformation","rock mechanical testing","stress-strain behavior","subsidence","torsion","volcano" ;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint> ;
# This property refers to an Organisation responsible for making the Dataset available.
dct:publisher <PIC:99985805>, <PIC:999994341> ;
# This property refers to the quality assurance document URL
dqv:hasQualityAnnotation [ a oa:Annotation ;
oa:hasBody "https://github.com/UtrechtUniversity/msl_api/blob/master/data-quality.md"^^xsd:anyURI ;
];
# This property links the Dataset to an available Distribution.
dcat:distribution <https://www.epos-eu.org/multi-scale-laboratories/rock_and_melt_physical_properties/Dataset/002/Distribution/002> ;
.
# WP16-DDSS-003 Analogue modelling of geologic processes
<https://www.epos-eu.org/multi-scale-laboratories/analogue_modelling_data/Dataset/003> a dcat:Dataset ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/analogue_modelling_data/Dataset/003" ;
dct:title "Analogue modelling data" ;
dct:description "Data from analogue modeling studies into large-scale tectonic deformation of the crust and lithosphere (upper mantle) of the Earth. Analogue models are scaled from a natural geological feature (e.g. a mountain belt) down to the laboratory environment. Models utilize a combination of granular materials, like sand or glass beads, elastic materials, like gelatin or silicone, and/or viscous and plastic materials, like oil or clay, to simulate multi-layer deformation of various rheology. Data typically include force, pressure, strain and temperature versus time series, and 2D or 3D image data suitable for digital image correlation to monitor model evolution. The data can be applied to improve understanding into the fundamental physics and dynamics of geological processes like orogenesis (mountain building), extending basins, transform faults and salt flow, and hazards like earthquakes, subsidence, volcanic activity and landslides." ;
adms:identifier [ a adms:Identifier ;
adms:schemeAgency "DDSS-ID" ;
skos:notation "WP16-DDSS-003" ;
];
dct:created "2022-02-22T00:00:00Z"^^xsd:dateTime ;
dct:issued "2022-02-23T00:00:00Z"^^xsd:dateTime ;
dct:modified "2022-02-230T00:00:00Z"^^xsd:dateTime ;
owl:versionInfo "1.0.0" ;
# This property refers to the type of the Dataset.
# Example of frequency using a controlled vocabulary http://dublincore.org/2012/06/14/dctype
# Update frequency
dct:accrualPeriodicity "http://purl.org/cld/freq/irregular"^^xsd:anyURI;
dct:type "http://purl.org/dc/dcmitype/Collection"^^xsd:anyURI ;
# This property refers to a category of the Dataset. A Dataset may be associated with multiple themes.
dcat:theme <epos:AnalogueModellingResults> ;
dcat:keyword "basin","brittle deformation","compression","crust and mantle behavior","digital image correlation (DIC)","ductile deformation","extension","fault and fold behavior","geological process","geothermal energy","induced seismicity /earthquakes","lithosphere, asthenosphere","model parameter","mountain","natural hazard or disaster","natural seismicity /earthquakes","oil/gas production","plastic deformation","plate tectonics","sandbox apparatus","shear","subsidence and uplift","viscous behavior","volcano" ;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint> ;
# This property refers to an Organisation responsible for making the Dataset available.
dct:publisher <PIC:99985805>, <PIC:999994341> ;
# This property refers to the quality assurance document URL
dqv:hasQualityAnnotation [ a oa:Annotation ;
oa:hasBody "https://github.com/UtrechtUniversity/msl_api/blob/master/data-quality.md"^^xsd:anyURI ;
];
# This property links the Dataset to an available Distribution.
dcat:distribution <https://www.epos-eu.org/multi-scale-laboratories/analogue_modelling_data/Dataset/003/Distribution/003> ;
.
# WP16-DDSS-006 Magnetic and paleomagnetic data
<https://www.epos-eu.org/multi-scale-laboratories/magnetic_paleomagnetic_data/Dataset/006> a dcat:Dataset ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/magnetic_paleomagnetic_data/Dataset/006" ;
dct:title "Magnetic and paleomagnetic data" ;
dct:description "Data from paleomagnetic and magnetic studies provide directional, magnetostratigraphic, magnetic susceptibility and paleointensity datasets, especially addressing the understanding of evolution of sedimentary basins and for charting geo-hazard frequency. Data can also include environmental magnetism and rock magnetism data. Paleomagnetic and magnetic data provide records of the strength and polarity reversals of the Earth’s magnetic field, among other applications. Materials typically studied are sedimentary rocks like sandstones, shales, limestone, and evaporites, igneous and metamorphic rocks like basalt, peridotite, serpentinite, gneiss and schists. Crucial is the understanding of magnetic mineralogy, presence and abundance of magnetite, hematite, titanomagnetite, chromite." ;
adms:identifier [ a adms:Identifier ;
adms:schemeAgency "DDSS-ID" ;
skos:notation "WP16-DDSS-006" ;
];
dct:created "2022-02-22T00:00:00Z"^^xsd:dateTime ;
dct:issued "2022-02-23T00:00:00Z"^^xsd:dateTime ;
dct:modified "2022-02-23T00:00:00Z"^^xsd:dateTime ;
owl:versionInfo "1.0.0" ;
# This property refers to the type of the Dataset.
# Example of frequency using a controlled vocabulary http://dublincore.org/2012/06/14/dctype
#Update frequency
dct:accrualPeriodicity "http://purl.org/cld/freq/irregular"^^xsd:anyURI;
dct:type "http://purl.org/dc/dcmitype/Collection"^^xsd:anyURI ;
# This property refers to a category of the Dataset. A Dataset may be associated with multiple themes.
dcat:theme <epos:MagneticPaleomagneticData> ;
dcat:keyword "basin","basin evolution","crust and mantle behavior","crustal magnetism","directional data","environmental magnetism","fault and fold behavior","geo-hazard frequency","geological process","induced seismicity /earthquakes","lithosphere, asthenosphere","magnetic mineralogy","magnetic remanence","magnetic susceptibility","magnetiostratigraphy","mountain","natural hazard or disaster","natural seismicity /earthquakes","paleointensity","paleomagnetism","plate tectonics","polarity reversals","rock magnetism","subsidence and uplift","volcano" ;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint> ;
# This property refers to an Organisation responsible for making the Dataset available.
dct:publisher <PIC:99985805>, <PIC:999994341> ;
# This property refers to the quality assurance document URL
dqv:hasQualityAnnotation [ a oa:Annotation ;
oa:hasBody "https://github.com/UtrechtUniversity/msl_api/blob/master/data-quality.md"^^xsd:anyURI ;
];
# This property links the Dataset to an available Distribution.
dcat:distribution <https://www.epos-eu.org/multi-scale-laboratories/magnetic_paleomagnetic_data/Dataset/006/Distribution/006> ;
.
# WP16-DDSS-011 Microscopy and tomography data
<https://www.epos-eu.org/multi-scale-laboratories/microscopy_and_tomography_data/Dataset/011> a dcat:Dataset ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/microscopy_and_tomography_data/Dataset/011" ;
dct:title "Microscopy and tomography data" ;
dct:description "Multi-scale, 2D and 3D visualization of Earth materials. Analyses involve a wide range in techniques, including electron, optical and atomic force microscopy, X-ray tomography and microchemical analyses and mapping. The data include rock and pore structure images at nanometer, or even atomic resolution, microchemical, mineralogical and crystallographic maps and CT scans. Materials typically studied are sedimentary rock like sandstones, shales, limestone and evaporites, igneous and metamorphic rocks like granite, basalt, gneiss and schists, ores and rare-Earth elements, but can also include extra-terrestrial materials like meteorites. The microstructural and compositional information provided by these data is crucial for our understanding of a wide range of geoscientific topics, including the effects of hydrogen storage, geothermal energy production, gas production and mining, and on factors influencing hazards like volcanic activity, landslides, fault behavior, subsidence and earthquakes." ;
adms:identifier [ a adms:Identifier ;
adms:schemeAgency "DDSS-ID" ;
skos:notation "WP16-DDSS-011" ;
];
dct:created "2022-02-22T00:00:00Z"^^xsd:dateTime ;
dct:issued "2022-02-23T00:00:00Z"^^xsd:dateTime ;
dct:modified "2022-02-230T00:00:00Z"^^xsd:dateTime ;
owl:versionInfo "1.0.0" ;
# This property refers to the type of the Dataset.
# Example of frequency using a controlled vocabulary http://dublincore.org/2012/06/14/dctype
#Update frequency
dct:accrualPeriodicity "http://purl.org/cld/freq/irregular"^^xsd:anyURI;
dct:type "http://purl.org/dc/dcmitype/Collection"^^xsd:anyURI ;
# This property refers to a category of the Dataset. A Dataset may be associated with multiple themes.
dcat:theme <epos:MicroscopyTomographyData> ;
dcat:keyword "anisotropy","crystal and mineral orientation","electron microscopy (SEM, FIB-SEM, STEM, TEM)","fault behavior","fluid and radioactive waste storage","fluid flow, transport and permeability","fluid-rock interaction","geothermal energy","induced seismicity /earthquakes","interferometry","micrograph","microphysical deformation process","microprobe","microstructure and rock structure","model parameter","natural disaster","natural seismicity /earthquakes","oil/gas production","pore network and porosity","spectroscopy","subsidence","volcano","X-ray tomography" ;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint> ;
# This property refers to an Organisation responsible for making the Dataset available.
dct:publisher <PIC:99985805>, <PIC:999994341> ;
# This property refers to the quality assurance document URL
dqv:hasQualityAnnotation [ a oa:Annotation ;
oa:hasBody "https://github.com/UtrechtUniversity/msl_api/blob/master/data-quality.md"^^xsd:anyURI ;
];
# This property links the Dataset to an available Distribution.
dcat:distribution <https://www.epos-eu.org/multi-scale-laboratories/microscopy_and_tomography_data/Dataset/011/Distribution/011> ;
.
# WP16-DDSS-013 "catch all" laboratory data
<https://www.epos-eu.org/multi-scale-laboratories/laboratory_data/Dataset/013> a dcat:Dataset ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/laboratory_data/Dataset/013" ;
dct:title "Search all multi-scale lab data" ;
dct:description "Access to high-quality data emerging from experimental labs in the Earth sciences." ;
adms:identifier [ a adms:Identifier ;
adms:schemeAgency "DDSS-ID" ;
skos:notation "WP16-DDSS-013" ;
];
dct:created "2022-02-22T00:00:00Z"^^xsd:dateTime ;
dct:issued "2022-02-23T00:00:00Z"^^xsd:dateTime ;
dct:modified "2022-02-230T00:00:00Z"^^xsd:dateTime ;
owl:versionInfo "1.0.0" ;
# This property refers to the type of the Dataset.
# Example of frequency using a controlled vocabulary http://dublincore.org/2012/06/14/dctype
#Update frequency
dct:accrualPeriodicity "http://purl.org/cld/freq/irregular"^^xsd:anyURI;
dct:type "http://purl.org/dc/dcmitype/Collection"^^xsd:anyURI ;
# This property refers to a category of the Dataset. A Dataset may be associated with multiple themes.
dcat:theme <epos:LaboratoryData> ;
dcat:keyword "laboratory data", "experiment", "measurement";
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint> ;
# This property refers to an Organisation responsible for making the Dataset available.
dct:publisher <PIC:99985805>, <PIC:999994341> ;
# This property refers to the quality assurance document URL
dqv:hasQualityAnnotation [ a oa:Annotation ;
oa:hasBody "https://github.com/UtrechtUniversity/msl_api/blob/master/data-quality.md"^^xsd:anyURI ;
];
# This property links the Dataset to an available Distribution.
dcat:distribution <https://www.epos-eu.org/multi-scale-laboratories/laboratory_data/Dataset/013/Distribution/013> ;
.
# *************
#
# ApiDocumentation
#
# *************
<https://www.epos-eu.org/multi-scale-laboratories/doc/general-webservices> a hydra:ApiDocumentation ;
hydra:title "EPOS MSL webservice" ;
hydra:description "EPOS MSL webservice providing access to data.";
hydra:entrypoint "https://github.com/UtrechtUniversity/msl_api/blob/master/api.md"^^xsd:anyURI;
.
# *************
#
# DISTRIBUTIONS
#
# *************
# WP16-DDSS-001 Geochemical data ; EPOS-DCAT-AP:DISTRIBUTION definition
<https://www.epos-eu.org/multi-scale-laboratories/geochemical_data/Dataset/001/Distribution/001> a dcat:Distribution ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/geochemical_data/Dataset/001/Distribution/001" ;
dct:title "Data from geochemical measurements" ;
dct:description "Geochemical data from geochemistry, geochronology, mineral chemistry and fluid inclusion studies provides compositional data from whole rock to micrometer or even nanometer inclusions (solid, liquid and/or gas) in minerals. There is a large range in techniques and equipment, and, consequently, a large range in data and data types. Analytical techniques vary on the elements or minerals that can be analyzed with the respective detection limits. Data typically include major element composition data, isotope chemistry data, geochronology data and mineral composition data." ;
# This property refers to the type of the Distribution. The possible types are
# (http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE
# OR
# http://publications.europa.eu/resource/authority/distribution-type/DOWNLOADABLE_FILE)
dct:type "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE"^^xsd:anyURI ;
# If the type of Distribution is WEB SERVICE, this property refers to the Web Service that gives access to a Distribution of the Dataset. Otherwise, this property is optional.
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/WebService/001> ;
# This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain # information about how to get the Dataset.
# If the type of Distribution is WEB SERVICE, this property refers to the Operation of the Web Service to which the Distribution conforms.
dcat:accessURL <https://www.epos-eu.org/multi-scale-laboratories/WebService/001/Operation/001> ;
# This property refers to the file format of the Distribution.
# The possible types are here: http://publications.europa.eu/mdr/resource/authority/file-type/html/filetypes-eng.html
dct:format "http://publications.europa.eu/resource/authority/file-type/JSON"^^xsd:anyURI ;
# This property refers to the licence under which the Distribution is made available.
dct:license "http://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;
.
# WP16-DDSS-002 Rock and melt physical properties ; EPOS-DCAT-AP:DISTRIBUTION definition
<https://www.epos-eu.org/multi-scale-laboratories/rock_and_melt_physical_properties/Dataset/002/Distribution/002> a dcat:Distribution ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/rock_and_melt_physical_properties/Dataset/002/Distribution/002" ;
dct:title "Data on rock and melt physical properties" ;
dct:description "Data from multi-scale research into the physical behavior of Earth materials, including rock mechanics experiments, fluid flow tests and petrophysical analyses, performed under crustal or upper mantle conditions of stress, temperature and chemistry. Materials typically studied include sedimentary rocks, like sandstone, limestone, coal and evaporites like rock salt and gypsum, igneous or volcanic rocks like granite, basalt and gabbro, metamorphic rocks like marble and schist, and anthropogenic composites like cement, or 3D-printed rock. The data provide key information into the processes governing geohazards, whether human induced or natural, including earthquakes, land subsidence, landslides and volcanic activity. As such, these data are frequently used in models and upscaling studies, aimed at understanding system-scale Earth behavior and at steering strategy for safe and sustainable use of our subsurface." ;
# This property refers to the type of the Distribution. The possible types are
# (http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE
# OR
# http://publications.europa.eu/resource/authority/distribution-type/DOWNLOADABLE_FILE)
dct:type "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE"^^xsd:anyURI ;
# If the type of Distribution is WEB SERVICE, this property refers to the Web Service that gives access to a Distribution of the Dataset. Otherwise, this property is optional.
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/WebService/002> ;
# This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain # information about how to get the Dataset.
# If the type of Distribution is WEB SERVICE, this property refers to the Operation of the Web Service to which the Distribution conforms.
dcat:accessURL <https://www.epos-eu.org/multi-scale-laboratories/WebService/002/Operation/002> ;
# This property refers to the file format of the Distribution.
# The possible types are here: http://publications.europa.eu/mdr/resource/authority/file-type/html/filetypes-eng.html
dct:format "http://publications.europa.eu/resource/authority/file-type/JSON"^^xsd:anyURI ;
# This property refers to the licence under which the Distribution is made available.
dct:license "http://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;
.
# WP16-DDSS-003 Analogue modelling of gelological processes ; EPOS-DCAT-AP:DISTRIBUTION definition
<https://www.epos-eu.org/multi-scale-laboratories/analogue_modelling_data/Dataset/003/Distribution/003> a dcat:Distribution ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/analogue_modelling_data/Dataset/003/Distribution/003" ;
dct:title "Data from analogue modelling of geological processes" ;
dct:description "Data from analogue modeling studies into large-scale tectonic deformation of the crust and lithosphere (upper mantle) of the Earth. Analogue models are scaled from a natural geological feature (e.g. a mountain belt) down to the laboratory environment. Models utilize a combination of granular materials, like sand or glass beads, elastic materials, like gelatin or silicone, and/or viscous and plastic materials, like oil or clay, to simulate multi-layer deformation of various rheology. Data typically include force, pressure, strain and temperature versus time series, and 2D or 3D image data suitable for digital image correlation to monitor model evolution. The data can be applied to improve understanding into the fundamental physics and dynamics of geological processes like orogenesis (mountain building), extending basins, transform faults and salt flow, and hazards like earthquakes, subsidence, volcanic activity and landslides." ;
# This property refers to the type of the Distribution. The possible types are
# (http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE
# OR
# http://publications.europa.eu/resource/authority/distribution-type/DOWNLOADABLE_FILE)
dct:type "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE"^^xsd:anyURI ;
# If the type of Distribution is WEB SERVICE, this property refers to the Web Service that gives access to a Distribution of the Dataset. Otherwise, this property is optional.
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/WebService/003> ;
# This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain # information about how to get the Dataset.
# If the type of Distribution is WEB SERVICE, this property refers to the Operation of the Web Service to which the Distribution conforms.
dcat:accessURL <https://www.epos-eu.org/multi-scale-laboratories/WebService/003/Operation/003> ;
# This property refers to the file format of the Distribution.
# The possible types are here: http://publications.europa.eu/mdr/resource/authority/file-type/html/filetypes-eng.html
dct:format "http://publications.europa.eu/resource/authority/file-type/JSON"^^xsd:anyURI ;
# This property refers to the licence under which the Distribution is made available.
dct:license "http://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;
.
# WP16-DDSS-006 Magnetic and paleomagnetic measurements ; EPOS-DCAT-AP:DISTRIBUTION definition
<https://www.epos-eu.org/multi-scale-laboratories/magnetic_paleomagnetic_data/Dataset/006/Distribution/006> a dcat:Distribution ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/magnetic_paleomagnetic_data/Dataset/006/Distribution/006" ;
dct:title "Data from magnetic and paleomagnetic measurements" ;
dct:description "Data from paleomagnetic and magnetic studies provide directional, magnetostratigraphic, magnetic susceptibility and paleointensity datasets, especially addressing the understanding of evolution of sedimentary basins and for charting geo-hazard frequency. Data can also include environmental magnetism and rock magnetism data. Paleomagnetic and magnetic data provide records of the strength and polarity reversals of the Earth’s magnetic field, among other applications. Materials typically studied are sedimentary rocks like sandstones, shales, limestone, and evaporites, igneous and metamorphic rocks like basalt, peridotite, serpentinite, gneiss and schists. Crucial is the understanding of magnetic mineralogy, presence and abundance of magnetite, hematite, titanomagnetite, chromite." ;
# This property refers to the type of the Distribution. The possible types are
# (http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE
# OR
# http://publications.europa.eu/resource/authority/distribution-type/DOWNLOADABLE_FILE)
dct:type "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE"^^xsd:anyURI ;
# If the type of Distribution is WEB SERVICE, this property refers to the Web Service that gives access to a Distribution of the Dataset. Otherwise, this property is optional.
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/WebService/006> ;
# This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain # information about how to get the Dataset.
# If the type of Distribution is WEB SERVICE, this property refers to the Operation of the Web Service to which the Distribution conforms.
dcat:accessURL <https://www.epos-eu.org/multi-scale-laboratories/WebService/006/Operation/006> ;
# This property refers to the file format of the Distribution.
# The possible types are here: http://publications.europa.eu/mdr/resource/authority/file-type/html/filetypes-eng.html
dct:format "http://publications.europa.eu/resource/authority/file-type/JSON"^^xsd:anyURI ;
# This property refers to the licence under which the Distribution is made available.
dct:license "http://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;
.
# WP16-DDSS-011 Microscopy and tomography data ; EPOS-DCAT-AP:DISTRIBUTION definition
<https://www.epos-eu.org/multi-scale-laboratories/microscopy_and_tomography_data/Dataset/011/Distribution/011> a dcat:Distribution ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/microscopy_and_tomography_data/Dataset/011/Distribution/011" ;
dct:title "Microscopy and tomography data" ;
dct:description "Multi-scale, 2D and 3D visualization of Earth materials. Analyses involve a wide range in techniques, including electron, optical and atomic force microscopy, X-ray tomography and microchemical analyses and mapping. The data include rock and pore structure images at nanometer, or even atomic resolution, microchemical, mineralogical and crystallographic maps and CT scans. Materials typically studied are sedimentary rock like sandstones, shales, limestone and evaporites, igneous and metamorphic rocks like granite, basalt, gneiss and schists, ores and rare-Earth elements, but can also include extra-terrestrial materials like meteorites. The microstructural and compositional information provided by these data is crucial for our understanding of a wide range of geoscientific topics, including the effects of hydrogen storage, geothermal energy production, gas production and mining, and on factors influencing hazards like volcanic activity, landslides, fault behavior, subsidence and earthquakes." ;
# This property refers to the type of the Distribution. The possible types are
# (http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE
# OR
# http://publications.europa.eu/resource/authority/distribution-type/DOWNLOADABLE_FILE)
dct:type "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE"^^xsd:anyURI ;
# If the type of Distribution is WEB SERVICE, this property refers to the Web Service that gives access to a Distribution of the Dataset. Otherwise, this property is optional.
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/WebService/011> ;
# This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain # information about how to get the Dataset.
# If the type of Distribution is WEB SERVICE, this property refers to the Operation of the Web Service to which the Distribution conforms.
dcat:accessURL <https://www.epos-eu.org/multi-scale-laboratories/WebService/011/Operation/011> ;
# This property refers to the file format of the Distribution.
# The possible types are here: http://publications.europa.eu/mdr/resource/authority/file-type/html/filetypes-eng.html
dct:format "http://publications.europa.eu/resource/authority/file-type/JSON"^^xsd:anyURI ;
# This property refers to the licence under which the Distribution is made available.
dct:license "http://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;
.
# WP16-DDSS-013 Laboratory data ; EPOS-DCAT-AP:DISTRIBUTION definition
<https://www.epos-eu.org/multi-scale-laboratories/laboratory_data/Dataset/013/Distribution/013> a dcat:Distribution ;
dct:identifier "https://www.epos-eu.org/multi-scale-laboratories/microscopy_and_tomography_data/Dataset/011/Distribution/011" ;
dct:title "Search all multi-scale lab data" ;
dct:description "Access to high-quality data emerging from experimental labs in the Earth sciences." ;
# This property refers to the type of the Distribution. The possible types are
# (http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE
# OR
# http://publications.europa.eu/resource/authority/distribution-type/DOWNLOADABLE_FILE)
dct:type "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE"^^xsd:anyURI ;
# If the type of Distribution is WEB SERVICE, this property refers to the Web Service that gives access to a Distribution of the Dataset. Otherwise, this property is optional.
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/WebService/013> ;
# This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain # information about how to get the Dataset.
# If the type of Distribution is WEB SERVICE, this property refers to the Operation of the Web Service to which the Distribution conforms.
dcat:accessURL <https://www.epos-eu.org/multi-scale-laboratories/WebService/013/Operation/013> ;
# This property refers to the file format of the Distribution.
# The possible types are here: http://publications.europa.eu/mdr/resource/authority/file-type/html/filetypes-eng.html
dct:format "http://publications.europa.eu/resource/authority/file-type/JSON"^^xsd:anyURI ;
# This property refers to the licence under which the Distribution is made available.
dct:license "http://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;
.
# ************
#
# WEB SERVICES
#
# ************
# WP16-DDSS-001 Geochemical data ; EPOS-DCAT-AP:WEBSERVICE definition
<https://www.epos-eu.org/multi-scale-laboratories/WebService/001> a epos:WebService;
schema:identifier "https://www.epos-eu.org/multi-scale-laboratories/WebService/001";
schema:description "Service for data from geochemical measurements";
dcat:theme <epos:GeochemistryData>;
schema:name "Multi-scale Laboratories Geochemical Data Service";
hydra:entrypoint "https://epos-msl.uu.nl/webservice/api/geochemistry?"^^xsd:anyURI;
schema:provider <PIC:99985805>;
schema:datePublished "2021-12-01Z"^^xsd:dateTime;
schema:dateModified "2022-02-22Z"^^xsd:dateTime;
hydra:supportedOperation <https://www.epos-eu.org/multi-scale-laboratories/WebService/001/Operation/001>;
schema:keywords "geochemistry", "geochemical data", "element geochemistry", "elemental geochemistry", "isotope geochemistry" ;
dct:license "http://www.fsf.org/licensing/licenses/agpl-3.0.html"^^xsd:anyURI;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint>;
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/doc/general-webservices>;
.
<https://www.epos-eu.org/multi-scale-laboratories/WebService/001/Operation/001> a hydra:Operation;
hydra:method "GET"^^xsd:string;
hydra:returns "application/json";
hydra:property[ a hydra:IriTemplate;
hydra:template "https://epos-msl.uu.nl/webservice/api/geochemistry{?query, title, authorName, labName, rows}"^^xsd:string;
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "query"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search all (wildcards permitted)";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "title"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search title";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "authorName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search author";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "labName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search laboratory";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "rows"^^xsd:string;
rdfs:range "xsd:integer";
rdfs:label "Results returned (number)";
schema:defaultValue "250";
hydra:required "false"^^xsd:boolean;
];
] ;
.
# WP16-DDSS-002 Rock and melt physical properties ; EPOS-DCAT-AP:WEBSERVICE definition
<https://www.epos-eu.org/multi-scale-laboratories/WebService/002> a epos:WebService;
schema:identifier "https://www.epos-eu.org/multi-scale-laboratories/WebService/002";
schema:description "The TCS MSL Rock and Melt Physical Properties Data Service provides access to data coming from lab experiments in the Earth sciences.";
dcat:theme <epos:RockAndMeltPhysicalProperties>;
schema:name "Multi-scale Laboratories Rock and Melt Physical Properties Data Service";
hydra:entrypoint "https://epos-msl.uu.nl/webservice/api/rock_physics?"^^xsd:anyURI;
schema:provider <PIC:99985805>;
schema:datePublished "2021-12-01Z"^^xsd:dateTime;
schema:dateModified "2022-02-22Z"^^xsd:dateTime;
hydra:supportedOperation <https://www.epos-eu.org/multi-scale-laboratories/WebService/002/Operation/002>;
dct:license "http://www.fsf.org/licensing/licenses/agpl-3.0.html"^^xsd:anyURI;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint>;
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/doc/general-webservices>;
.
<https://www.epos-eu.org/multi-scale-laboratories/WebService/002/Operation/002> a hydra:Operation;
hydra:method "GET"^^xsd:string;
hydra:returns "application/json";
hydra:property[ a hydra:IriTemplate;
hydra:template "https://epos-msl.uu.nl/webservice/api/rock_physics{?query, title, authorName, labName, rows}"^^xsd:string;
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "query"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search all (wildcards permitted)";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "title"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search title";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "authorName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search author";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "labName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search laboratory";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "rows"^^xsd:string;
rdfs:range "xsd:integer";
rdfs:label "Results returned (number)";
schema:defaultValue "250";
hydra:required "false"^^xsd:boolean;
];
] ;
.
# WP16-DDSS-003 Analogue modelling of geological processes ; EPOS-DCAT-AP:WEBSERVICE definition
<https://www.epos-eu.org/multi-scale-laboratories/WebService/003> a epos:WebService;
schema:identifier "https://www.epos-eu.org/multi-scale-laboratories/WebService/003";
schema:description "Data from analogue modeling studies into large-scale tectonic deformation of the crust and lithosphere (upper mantle) of the Earth. Analogue models are scaled from a natural geological feature (e.g. a mountain belt) down to the laboratory environment. Models utilize a combination of granular materials, like sand or glass beads, elastic materials, like gelatin or silicone, and/or viscous and plastic materials, like oil or clay, to simulate multi-layer deformation of various rheology. Data typically include force, pressure, strain and temperature versus time series, and 2D or 3D image data suitable for digital image correlation to monitor model evolution. The data can be applied to improve understanding into the fundamental physics and dynamics of geological processes like orogenesis (mountain building), extending basins, transform faults and salt flow, and hazards like earthquakes, subsidence, volcanic activity and landslides.";
dcat:theme <epos:AnalogueModellingResults>;
schema:name "Multi-scale Laboratories Analogue Modelling Results Data Service";
hydra:entrypoint "https://epos-msl.uu.nl/webservice/api/analogue?"^^xsd:anyURI;
schema:provider <PIC:99985805>;
schema:datePublished "2022-02-22Z"^^xsd:dateTime;
schema:dateModified "2022-02-22Z"^^xsd:dateTime;
hydra:supportedOperation <https://www.epos-eu.org/multi-scale-laboratories/WebService/003/Operation/003>;
dct:license "http://www.fsf.org/licensing/licenses/agpl-3.0.html"^^xsd:anyURI;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint>;
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/doc/general-webservices>;
.
<https://www.epos-eu.org/multi-scale-laboratories/WebService/003/Operation/003> a hydra:Operation;
hydra:method "GET"^^xsd:string;
hydra:returns "application/json";
hydra:property[ a hydra:IriTemplate;
hydra:template "https://epos-msl.uu.nl/webservice/api/analogue{?query, title, authorName, labName, rows}"^^xsd:string;
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "query"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search all (wildcards permitted)";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "title"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search data publication (title)";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "authorName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search author";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "labName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search laboratory";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "rows"^^xsd:string;
rdfs:range "xsd:integer";
rdfs:label "Search results (number)";
schema:defaultValue "250";
hydra:required "false"^^xsd:boolean;
];
] ;
.
# WP16-DDSS-006 Magnetic and Paleomagnetic Data ; EPOS-DCAT-AP:WEBSERVICE definition
<https://www.epos-eu.org/multi-scale-laboratories/WebService/006> a epos:WebService;
schema:identifier "https://www.epos-eu.org/multi-scale-laboratories/WebService/006";
schema:description "Data from paleomagnetic and magnetic studies provide directional, magnetostratigraphic, magnetic susceptibility and paleointensity datasets, especially addressing the understanding of evolution of sedimentary basins and for charting geo-hazard frequency. Data can also include environmental magnetism and rock magnetism data. Paleomagnetic and magnetic data provide records of the strength and polarity reversals of the Earth’s magnetic field, among other applications. Materials typically studied are sedimentary rocks like sandstones, shales, limestone, and evaporites, igneous and metamorphic rocks like basalt, peridotite, serpentinite, gneiss and schists. Crucial is the understanding of magnetic mineralogy, presence and abundance of magnetite, hematite, titanomagnetite, chromite.";
dcat:theme <epos:MagneticPaleomagneticData>;
schema:name "Multi-scale Laboratories Magnetic and Paleomagnetic Data Service";
hydra:entrypoint "https://epos-msl.uu.nl/webservice/api/paleo?"^^xsd:anyURI;
schema:provider <PIC:99985805>;
schema:datePublished "2022-02-22Z"^^xsd:dateTime;
schema:dateModified "2022-02-22Z"^^xsd:dateTime;
hydra:supportedOperation <https://www.epos-eu.org/multi-scale-laboratories/WebService/006/Operation/006>;
dct:license "http://www.fsf.org/licensing/licenses/agpl-3.0.html"^^xsd:anyURI;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint>;
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/doc/general-webservices>;
.
<https://www.epos-eu.org/multi-scale-laboratories/WebService/006/Operation/006> a hydra:Operation;
hydra:method "GET"^^xsd:string;
hydra:returns "application/json";
hydra:property[ a hydra:IriTemplate;
hydra:template "https://epos-msl.uu.nl/webservice/api/paleo{?query, title, authorName, labName, rows}"^^xsd:string;
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "query"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search all (wildcards permitted)";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "title"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search data publication (title)";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "authorName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search author";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "labName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search laboratory";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "rows"^^xsd:string;
rdfs:range "xsd:integer";
rdfs:label "Search results (number)";
schema:defaultValue "250";
hydra:required "false"^^xsd:boolean;
];
] ;
.
# WP16-DDSS-011 Microscopy and Tomography Data ; EPOS-DCAT-AP:WEBSERVICE definition
<https://www.epos-eu.org/multi-scale-laboratories/WebService/011> a epos:WebService;
schema:identifier "https://www.epos-eu.org/multi-scale-laboratories/WebService/011";
schema:description "Access to high-quality, high-resolution data emerging from electron and X-ray microscopes.";
dcat:theme <epos:MicroscopyTomographyData>;
schema:name "Multi-scale Laboratories Microscopy and Tomography Data Service";
hydra:entrypoint "https://epos-msl.uu.nl/webservice/api/microscopy?"^^xsd:anyURI;
schema:provider <PIC:99985805>;
schema:datePublished "2022-02-22Z"^^xsd:dateTime;
schema:dateModified "2022-02-22Z"^^xsd:dateTime;
hydra:supportedOperation <https://www.epos-eu.org/multi-scale-laboratories/WebService/011/Operation/011>;
dct:license "http://www.fsf.org/licensing/licenses/agpl-3.0.html"^^xsd:anyURI;
dcat:contactPoint <http://orcid.org/0000-0003-3560-988X/contactPoint>;
dct:conformsTo <https://www.epos-eu.org/multi-scale-laboratories/doc/general-webservices>;
.
<https://www.epos-eu.org/multi-scale-laboratories/WebService/011/Operation/011> a hydra:Operation;
hydra:method "GET"^^xsd:string;
hydra:returns "application/json";
hydra:property[ a hydra:IriTemplate;
hydra:template "https://epos-msl.uu.nl/webservice/api/microscopy{?query, title, authorName, labName, rows}"^^xsd:string;
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "query"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search all (wildcards permitted)";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "title"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search data publication (title)";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "authorName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search author";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "labName"^^xsd:string;
rdfs:range "xsd:string";
rdfs:label "Search laboratory";
schema:defaultValue "";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping[ a hydra:IriTemplateMapping;
hydra:variable "rows"^^xsd:string;
rdfs:range "xsd:integer";
rdfs:label "Search results (number)";