-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvoldorad.ttl
358 lines (338 loc) · 17 KB
/
voldorad.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
@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#> .
#########
# PERSON
#########
<http://orcid.org/0000-0001-8293-1340> a schema:Person;
schema:identifier [ a schema:PropertyValue;
schema:propertyID "ORCID";
schema:value "http://orcid.org/0000-0001-8293-1340";
];
schema:familyName "Donnadieu";
schema:givenName "Franck";
schema:address [ a schema:PostalAddress;
schema:streetAddress "Laboratoire Magmas et Volcans, 6 Avenue Blaise Pascal"^^xsd:string;
schema:addressLocality "AUBIERE CEDEX";
schema:postalCode "63178";
schema:addressCountry "FRANCE";
];
schema:email "[email protected]";
schema:telephone "+33473346759";
schema:url "http://lmv.uca.fr/donnadieu-franck/"^^xsd:anyURI;
schema:qualifications "Lead Scientist of the VOLDORAD observation service";
schema:affiliation <http://isni.org/isni/0000000109416043>;
schema:contactPoint <http://orcid.org/0000-0001-8293-1340/contactPoint>;
.
<http://orcid.org/0000-0002-4518-3328> a schema:Person;
schema:identifier [ a schema:PropertyValue;
schema:propertyID "ORCID";
schema:value "http://orcid.org/0000-0002-4518-3328";
];
schema:familyName "Labazuy";
schema:givenName "Philippe";
schema:address [ a schema:PostalAddress;
schema:streetAddress "Laboratoire Magmas et Volcans, 6 Avenue Blaise Pascal"^^xsd:string;
schema:addressLocality "AUBIERE CEDEX";
schema:postalCode "63178";
schema:addressCountry "FRANCE";
];
schema:email "[email protected]";
schema:telephone "+33473346729";
schema:url "http://orcid.org/0000-0002-4518-3328"^^xsd:anyURI;
schema:qualifications "Deputy Director of OPGC";
schema:affiliation <http://isni.org/isni/0000000109416043>;
schema:contactPoint <http://orcid.org/0000-0002-4518-3328/scientificContact>;
.
<http://orcid.org/0000-0002-0108-5486> a schema:Person;
schema:identifier [ a schema:PropertyValue;
schema:propertyID "ORCID";
schema:value "http://orcid.org/0000-0002-0108-5486";
];
schema:familyName "Huret";
schema:givenName "Nathalie";
schema:address [ a schema:PostalAddress;
schema:streetAddress "OPGC, 4 Avenue Blaise Pascal"^^xsd:string;
schema:addressLocality "AUBIERE CEDEX";
schema:postalCode "63178";
schema:addressCountry "FRANCE";
];
schema:email "[email protected]";
schema:telephone "+33473407381";
schema:url "http://orcid.org/0000-0002-0108-5486"^^xsd:anyURI;
schema:qualifications "Director of OPGC";
schema:affiliation <http://isni.org/isni/0000000109416043>;
schema:contactPoint <http://orcid.org/0000-0002-0108-5486/legalContact>;
schema:contactPoint <http://orcid.org/0000-0002-0108-5486/financialContact>;
.
#########
# Organization
#########
<http://isni.org/isni/0000000109416043> a schema:Organization;
schema:identifier [ a schema:PropertyValue;
schema:propertyID "ISNI";
schema:value "http://isni.org/isni/0000000109416043";
];
schema:legalName "Earth Physics Observatory of Clermont-Ferrand"^^xsd:string;
# schema:alternateName "Observatoire de Physique du Globe de Clermont-Ferrand"^^xsd:string;
# schema:alternateName "OPGC"^^xsd:string;
schema:address [ a schema:PostalAddress;
schema:streetAddress "OPGC, 4 Avenue Blaise Pascal";
schema:addressLocality "AUBIERE CEDEX";
schema:postalCode "63178";
schema:addressCountry "FRANCE";
];
#dct:spatial [ a dct:location ;
# locn:geometry <geo:45.761,3.110,u=407,crs=wgs84>;
#];
schema:logo "http://wwwobs.univ-bpclermont.fr/opgc/images/LogoOPGCTransparent.png"^^xsd:anyURI;
schema:url "http://opgc.fr"^^xsd:anyURI;
schema:email "[email protected]";
schema:telephone "+33473407380";
schema:contactPoint <http://orcid.org/0000-0002-4518-3328/scientificContact>;
schema:contactPoint <http://orcid.org/0000-0002-0108-5486/legalContact>;
schema:contactPoint <http://orcid.org/0000-0002-0108-5486/financialContact>;
schema:memberOf <http://isni.org/isni/0000000121129282>;
.
#########
# ContactPoint
#########
<http://orcid.org/0000-0002-4518-3328/scientificContact> a schema:ContactPoint;
schema:email "[email protected]";
schema:availableLanguage "en", "fr" ;
schema:contactType "scientificContact" ;
.
<http://orcid.org/0000-0002-0108-5486/legalContact> a schema:ContactPoint;
schema:email "[email protected]";
schema:availableLanguage "en", "fr" ;
schema:contactType "legalContact" ;
.
<http://orcid.org/0000-0002-0108-5486/financialContact> a schema:ContactPoint;
schema:email "[email protected]";
schema:availableLanguage "en", "fr" ;
schema:contactType "financialContact" ;
.
#########
# Organization
#########
<http://isni.org/isni/0000000121129282> a schema:Organization;
schema:identifier [ a schema:PropertyValue;
schema:propertyID "ISNI";
schema:value "http://isni.org/isni/0000000121129282";
];
schema:legalName "The National Center for Scientific Research"^^xsd:string;
# schema:alternateName "CNRS: Le Centre National de la Recherche Scientifique"^^xsd:string;
# schema:alternateName "CNRS"^^xsd:string;
schema:address [ a schema:PostalAddress;
schema:streetAddress "CNRS, 3 rue Michel-Ange";
schema:addressLocality "PARIS CEDEX 16";
schema:postalCode "75794";
schema:addressCountry "FRANCE";
];
#dct:spatial [ a dct:location ;
#locn:geometry <geo:48.847,2.262,u=0,crs=wgs84>;
#];
schema:logo "http://www.cnrs.fr/fr/z-tools/newune/themes/CNRSTheme/images/logocnrs.png"^^xsd:anyURI;
schema:url "http://cnrs.fr"^^xsd:anyURI;
schema:telephone "+33144964000";
.
#########
# Dataset
#########
<opgc.fr/vobs/WP11/DDSS-024/dataset/ERUPTIVE_PARAM> a dcat:Dataset ;
dct:title "Doppler radar, near-source eruptive parameters" ;
dct:identifier "opgc.fr/vobs/WP11/DDSS-024/dataset/ERUPTIVE_PARAM" ;
dct:description "Ground-based Doppler radar, near-source eruptive parameters - Mount Etna - Montagnola - Sicily - VOLDORAD2B";
adms:identifier [ a adms:Identifier;
adms:schemaAgency "DDSS-ID";
skos:notation "WP11-DDSS-024";
];
dct:type "http://purl.org/dc/dcmitype/Dataset"^^xsd:anyURI;
dct:accrualPeriodicity "http://purl.org/cld/freq/irregular"^^xsd:anyURI;
dct:temporal [ a dct:PeriodOfTime;
schema:startDate "2010-03-11T11:02:05Z"^^xsd:dateTime;
];
dct:spatial [ a dct:Location;
locn:geometry "POINT(15.003611, 37.718889)"^^gsp:wktLiteral;
];
dcat:theme <epos:DopplerRadar>;
dcat:keyword "ground-based", "remote-sensing", "doppler effect", "radar", "power", "velocity", "particles", "source parameters";
dcat:contactPoint <http://orcid.org/0000-0001-8293-1340/contactPoint>;
dct:publisher <http://isni.org/isni/0000000109416043>;
dcat:distribution <opgc.fr/vobs/WP11/DDSS-024/Distribution>;
.
#########
# Distribution
#########
<opgc.fr/vobs/WP11/DDSS-024/Distribution> a dcat:Distribution;
dct:identifier "opgc.fr/vobs/WP11/DDSS-024/Distribution";
dct:title "OPGC-VO distribution of VOLDORAD dataset 3";
dct:description "The way to download the voldorad product: MONT_20151203";
dct:issued "2015-12-03"^^xsd:date;
dct:type "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE"^^xsd:anyURI;
dcat:accessURL <opgc.fr/vobs/voldorad/WP11/DDSS-024/data-catalog>;
#dcat:accessURL <opgc.fr/vobs/voldorad/WP11/DDSS-024/data-download>;
dct:conformsTo <opgc.fr/vobs/voldorad/WP11/DDSS-024>;
dct:format "http://publications.europa.eu/resource/authority/file-type/RDF_TURTLE"^^xsd:anyURI;
dct:license "http://creativecommons.org/licenses/by-nc/4.0/"^^xsd:anyURI;
.
#########
# WebService
#########
<opgc.fr/vobs/voldorad/WP11/DDSS-024> a epos:WebService;
schema:identifier "opgc.fr/vobs/voldorad/WP11/DDSS-024";
schema:description "Since september 2017, OPGC assigns Digital Object Identifiers (DOI) to datasets. These datasets are archived by and published through OPGC Data Services and cover all geoscientific disciplines. They range from large dynamic datasets deriving from data intensive global monitoring networks with real-time data acquisition to the full suite of highly variable datasets collected by individual researchers or small teams. These highly variable data (‘long-tail data’) are small in size, but represent an important part of the total scientific output. This web service allow to retrive data from the voldorad observation service. VOLDORAD is an observation system within France's National Service for Volcanology Observation (SNOV). The system use ground-based doppler radar to extract near-source eruptive parameters. The five mains extracted parameters are: Power-plus, Power-minus and Power that give an indication of the quantity of material that goes through the radar beacon (for eruption magnitude estimate), and Velocity-plus/Velocity-minus which are the radial speed of particles (for estimate the eruption intensity).";
schema:name "OPGC Virtual Observatory - VOLDORAD Entry Point - EPOS - WP11-DDSS-024";
schema:datePublished "2016-05-26T08:00:00Z"^^xsd:dateTime;
schema:dateModified "2018-02-27T16:00:00Z"^^xsd:dateTime;
dct:temporal [ a dct:PeriodOfTime;
schema:startDate "2010-03-11T11:02:05Z"^^xsd:dateTime;
];
dct:spatial [ a dct:Location;
locn:geometry "POINT(15.003611, 37.718889)"^^gsp:wktLiteral;
];
schema:provider <http://isni.org/isni/0000000109416043>;
schema:keywords "Virtual Observatory", "Database", "Data Catalog", "ground-based", "remote-sensing", "doppler effect", "radar", "power", "velocity", "particles", "source parameters";
hydra:entrypoint "http://opgc.fr/vobs/rest2/req.php/application/voldorad"^^xsd:anyURI;
hydra:supportedOperation <opgc.fr/vobs/voldorad/WP11/DDSS-024/data-catalog>;
hydra:supportedOperation <opgc.fr/vobs/voldorad/WP11/DDSS-024/data-download>;
dcat:theme <epos:DopplerRadar>;
schema:license "https://creativecommons.org/licenses/by-nc/4.0/"^^xsd:anyURI;
dct:conformsTo <opgc.fr/vobs/APIDocumentation>;
dcat:contactPoint <http://orcid.org/0000-0001-8293-1340/contactPoint>;
.
<http://orcid.org/0000-0001-8293-1340/contactPoint> a schema:ContactPoint;
schema:email "[email protected]";
schema:availableLanguage "en", "it", "fr";
schema:contactType "manager";
.
<opgc.fr/vobs/APIDocumentation> a hydra:APIDocumentation;
hydra:title "OPGC Virtual Observatory - API Documentation";
hydra:description "A documentation describing how to use OPGC Virtual Observatory API to find and download data";
hydra:entrypoint "http://opgc.fr/vobs/api.php"^^xsd:anyURI;
.
#########
# Operation
#########
<opgc.fr/vobs/voldorad/WP11/DDSS-024/data-catalog> a hydra:Operation;
hydra:method "GET"^^xsd:string;
hydra:returns "text/turtle";
# hydra:returns "application/json";
hydra:property [ a hydra:IriTemplate;
hydra:template "http://opgc.fr/vobs/rest2/req.php/voldorad{?timestart, timeend, radar, localization, eruption, output, onscreen}"^^xsd:string;
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "timestart"^^xsd:dateTime;
hydra:property "schema:startDate";
schema:valuePattern "YYYY-MM-DDThh:mm:ssZ";
rdfs:label "Starting datetime of the time interval query (format YYYY-MM-DDThh:mm:ss:Z)";
rdfs:range "xsd:dateTime";
schema:minValue "0001-01-01T00:00:00Z"^^xsd:dateTime;
schema:maxValue "9999-12-31T23:59:59Z"^^xsd:dateTime;
schema:defaultValue "2015-12-01T00:00:00Z"^^xsd:dateTime;
hydra:required "false"^^xsd:boolean;
];
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "timeend"^^xsd:dateTime;
hydra:property "schema:endDate";
schema:valuePattern "YYYY-MM-DDThh:mm:ssZ";
rdfs:label "Ending datetime of the time interval query (format YYYY-MM-DDThh:mm:ssZ)";
rdfs:range "xsd:dateTime";
schema:minValue "0001-01-01T00:00:00Z"^^xsd:dateTime;
schema:maxValue "9999-12-31T23:59:59Z"^^xsd:dateTime;
schema:defaultValue "2015-12-06T23:59:59Z"^^xsd:dateTime;
hydra:required "false"^^xsd:boolean;
];
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "radar"^^xsd:string;
rdfs:label "The type of doppler radar used to acquired data";
rdfs:range "xsd:string";
http:paramValue "VOLDORAD2B"^^xsd:string;
schema:defaultValue "VOLDORAD2B"^^xsd:string;
hydra:required "false"^^xsd:boolean;
];
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "localization"^^xsd:string;
rdfs:label "The volcanic target name";
rdfs:range "xsd:string";
http:paramValue "Etna"^^xsd:string;
schema:defaultValue "Etna"^^xsd:string;
hydra:required "false"^^xsd:boolean;
];
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "eruption"^^xsd:boolean;
rdfs:label "Limit the query to eruptive period";
rdfs:range "xsd:boolean";
http:paramValue "true"^^xsd:boolean;
http:paramValue "false"^^xsd:boolean;
schema:defaultValue "false"^^xsd:boolean;
hydra:required "false"^^xsd:boolean;
];
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "output"^^xsd:string;
rdfs:label "The format of the query output";
http:paramValue "JSON";
http:paramValue "TURTLE-RDF-EPOS-DCAT-AP";
schema:defaultValue "TURTLE-RDF-EPOS-DCAT-AP";
rdfs:range "xsd:string";
hydra:required "false"^^xsd:boolean;
];
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "onscreen"^^xsd:boolean;
rdfs:label "Display output on screen or as a downloadable file ?";
http:paramValue "true"^^xsd:boolean;
http:paramValue "false"^^xsd:boolean;
schema:defaultValue "true"^^xsd:boolean;
rdfs:range "xsd:boolean";
hydra:required "false"^^xsd:boolean;
];
];
.
<opgc.fr/vobs/voldorad/WP11/DDSS-024/data-download> a hydra:Operation;
hydra:method "GET"^^xsd:string;
hydra:returns "application/zip";
# hydra:returns "application/json";
hydra:property [ a hydra:IriTemplate;
hydra:template "http://opgc.fr/vobs/rest2/req.php/voldorad/data/id/{uri}(/{format})"^^xsd:string;
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "uri"^^xsd:integer;
rdfs:label "The data id number";
rdfs:range "xsd:integer";
schema:minValue "1"^^xsd:integer;
hydra:required "true"^^xsd:boolean;
];
hydra:mapping [ a hydra:IriTemplateMapping;
hydra:variable "format"^^xsd:string;
rdfs:label "The output format";
rdfs:range "xsd:string";
http:paramValue "JSON"^^xsd:string;
http:paramValue "CSV"^^xsd:string;
schema:defaultValue "JSON"^^xsd:string;
hydra:required "false"^^xsd:boolean;
];
];
.
#########
# Concept
#########
<epos:VolcanoObservations> a skos:ConceptScheme;
dct:title "Volcano Observations";
dct:description "It contains the concept of Volcanological observations";
.
<epos:DopplerRadar> a skos:Concept;
skos:inScheme <epos:VolcanoObservations>;
skos:prefLabel "Doppler Radar";
.