-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjoule.json
52 lines (52 loc) · 1.94 KB
/
joule.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
{
"$id": "https://schemas.optimade.org/defs/v1.2/units/si/1960/named/joule",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/physical_unit_definition.json",
"title": "joule",
"symbol": "J",
"display-symbol": "J",
"description": "A derived SI unit for energy, work, and heat equal to kg\u00b7m\u00b2\u00b7s\u207b\u00b2 in the 1960 SI base units.\n\n\"The joule is the work produced by a newton whose point of application moves one meter in the direction of the force.\" [9th CGPM meeting in 1946]",
"resources": [
{
"relation": "Definition at the 9th CGPM meeting (1948)",
"resource-id": "https://www.bipm.org/en/committees/cg/cgpm/9-1948"
},
{
"relation": "Definition and establishment of the SI unit system at the 11th CGPM meeting (1960), resolution 12.",
"resource-id": "https://www.bipm.org/en/committees/cg/cgpm/11-1960/resolution-12"
},
{
"relation": "Wikipedia article describing the unit",
"resource-id": "https://en.wikipedia.org/wiki/Joule"
}
],
"defining-relation": {
"base-units": [
{
"symbol": "kg",
"id": "https://schemas.optimade.org/defs/v1.2/units/si/1960/base/kilogram"
},
{
"symbol": "m",
"id": "https://schemas.optimade.org/defs/v1.2/units/si/1960/base/metre"
},
{
"symbol": "s",
"id": "https://schemas.optimade.org/defs/v1.2/units/si/1960/base/second"
}
],
"base-units-expression": "kg*m^2*s^-2"
},
"standard": {
"name": "si",
"year": 1960,
"category": "named",
"symbol": "J"
},
"x-optimade-definition": {
"label": "joule_si_1960_named",
"kind": "unit",
"format": "1.2",
"version": "1.2.0",
"name": "joule"
}
}