-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpaceSensor_json-ld_v2.json
1017 lines (997 loc) · 77.2 KB
/
SpaceSensor_json-ld_v2.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
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
{
"@context": {
"@base" : "http://ontology.projectchronos.eu/sensors/ontology",
"owl" : "http://www.w3.org/2002/07/owl#",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"sensor": "http://ontology.projectchronos.eu/sensors/",
"defines": {
"@reverse": "rdfs:isDefinedBy"
}
},
"@id" : "",
"@type" : "http://www.w3.org/2002/07/owl#Ontology",
"rdfs:label": "An ontology of sensors, to describe how they work",
"rdfs:comment": "a set of concepts to be used to describe sensors",
"defines": [
{
"@id" : "http://ontology.projectchronos.eu/sensors/Sensor",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : [
{
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/hasOutput" },
"owl:someValuesFrom" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" }
},
{
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/measures" },
"owl:someValuesFrom" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" }
},
{
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/hasWorkingPrinciple" },
"owl:someValuesFrom" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" }
},
{
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/detects" },
"owl:someValuesFrom" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" }
}
],
"rdfs:comment" : "Sensor is a device that performs data-gathering. It is usually deployed with a supporting electronic device to form a detector (Data-gathering device + Data-handling device = Detector). 1) [Sensor detects some PhysicalEntity] : Sensors are described as objects detecting some physical entity: elementary particles, light, atoms, cosmic dust, etc. 2) [Sensor measures some PhysicalQuantity] : Detection of any physical entity entails that some physical quantity of the detected particle is measured: mass, charge, spin, velocity,... 3) [Sensor hasWorkingPrinciple some DetectorWorkingPrinciple] : Detection is possible due to physical principles exploited ad hoc. For example, ionisation of charged particles within a solid state detector, used as a reversely biased diode, or electron emission due to the photoelectric effect. 4) [Sensor hasOutput some PhysicalQuantity] : Sensors produce as output some physical quantity, most usually time-varying voltages, which are then read by the the readout electronics that supports the Sensor.",
"rdfs:label" : "Sensor",
"owl:sameAs" : { "@id": "http://umbel.org/umbel/rc/Sensor" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/detects",
"@type" : [
"http://www.w3.org/2002/07/owl#AsymmetricProperty",
"http://www.w3.org/2002/07/owl#IrreflexiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"rdfs:comment" : "A relation between Detector and PhysicalEntity. Detectors detect physical entities like particles, plasma, molecules, etc. For ex, spectrometers detect light. Magnetometers detect magnetic fields, which are part of the EM-field",
"rdf:range" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" },
"rdfs:label" : "detects",
"skos:altLabel" : "to detect"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/emits",
"@type" : [
"http://www.w3.org/2002/07/owl#AsymmetricProperty",
"http://www.w3.org/2002/07/owl#IrreflexiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"rdfs:comment" : "A relation between a Detector and a PhysicalEntity. The relation defines an \"active sensor\": if a sensor emits any particles or waves, which are backscattered and re-absorbed, then it is an \"active sensor\". The term \"emits\" implies therefore that the emitted physical entity is also reabsorbed by the same instrument. N.B. Active sensors should belong only to the family of instruments measuring properties of the electromagnetic spectrum. References for this assumption are: 1. http://www.nasa.gov/directorates/heo/scan/communications/outreach/funfacts/txt_passive_active.html#.VKA0MhAT1I; 2. http://www.seos-project.eu/modules/remotesensing/remotesensing-c02-p02.html",
"rdfs:domain" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"rdfs:range" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" },
"rdfs:label" : "emits",
"skos:altLabel" : "to emit"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/hasFieldOfResearch",
"@type" : "http://www.w3.org/2002/07/owl#ObjectProperty",
"rdfs:comment" : "A relation between a Detector and FieldOfResearch. A detector is used for some research purpose, i.e. hasApplication in some FieldOfResearch. Examples of fields of research are: Determination of the elemental characteristics of a planet's surface; Dark Energy; Climate Change monitoring, etc...",
"rdfs:domain" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"rdfs:range" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"owl:inverseOf": { "@id": "http://ontology.projectchronos.eu/sensors/isResearchedBy" },
"rdfs:label" : "hasFieldOfResearch"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/hasOutput",
"@type" : [
"http://www.w3.org/2002/07/owl#AsymmetricProperty",
"http://www.w3.org/2002/07/owl#IrreflexiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"rdfs:comment": "A relation between Detector and a Physical Quantity. Detectors give outputs which are then processed by the due electronics. Usual outputs are Physical Quantities such as varying voltages or current flows.",
"rdfs:range" : "http://ontology.projectchronos.eu/sensors/PhysicalQuantity",
"rdfs:label" : "hasOutput"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/hasWorkingPrinciple",
"@type" : [
"http://www.w3.org/2002/07/owl#AsymmetricProperty",
"http://www.w3.org/2002/07/owl#IrreflexiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"rdfs:range" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" },
"rdfs:label" : "hasWorkingPrinciple"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/isEmittedBy",
"@type" : [
"http://www.w3.org/2002/07/owl#AsymmetricProperty" ,
"http://www.w3.org/2002/07/owl#IrreflexiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"rdfs:comment" : "A relation between a PhysicalEntity and a Detector. It is the inverse of the emits property. In case the detector is an active sensor, it \"fires\" something out, usually light, which is backscattered and absorbed. This \"something\", say, light, isEmittedBy the firing Detector",
"rdfs:range" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"rdfs:domain" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" },
"owl:inverseOf": { "@id": "http://ontology.projectchronos.eu/sensors/emits" },
"rdfs:label" : "isEmittedBy"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/isResearchedBy",
"@type" : "http://www.w3.org/2002/07/owl#ObjectProperty",
"rdfs:comment": "A relation between FieldOfResearch and Detector. For every field of research given detectors are used. For Example, to look for pollutants in the Atmosphere (Earth Observation) spectrometers are used. To investigate the surface of celestial bodies ( Solar System Studies) spectrometers are used, but also dust detectors, ecc... THIS PROPRTY IS UNDER EVOLUTION.",
"rdfs:range" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"rdfs:domain" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "isResearchedBy"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/isTraversedBy",
"@type" : [
"http://www.w3.org/2002/07/owl#AsymmetricProperty",
"http://www.w3.org/2002/07/owl#IrreflexiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"rdfs:domain" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"rdfs:range" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" },
"rdfs:subPropertyOf" : { "@id": "http://ontology.projectchronos.eu/sensors/detects" },
"rdfs:label" : "isTraversedBy"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/measures",
"@type" : "http://www.w3.org/2002/07/owl#ObjectProperty",
"rdfs:comment" : "A relation between the Detector and the PhysicalQuantity it measures. Examples of physical quantities can be: polarization, mass, electric charge, etc...",
"rdfs:range" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "measures",
"skos:altLabel" : "to measure"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/CCD",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CCD" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ImagingDetector" },
"rdfs:label" : "CCD",
"skos:altLabel" : "Charge-coupled device"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/FabryPerot",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FabryPerot" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Interferometer" },
"rdfs:label" : "FabryPerot",
"skos:altLabel" : "Fabry–Pérot interferometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Film",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Film" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ImagingDetector" },
"rdfs:label" : "Film",
"skos:altLabel" : "Photographic film"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ImagingDetector",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ImagingDetector" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/EMFieldInstrument",
"rdfs:comment" : "Taken from the ontology : http://escience.rpi.edu/ontology/vsto/2/0/vsto_all.owl" },
"rdfs:label" : "ImagingDetector"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Interferometer",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Interferometer" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/#OpticalInstrument" },
"rdfs:label" : "Interferometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/MichelsonInterferometer",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MichelsonInterferometer" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Interferometer" },
"rdfs:label" : "MichelsonInterferometer",
"skos:altLabel" : "Michelson interferometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/MultiChannelPhotometer",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MultiChannelPhotometer" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Photometer" },
"rdfs:label" : "MultiChannelPhotometer",
"skos:altLabel" : "Multi-Channel Photometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Radar",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/EMFieldInstrument" },
{
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/emits" },
"owl:someValuesFrom" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" }
}
],
"rdfs:label" : "Radar"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/SingleChannelPhotometer",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SingleChannelPhotometer" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Photometer" },
"rdfs:label" : "SingleChannelPhotometer",
"skos:altLabel" : "Single-Channel Photometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/SpectroPhotometer",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SpectroPhotometer" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Photometer" },
"rdfs:label" : "SpectroPhotometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Telescope",
"owl:sameAs" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Telescope" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/OpticalInstrument" },
"rdfs:label" : "Telescope"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Microscope",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/OpticalInstrument" },
"rdfs:label" : "Microscope"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Ionization",
"owl:sameAs" : { "@id": "http://www.astro.umd.edu/~eshaya/astro-onto/owl/chemistry.owl#Ionization" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" },
"rdfs:label" : "Ionization"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Diffraction",
"owl:sameAs" : { "@id": "http://www.astro.umd.edu/~eshaya/astro-onto/owl/physics.owl#Diffraction" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" },
"rdfs:label" : "Diffraction"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/GeometricalOptics",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" },
"rdfs:comment" : "Geometrical optics, or ray optics, describes light propagation in terms of rays. The ray in geometric optics is an abstraction, or instrument, useful in approximating the paths along which light propagates in certain classes of circumstances. The simplifying assumptions of geometrical optics include that light rays: \npropagate in rectilinear paths as they travel in a homogeneous medium \n bend, and in particular circumstances may split in two, at the interface between two dissimilar media \nfollow curved paths in a medium in which the refractive index changes \nmay be absorbed or reflected. \nGeometrical optics does not account for certain optical effects such as diffraction and interference. This simplification is useful in practice; it is an excellent approximation when the wavelength is small compared to the size of structures with which the light interacts. The techniques are particularly useful in describing geometrical aspects of imaging, including optical aberrations. [Source: http://en.wikipedia.org/wiki/Geometrical_optics]",
"rdfs:label" : "GeometricalOptics"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/AntennaTheory",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" },
"rdfs:comment" : "An antenna (or aerial) is an electrical device which converts electric power into radio waves, and vice versa. It is usually used with a radio transmitter or radio receiver. In transmission, a radio transmitter supplies an electric current oscillating at radio frequency (i.e. a high frequency alternating current (AC)) to the antenna's terminals, and the antenna radiates the energy from the current as electromagnetic waves (radio waves). In reception, an antenna intercepts some of the power of an electromagnetic wave in order to produce a tiny voltage at its terminals, that is applied to a receiver to be amplified. [Source: http://en.wikipedia.org/wiki/Antenna_%28radio%29]",
"rdfs:label" : "AntennaTheory"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Ferromagnetism",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" },
"rdfs:label" : "Ferromagnetism"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/IonOptics",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" },
"rdfs:label" : "IonOptics"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/SecondaryEmission",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple" },
"rdfs:label" : "Secondary Emission"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ElectronEmission",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : "http://ontology.projectchronos.eu/sensors/SecondaryEmission",
"rdfs:label" : "Electron Emission"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/PhotoElectronEmission",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/ElectronEmission" },
"rdfs:label" : "Photoelectron Emission"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/DustDetector",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/DirectSensingInstrument" },
"rdfs:label" : "DustDetector",
"skos:altLabel" : "Dust Detector"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ParticleDetector",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"rdfs:label" : "Particle Detector",
"owl:sameAs" : { "@id": "http://dbpedia.org/page/Particle_detector" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/SolidStateDetector",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/ParticleDetector" },
"rdfs:label" : "Particle Detector"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/MicrochannelPlate",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/ParticleDetector" },
"rdfs:label" : "Microchannel Plate"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/EMFieldInstrument",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:equivalentClass" : {
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:intersectionOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
{
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/detects" },
"owl:someValuesFrom" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" }
}
]
},
"rdfs:subClassOf" : {
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/isTraversedBy" },
"owl:someValuesFrom" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" }
},
"rdfs:comment" : "Electromagnetic field instruments measure some physical property of incoming photons. (My definition)",
"rdfs:label" : "EMFieldInstrument",
"skos:altLabel" : "Electromagnetic field instruments"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/MassSpectrometer",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"rdfs:label" : "MassSpectrometer",
"skos:altLabel" : "Mass Spectrometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/TimeOfFlightMassSpectrometer",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/MassSpectrometer" },
"rdfs:label" : "Time-of-Flight Mass Spectrometer",
"skos:altLabel" : "Time-of-Flight Mass Spectrometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/OpticalInstrument",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/EMFieldInstrument" },
{
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:intersectionOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/EMFieldInstrument" },
{
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:complementOf" : { "@id": "http://ontology.projectchronos.eu/sensors/ActiveInstrument" }
}
]
}
],
"rdfs:label" : "OpticalInstrument",
"skos:altLabel" : "Optical Instrument"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Photometer",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/OpticalInstrument" },
"rdfs:label" : "Photometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Polarimeter",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/OpticalInstrument" },
"rdfs:label" : "Polarimeter"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ActiveInstrument",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:label" : "Active Instrument",
"owl:equivalentClass" : {
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:intersectionOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
{
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/emits" },
"owl:someValuesFrom" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" }
}
]
},
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"owl:disjointWith" : { "@id": "http://ontology.projectchronos.eu/sensors/PassiveInstrument" },
"rdfs:comment" : "An active instrument provides its own means of sensing the remote object. Typical of this would be a radar system. Radar generates pulses of radio waves that it sends to a surface, and then receives their reflections back from the surface. Source: \"Basics of Space flight, Section II, Chapter 12. Typical Science Instruments\", Jet Propulsion Laboratory. http://www2.jpl.nasa.gov/basics/bsf12-1.php"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/AmountOfSubstance",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "AmountOfSubstance"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Intensity",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Intensity"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Atom",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" },
"rdfs:label" : "Atom"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Blue",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Optical" },
"rdfs:label" : "Blue"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/CMOS",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ImagingDetector" },
"rdfs:label" : "CMOS"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/CosmicRays",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Particle" },
"rdfs:label" : "CosmicRays"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/DeepSpace",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "DeepSpace"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/DetectorWorkingPrinciple",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:comment" : "To be expanded",
"rdfs:label" : "DetectorWorkingPrinciple"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/DirectSensingInstrument",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:label" : "DirectSensingInstrument",
"owl:equivalentClass" : {
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:intersectionOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
{
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:complementOf" : { "@id": "http://ontology.projectchronos.eu/sensors/RemoteSensingInstrument"}
}
]
},
"owl:disjointWith" : { "@id": "http://ontology.projectchronos.eu/sensors/RemoteSensingInstrument" },
"rdfs:comment" : "Direct-sensing instruments, also called contact science instruments, register characteristics of phenomena in their vicinity. (Source: \"Basic of Space flight, Section II, Chapter 12. Typical Science Instruments\", Jet Propulsion Laboratory, www.jpl.nasa.gov/basics/bsf12-1.php )"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Dust",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : "http://ontology.projectchronos.eu/sensors/PhysicalEntity",
"rdfs:label" : "Dust"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/EMSpectrum",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:comment" : "I copied and pasted this class and its subclasses from some image file (.png) of an ontology which I cannot find again. It is important to find it again to give credits.",
"rdfs:label" : "EMSpectrum",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Electromagnetic_spectrum" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ElectricCharge",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "ElectricCharge",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Electric_charge" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ElectricCurrent",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "ElectricCurrent"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ElectricFieldStrength",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "ElectricFieldStrength"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ElectricPotential",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "ElectricPotential",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Electric_potential" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ElectricalResistance",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "ElectricalResistance",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Electrical_resistance_and_conductance" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Energy",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Energy",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Energy" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/EnergyDensity",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "EnergyDensity",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Energy_density" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Voltage",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Voltage",
"owl:sameAs" : { "@id": "http://dbpedia.org/page/Voltage" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/RadiantFlux",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Radiant Flux",
"owl:sameAs" : { "@id": "http://dbpedia.org/page/Radiant_flux" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ParticleFlux",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Radiant Flux"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/ExtremeUltraViolet",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" },
"rdfs:label" : "ExtremeUltraViolet"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/FarInfrared",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Infrared" },
"rdfs:label" : "FarInfrared"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/FieldOfResearch",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:comment" : "This is just a first sketch. To be expanded.",
"rdfs:label" : "FieldOfResearch"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Force",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Force",
"owl:sameAs" : "http://dbpedia.org/resource/Force"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Frequency",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Frequency",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Frequency" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/GammaRays",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" },
"rdfs:label" : "GammaRays",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Gamma_ray" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Heat",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Heat",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Heat" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Impulse",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Impulse"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/IndexOfRefraction",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "IndexOfRefraction"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Infrared",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" },
"rdfs:label" : "Infrared",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Infrared" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/InfraredRadiometer",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Radiometer" },
"rdfs:label" : "InfraredRadiometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Length",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Length",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Length_measurement" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/LuminousIntensity",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "LuminousIntensity"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/MagneticFieldStrength",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "MagneticFieldStrength"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Magnetometer",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/EMFieldInstrument" },
{
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:intersectionOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/EMFieldInstrument" },
{
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:complementOf" : { "@id": "http://ontology.projectchronos.eu/sensors/ActiveInstrument" }
}
]
}
],
"rdfs:label" : "Magnetometer",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Magnetometer" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Mass",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Mass",
"owl:sameAs" : [
{ "@id": "http://umbel.org/umbel/rc/Mass" },
{ "@id": "http://dbpedia.org/resource/Mass" },
{ "@id": "http://schema.org/Mass" }
]
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/MeanLifeTime",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "MeanLifeTime"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Molecule",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" },
"rdfs:label" : "Molecule",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Molecule" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/NearInfrared",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Infrared" },
"rdfs:label" : "NearInfrared"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Optical",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" },
"rdfs:label" : "Optical"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Particle",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" },
"rdfs:label" : "Particle",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Subatomic_particle" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/PassiveInstrument",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:label" : "PassiveInstrument",
"owl:equivalentClass" : {
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:intersectionOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
{
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:complementOf" : { "@id": "http://ontology.projectchronos.eu/sensors/ActiveInstrument" }
}
]
},
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
"rdfs:comment" : "Most instruments only receive and process existing light, particles, or other phenomena, and they are said to be passive. Typical of this type would be an imaging instrument viewing a planet that is illuminated by sunlight, or a magnetometer measuring existing magnetic fields. Source: \"Basics of Space flight, Section II, Chapter 12. Typical Science Instruments\", Jet Propulsion Laboratory. http://www2.jpl.nasa.gov/basics/bsf12-1.php"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/PhotoElectronIonization",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://www.astro.umd.edu/~eshaya/astro-onto/owl/chemistry.owl#Ionization" },
"rdfs:label" : "PhotoElectronIonization"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/PhysicalEntity",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:comment" : "Physical Entities are what is sensed by a detector. They can be atoms, ions, elementary particles, light, molecules, etc...",
"rdfs:label" : "PhysicalEntity"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/PhysicalQuantity",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:comment" : "A physical quantity (or \"physical magnitude\") is a physical property of a phenomenon, body, or substance, that can be quantified by measurement. Source: Wikipedia, http://en.wikipedia.org/wiki/Physical_quantity",
"rdfs:label" : "PhysicalQuantity"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Plasma",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" },
"rdfs:label" : "Plasma",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Plasma_(physics)" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Power",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Power",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Power_(physics)" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Pressure",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Pressure",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Pressure" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Radio",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" },
"rdfs:label" : "Radio"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/RadioCentrimetric",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Radio" },
"rdfs:label" : "RadioCentrimetric"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/RadioMetric",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Radio" },
"rdfs:label" : "RadioMetric"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/RadioMillimetric",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Radio" },
"rdfs:label" : "RadioMillimetric"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/RadioSubMillimetric",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Radio" },
"rdfs:label" : "RadioSubMillimetric"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Radiometer",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/OpticalInstrument" },
"rdfs:label" : "Radiometer",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Radiometer" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Red",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Optical" },
"rdfs:label" : "Red"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/RemoteSensingInstrument",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:label" : "RemoteSensingInstrument",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Remote_sensing" },
"owl:equivalentClass" : {
"@type" : "http://www.w3.org/2002/07/owl#Class",
"owl:intersectionOf" : [
{ "@id": "http://ontology.projectchronos.eu/sensors/Sensor" },
{
"@type" : "http://www.w3.org/2002/07/owl#Restriction",
"owl:onProperty" : { "@id": "http://ontology.projectchronos.eu/sensors/isTraversedBy" },
"owl:someValuesFrom": { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalEntity" }
}
]
},
"rdfs:comment" : "Remote-sensing instruments exist to form some kind of image or characterization of the source of the phenomena that enter the instrument. In doing so, they record characteristics of objects at a distance, sometimes forming an image by gathering, focusing and recording light. (Source: \"Basics of Space flight, Section II, Chapter 12. Typical Science Instruments\", Jet Propulsion Laboratory, www.jpl.nasa.gov/basics/bsf12-1.php)"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/SolarSystem",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Solar_System" },
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/FieldOfResearch" },
"rdfs:label" : "SolarSystem"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Spectrograph",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/SpectroscopicInstrument" },
"rdfs:label" : "Spectograph",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Spectrograph" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Spectrometer",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/SpectroscopicInstrument" },
"rdfs:label" : "Spectrometer",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Spectrometer" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/SpectroscopicInstrument",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/OpticalInstrument" },
"rdfs:label" : "SpectroscopicInstrument"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Spin_(physics)",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Spin_(physics)",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Spin_(physics)" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Temperature",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Temperature",
"owl:sameAs" : { "@id": "http://dbpedia.org/resource/Temperature" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Time",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Time",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Time" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/TimeOfFlight",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Time" },
"rdfs:label" : "Time of Flight"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/UltraViolet",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" },
"rdfs:label" : "UltraViolet",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Ultraviolet" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/UltravioletRadiometer",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Radiometer" },
"rdfs:label" : "UltravioletRadiometer"
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Velocity",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Velocity",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Velocity" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Volume",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Volume",
"owl:sameAs" : [
{ "@id": "http://umbel.org/umbel/rc/Volume" },
{ "@id": "http://dbpedia.org/resource/Volume" }
]
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Wavelength",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/PhysicalQuantity" },
"rdfs:label" : "Wavelength",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Wavelength" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/X-Rays",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/EMSpectrum" },
"rdfs:label" : "X-ray",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/X-ray" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Ion",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Atom" },
"rdfs:label" : "Ion",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Ion" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Isotope",
"@type" : "http://www.w3.org/2002/07/owl#Class",
"rdfs:subClassOf" : { "@id": "http://ontology.projectchronos.eu/sensors/Atom" },
"rdfs:label" : "Isotope",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Isotope" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Electron",
"@type" : [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://ontology.projectchronos.eu/sensors/Particle"
],
"rdfs:label" : "Electron",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Electron" }
},
{
"@id" : "http://www.w3.org/2002/07/owl#Neutrino",
"@type" : [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://ontology.projectchronos.eu/sensors/Particle"
],
"rdfs:label" : "Neutrino",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Neutrino" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Neutron",
"@type" : [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://ontology.projectchronos.eu/sensors/Particle"
],
"rdfs:label" : "Neutron",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Neutron" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Photon",
"@type" : [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://ontology.projectchronos.eu/sensors/Particle"
],
"rdfs:label" : "Photon",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Photon" }
},
{
"@id" : "http://ontology.projectchronos.eu/sensors/Proton",
"@type" : [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://ontology.projectchronos.eu/sensors/Particle"
],
"rdfs:label" : "Proton",
"owl:sameAs" : { "@id": "http://ontology.projectchronos.eu/dbpediadocs/Proton" }
},