-
Notifications
You must be signed in to change notification settings - Fork 0
/
Astronomy.json
312 lines (310 loc) · 15.6 KB
/
Astronomy.json
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
{
"@context": {
"@base" : "http://ontology.projectchronos.eu/astronomy",
"astronomy": "http://ontology.projectchronos.eu/astronomy/",
"schema" : "https://schema.org/",
"skos" : "http://www.w3.org/2004/02/skos/core#",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"owl" : "http://www.w3.org/2002/07/owl#",
"dbpedia" : "http://dbpedia.org/ontology/",
"defines": {
"@reverse": "rdfs:isDefinedBy"
}
},
"@id": "",
"@type": "http://www.w3.org/2002/07/owl#Ontology",
"rdfs:label": "Generic astronomical concepts ",
"rdfs:comment": "a set of concepts to be used to describe astronomical objects",
"defines": [
{
"@id": "http://ontology.projectchronos.eu/astronomy/AstronomicalObject",
"@type": "http://www.w3.org/2002/07/owl#Class",
"owl:sameAs": {
"@id": "http://umbel.org/umbel/rc/AstronomicalObject"
},
"rdfs:comment": "an astronomical body (from a natural satellite size up) or a group of astronomical body",
"rdfs:label": "AstronomicalObject"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/Planetary_system",
"@type": "http://www.w3.org/2002/07/owl#Class",
"owl:sameAs": {
"@id": "http://dbpedia.org/resource/Planetary_system"
},
"rdfs:subClassOf": {
"@id": "http://ontology.projectchronos.eu/astronomy/AstronomicalObject"
},
"rdfs:label": "Planetary_system"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/Star",
"owl:sameAs" : {
"@id": "http://umbel.org/umbel/rc/Star"
},
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "Star",
"rdfs:comment": "a star",
"rdfs:subClassOf": {
"@id": "http://ontology.projectchronos.eu/astronomy/AstronomicalObject"
}
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/PlanetaryBody",
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "a general planet shaped body",
"rdfs:comment": "a document representing a general planet-shaped body or natural satellite",
"rdfs:label": "PlanetaryBody"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/orbiting",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"rdf:domain": {
"@id": "http://ontology.projectchronos.eu/astronomy/AstronomicalObject"
},
"rdf:range": {
"@id": "http://ontology.projectchronos.eu/astronomy/AstronomicalObject"
},
"rdfs:comment": "this property describes the generic astronomical object-object gravitational interaction",
"rdfs:label": "orbiting"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/orbitsPlanet",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"rdf:domain": {
"@id": "http://ontology.projectchronos.eu/astronomy/Natural_satellite"
},
"rdf:range": [
{
"@id": "http://ontology.projectchronos.eu/astronomy/PlanetaryBody"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/DwarfPlanet"
}
],
"rdfs:comment": "this property describes the Moon-Planet gravitational interaction",
"rdfs:label": "orbitsPlanet"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/distance",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"rdf:domain": {
"@id": "http://ontology.projectchronos.eu/astronomy/AstronomicalObject"
},
"rdfs:comment": "this property describes the distance of the object from the Sun (using Sun-Earth distance as 1)",
"rdfs:label": "distance"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/Asteroid",
"owl:sameAs": [
{
"@id": "http://dbpedia.org/ontology/Asteroid"
},
{ "@id": "http://umbel.org/umbel/rc/SubplanetaryStellarOrbiter" }
],
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "Asteroid",
"rdfs:comment": "a document representing an asteroid"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/Meteoroid",
"owl:sameAs": [
{ "@id": "http://umbel.org/umbel/rc/Meteoroid"},
{ "@id": "http://umbel.org/umbel/rc/SubplanetaryStellarOrbiter" }
],
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "Meteoroid",
"rdfs:comment": "a document representing a meteoroid"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/Comet",
"owl:sameAs": [
{ "@id": "http://umbel.org/umbel/rc/Comet"},
{ "@id": "http://umbel.org/umbel/rc/SubplanetaryStellarOrbiter" }
],
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "Comet",
"rdfs:comment": "a document representing a comet"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/Natural_satellite",
"owl:sameAs": [
{ "@id": "http://umbel.org/umbel/rc/MoonOfAPlanet" },
{ "@id": "http://dbpedia.org/resource/Natural_satellite" }
],
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "Natural_satellite",
"rdfs:comment": "a document representing a natural satellite or moon"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/TerrestrialPlanet",
"owl:sameAs": { "@id": "http://umbel.org/umbel/rc/TerrestrialPlanet" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "TerrestrialPlanet",
"rdfs:comment": "a document representing a solid/rocky planet"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/SolidPlanetaryBody",
"owl:sameAs": { "@id": "http://umbel.org/umbel/rc/SolidPlanetaryBody" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:comment": "planet composed primarily of solid substances",
"rdfs:label": "SolidPlanetaryBody"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/IcyPlanetaryBody",
"owl:sameAs": { "@id": "http://umbel.org/umbel/rc/IcyPlanetaryBody" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "IcyPlanetaryBody",
"rdfs:comment": "a document representing an icy body"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/Ice_giant",
"owl:sameAs": { "@id": "http://dbpedia.org/resource/Ice_giant" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf": { "@id": "http://ontology.projectchronos.eu/astronomy/GasGiant" },
"rdfs:label": "Ice_giant",
"rdfs:comment": "a gas giant with less helium/hydrogen and more 'ices', Uranus and Neputne subclass"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/GasGiant",
"@owl:sameAs": { "@id": "http://umbel.org/umbel/rc/GasGiant" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "GasGiant",
"rdfs:comment": "a Jovian planet, a document representing a Jovian planet"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/DwarfPlanet",
"@owl:sameAs": { "@id": "http://dbpedia.org/resource/Dwarf_planet" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "Dwarfplanet",
"rdfs:comment": "a trans-neptunian object with planet-like size",
"rdfs:subClassOf" : { "@id": "http://umbel.org/umbel/rc/SubplanetaryStellarOrbiter" },
"astronomy:orbiting": { "@id": "http://ontology.projectchronos.eu/astronomy/Sun" }
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/RockyPlanetaryBody",
"owl:sameAs": { "@id": "http://umbel.org/umbel/rc/RockyPlanetaryBody" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "RockyPlanetaryBody",
"rdfs:comment": "a document representing a rocky body"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/SubplanetaryStellarOrbiter",
"@type": "http://www.w3.org/2002/07/owl#Class",
"owl:sameAs": { "@id": "http://umbel.org/umbel/rc/SubplanetaryStellarOrbiter" },
"rdfs:label": "SubplanetaryStellarOrbiter",
"rdfs:comment": "a smaller body orbiting around stars or planets, a document representing smaller body orbiting around stars or planets"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/FluidPlanetaryBody",
"owl:sameAs" : { "@id": "http://umbel.org/umbel/rc/FluidPlanetaryBody" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "FluidPlanetaryBody",
"rdfs:comment": "a document representing a non-solid planet"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/AstronomicalObservatory",
"owl:sameAs" : { "@id": "http://umbel.org/umbel/rc/AstronomicalObservatory" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "AstronomicalObservatory",
"rdfs:comment": "a document representing an astronomical observatory"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/CelestialBody",
"owl:sameAs": { "@id": "http://dbpedia.org/ontology/CelestialBody" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "CelestialBody",
"rdfs:comment": "a document representing a generic celestial body"
},
{
"@id": "http://ontology.projectchronos.eu/astronomy/Outer_space",
"owl:sameAs": { "@id": "http://dbpedia.org/ontology/Outer_space" },
"@type": "http://www.w3.org/2002/07/owl#Class",
"rdfs:label": "Outer_space",
"rdfs:comment": "a document representing the open space outside atmosphere, from Low Earth Orbit to Extra Galactic Space"
},
{
"@id" : "http://ontology.projectchronos.eu/astronomy/EarthObservation",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "EarthObservation",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Earth_observation" }
},
{
"@id" : "http://ontology.projectchronos.eu/astronomy/SpacePhysics",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "SpacePhysics",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Space_physics" }
},
{
"@id" : "http://ontology.projectchronos.eu/astronomy/SpaceWeather",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "SpaceWeather",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Space_weather" }
},
{
"@id" : "http://ontology.projectchronos.eu/astronomy/PlanetaryScience",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "PlanetaryScience",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Planetary_science" }
},
{
"@id" : "http://ontology.projectchronos.eu/astronomy/AtmosphericScience",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PlanetaryScience" },
"rdfs:label" : "AtmosphericScience",
"owl:sameAs" : { "@id": "http://umbel.org/umbel/rc/AtmosphericScience" }
},
{
"@id" : "http://ontology.projectchronos.eu/astronomy/Cosmology",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "Cosmology",
"owl:sameAs" : [
{ "@id": "http://umbel.org/umbel/rc/Cosmology" },
{ "@id": "http://dbpedia.org/resource/Cosmology" }
]
},
{
"@id" : "http://ontology.projectchronos.eu/astronomy/ExtragalacticAstronomy",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "ExtragalacticAstronomy",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Extragalactic_astronomy" }
},
{
"@id" : "http://ontology.projectchronos.eu/astronomy/GalacticAstronomy",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "GalacticAstronomy",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Galactic_astronomy" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/PlanetaryAstronomy",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PlanetaryScience" },
"rdfs:label" : "PlanetaryAstronomy"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/PlanetaryGeology",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PlanetaryScience" },
"rdfs:label" : "PlanetaryGeology"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/SolarAstronomy",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "SolarAstronomy"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/StellarAstronomy",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "StellarAstronomy"
}
]
}