-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaser-plasma_ontology.jsonld
8466 lines (8466 loc) · 370 KB
/
laser-plasma_ontology.jsonld
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
[
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#laser_omega",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Angular frequency (ω) of a laser pulse. it represents the frequency of a periodic motion expressed in radians per second (rad/s).\n\nIn the context of a laser pulse, the angular frequency relates to the laser's frequency (f) through the following relationship:\n\nω (rad/s) = 2 * π * f (Hz)\n\nHere, π (pi) is a mathematical constant approximately equal to 3.14159."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#double"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#laser_beam"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Creator",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The information about the creator of this laser plasma ontology."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Owner"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#png_period",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the period of the output as png images of a parameter such as magnetic field or electric field"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Output"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#png_plot_configuration"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#laser_polarization_type",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Polarization state of the laser pulse (e.g., linear, circular, elliptical)"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#laser_polarization"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#png_pre_particle_density_color",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "This option determines the color scale used to represent particle density in the exported PNG images. It specifies a particular color scale for this visualization e.g. \"colorScales::grayInv\" or \"colorScales::green\"."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Output"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#png_plot_configuration"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#has_Simulation_Type",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "simulation has simulation type of (e.g., PIC, MHD, Fluid)."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#openPMD_file",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Purpose: This option sets the base name for the files where the simulation data will be saved. The full filenames will be constructed by appending additional information, such as step numbers or file extensions, to this base name.\n\n\"openPMD_file\": \"simData\": The value \"simData\" means that the output files will be named starting with \"simData\". For instance, if the simulation data is saved every 100 steps as specified by the openPMD_period, the resulting files might be named simData0001.h5, simData0002.h5, and so on."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Output"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#openPMD_configuration"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_number_of_cells",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_property"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation_code_name",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The name of simulation code"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_property"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser_Plasma_Application",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#species_density_ratio",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the ratio of the density of a particular species in the simulation to a reference density. It is a numerical value that helps in normalizing or scaling the density."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Species"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#float"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#species_properties"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#huygens_surface_positions_xmax",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#laser_huygens_surface_positions"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#LG_mode_number",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#laser_Laguerre-Gaussian_mode_(LG)"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Plasma_Heating",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Transfer of laser energy to the target material, increasing its temperature and creating a plasma."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#LaserPlasma_Nonrelativistic"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#particle_shape_gaussian_power",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the power (n) is to raise the exponential argument of a Gaussian function with the following form\n\nf(x) = A*exp F*0.5* [ (x−μ) / (σ) ]^n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Species"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#float"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#species_particle_shape"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#interact_with",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "laser interact_with target."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Target"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#has_Input_Parameters",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "simulation has Input Parameters (e.g., laser intensity, plasma density)."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser"
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Species"
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Target"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#has_polarization",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Laser hasPolarization laserPolarizationType"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#project_title",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the title of project that can be an experimental or simulation work"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Project"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#project_property"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser_Drilling",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating small, deep holes in a target using a focused laser beam."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#LaserPlasma_Nonrelativistic"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Degenerate_Plasmas",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Plasmas where the pressure is dominated by the degeneracy pressure of electrons due to the Pauli exclusion principle. This can occur at relatively low temperatures in WDM."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Warm_Dense_Matter_(WDM)"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#species_mass",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the mass of the species in g, kg etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Species"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#double"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#species_properties"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#data_acquisition_method",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "data acquisition methods used in an experiment. e.g., \"Time-resolved spectroscopy,\" \"X-ray imaging\"."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Data"
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Diagnostics"
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Experiment"
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#data_property"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_cell_size_x",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "simulation_cellSize in x direction"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#double"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_cell_size"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Strongly_Coupled_Plasmas",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Plasmas where the average distance between particles is comparable to their de Broglie wavelength, leading to strong correlations between particles."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Warm_Dense_Matter_(WDM)"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Supercomputer_Facility",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Facility"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#dirichlet",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#BoundaryConditionType"
],
"http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_bc_xmax": [
{
"@value": ""
}
],
"http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_bc_xmin": [
{
"@value": ""
}
],
"http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_bc_ymax": [
{
"@value": ""
}
],
"http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_bc_ymin": [
{
"@value": ""
}
],
"http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_bc_zmax": [
{
"@value": ""
}
],
"http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_bc_zmin": [
{
"@value": ""
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#PI_contact_number",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "PI contact (phone) number"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Project"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#project_Principal_Investigator_(PI)"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_bc_r",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "in Cylindrical geometry:\n\n Boundary condition at either side of R (both min and max) : e.g. periodic, open, dirichlet."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#BoundaryConditionType"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_boundary_condition"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#bunch_species",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser_Plasma_Application"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@value": "the type of particle in the beam (e.g., \"proton,\" \"electron,\" \"carbonIon\"). it determines the distribution of individual energies and how many particles in the bunch have a specific energy or energy range."
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#particle_bunch_properties"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#macro_particle_count_period",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "This option determines how often (in simulation time steps) the simulation will output or log the count of macro-particles, which are representative particles used in the simulation to model the behavior of a large number of real particles.\n\nPurpose and Use Cases:\n\nMonitoring: Tracking the number of macro-particles at specified intervals helps in monitoring the stability and accuracy of the simulation. It can show how well the simulation is converging or if there are any issues with particle loss or addition.\nDiagnostics: Regularly outputting macro-particle counts can assist in diagnosing problems related to particle conservation, numerical stability, or resource usage.\nPerformance Analysis: Understanding how the number of macro-particles evolves can provide insights into the simulation's performance and help in optimizing particle and computational resource management."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Output"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#macro_particle_count_configuration"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Facility",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Particle_Beam_Generation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser_Plasma_Application"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Equation_of_State_(EOS)",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Measurements and theoretical calculations of the pressure, density, and temperature relationship in HED matter."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#High_Energy_Density_Physics_(HEDP)"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#png_axis",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the output of a parameter (e.g. magnetic field or electric field) in 2D such as xy, yz, yz, etc as png images."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Output"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#png_plot_configuration"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#bunch_emittance_Y",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the beam's phase space characteristics, indicating its divergence and focusability in the Y direction"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#particle_bunch_properties"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#uses_diagnostic",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#macroparticle_attributes_bound_electrons",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the attribute NAME that refer to the bound electrons of a macroparticle. It represents the name or reference to the PIC code for the attribute. However, the actual data type that represents can be a numerical value like a float or an integer in the code."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Macroparticle"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#macroparticle_attributes"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#PI_collaborators",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "collaborators who support PI."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Project"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#project_Principal_Investigator_(PI)"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Ionization_ThomasFermi",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Plasma"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#ionization_models"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#png_scale_to_cellsize",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The purpose of scaling to cell size can be to standardize or normalize the visualization of certain quantities across different regions of the simulation grid, particularly if the grid is non-uniform (i.e., if the cells have different sizes). When cells are scaled differently, this feature helps in ensuring that comparisons of data from different parts of the grid are meaningful. Essentially, this means that the value of a quantity (e.g., field strength, particle density) in each cell might be normalized by the size of that cell before being exported as an image.\n\nScenarios where png_plugin_SCALE_TO_CELLSIZE is useful:\nNon-Uniform Grid: If the simulation domain has varying cell sizes (such as in adaptive mesh refinement), this option ensures that data is correctly normalized and visualized so that smaller or larger cells don't distort the representation.\n\nUniform Representation: Even in a uniform grid, scaling to cell size can help create more standardized visualizations, making it easier to compare different regions of the simulation or different simulation setups."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Output"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#png_plot_configuration"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#recombination_radiative",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "radiative recombination"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Laser_Plasma_Physics"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#recombination_via_free_electron"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Material_Properties_at_High_Pressure",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Understanding the behavior of materials under extreme pressures relevant to planetary science and astrophysics."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#High_Energy_Density_Physics_(HEDP)"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#target_number_density",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "number density of a target (m^-3, cm^-3, etc)."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Target"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#double"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#target_properties"
}
]
},
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_particle_pusher",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Which particle pusher is used in the simulation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#Simulation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.semanticweb.org/afshar87/ontologies/2024/3/Laser-Plasma_ontology#simulation_property"
}
]
},