-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcortex-index.owl
149 lines (126 loc) · 6.5 KB
/
cortex-index.owl
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
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY drb "http://www.gael.fr/drb#">
<!ENTITY cryosat2 "http://www.esa.int/cryosat2#">
<!ENTITY nc "http://www.unidata.ucar.edu/netcdf#">
]>
<rdf:RDF xmlns:rdf = "&rdf;"
xmlns:rdfs = "&rdfs;"
xmlns:owl = "&owl;"
xmlns:nc = "&nc;"
xmlns:drb = "&drb;"
xmlns:cryosat2 = "&cryosat2;">
<owl:Ontology rdf:about="&cryosat2;"/>
<!--
Based on
https://earth.esa.int/documents/10174/125272/CryoSat_Product_Handbook
https://earth.esa.int/documents/10174/1514862/Earth_Explorer_Ground_Segment_File_Format_Standard
-->
<!-- ========================================= -->
<!-- CryoSat-2 PRODUCT SIR_FDM_2_ -->
<!-- ========================================= -->
<owl:Class rdf:about="&cryosat2;productSIRFDM2">
<rdfs:label xml:lang="en">CryoSat-2 Product SIR_FDM_2_</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;tgz"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>CS_(OFFL|NRT_|RPRO|TEST|LTA_)_SIR_FDM_2__[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_.[0-9]{3}(\.tar\.gz|\.tgz|\.TGZ)</drb:nameMatch>
</drb:signature>
</owl:Class>
<!-- ========================================= -->
<!-- CryoSat-2 PRODUCT SIR2 _ -->
<!-- ========================================= -->
<owl:Class rdf:about="&cryosat2;productSIR2tar">
<rdfs:label xml:lang="en">CryoSat-2 Product SIR L2</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;tgz"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>CS_(OFFL|NRT_|RPRO|TEST|LTA_)_(SIR_GDR_2_|SIR_GOPM_2|SIR_GOPN_2|SIR_GOPR_2|SIR_GOP_2_|SIR_LRM_2_|SIR_SAR_2_|SIR_SIN_2_|SIR_GOP_2_)_[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_.[0-9]{3}(\.tar\.gz|\.tgz|\.TGZ)</drb:nameMatch>
</drb:signature>
</owl:Class>
<!-- ========================================= -->
<!-- CryoSat-2 Product ZIP -->
<!-- ========================================= -->
<owl:Class rdf:about="&cryosat2;productSIR2zip">
<rdfs:label xml:lang="en">CryoSat-2 Product: ZIP</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;zip"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>CR2_(OFFL|NRT_|RPRO|TEST|LTA_)_(SIR_GDR_2_|SIR_GOPM_2|SIR_GOPN_2|SIR_GOPR_2|SIR_GOP_2_|SIR_LRM_2_|SIR_SAR_2_|SIR_SIN_2_)_[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_.[0-9]{3}\.(zip|ZIP)</drb:nameMatch>
</drb:signature>
</owl:Class>
<!-- ========================================= -->
<!-- NetCDF Product -->
<!-- ========================================= -->
<owl:Class rdf:about="&cryosat2;productOceanNetCDF">
<rdfs:label xml:lang="en">CryoSat-2 Product: netCDF</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>CS_(OFFL|NRT_|RPRO|TEST|LTA_)_(SIR_GOPM_2|SIR_GOPN_2|SIR_GOPR_2|SIR_GOP_2_)_[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_C[0-9]{3}\.(nc|DBL)</drb:nameMatch>
</drb:signature>
<drb:implementationIdentifier>netcdf</drb:implementationIdentifier>
</owl:Class>
<owl:Class rdf:about="&cryosat2;productIceNetCDF">
<rdfs:label xml:lang="en">CryoSat-2 Product: netCDF</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>CS_(OFFL|NRT_|RPRO|TEST|LTA_)_(SIR_GDR_2_|SIR_LRM_2_|SIR_SAR_2_|SIR_SIN_2_)_[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_D[0-9]{3}\.(nc|DBL)</drb:nameMatch>
</drb:signature>
<drb:implementationIdentifier>netcdf</drb:implementationIdentifier>
</owl:Class>
<!-- ========================================= -->
<!-- XML Header -->
<!-- ========================================= -->
<owl:Class rdf:about="&cryosat2;productXmlHeader">
<rdfs:label xml:lang="en">CryoSat-2 Product: XML Header</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<rdfs:subClassOf rdf:resource="&drb;xml-content"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>CS_(OFFL|NRT_|RPRO|TEST|LTA_)_(SIR_FDM_2_|SIR_GDR_2_|SIR_GOPM_2|SIR_GOPN_2|SIR_GOPR_2|SIR_GOP_2_|SIR_LRM_2_|SIR_SAR_2_|SIR_SIN_2_|SIR_GOP_2_)_[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_.[0-9]{3}\.HDR</drb:nameMatch>
</drb:signature>
</owl:Class>
<!-- ========================================= -->
<!-- DBL File FDM -->
<!-- ========================================= -->
<owl:Class rdf:about="&cryosat2;productSIRFDM2dbl">
<rdfs:label xml:lang="en">CryoSat-2 Product: Measurement Data Set SIR_FDM_2_</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>CS_(OFFL|NRT_|RPRO|TEST|LTA_)_SIR_FDM_2__[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_C[0-9]{3}\.DBL</drb:nameMatch>
</drb:signature>
<drb:schemaLocation>
xsd/SIR_FDM_2.xsd
</drb:schemaLocation>
<drb:implementationIdentifier>sdf</drb:implementationIdentifier>
</owl:Class>
<!-- ========================================= -->
<!-- DBL File Ice L2 Baseline C -->
<!-- ========================================= -->
<owl:Class rdf:about="&cryosat2;productIceL2Cdbl">
<rdfs:label xml:lang="en">CryoSat-2 Product: Measurement Data Set Ice Level-2 Baseline C products</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>CS_(OFFL|NRT_|RPRO|TEST|LTA_)_(SIR_GDR_2_|SIR_LRM_2_|SIR_SAR_2_|SIR_SIN_2_)_[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_C[0-9]{3}\.DBL</drb:nameMatch>
</drb:signature>
<drb:schemaLocation>
xsd/Ice_L2_C.xsd
</drb:schemaLocation>
<drb:implementationIdentifier>sdf</drb:implementationIdentifier>
</owl:Class>
</rdf:RDF>