-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpascal.json
55 lines (55 loc) · 2.86 KB
/
pascal.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
{
"$id": "https://schemas.optimade.org/defs/v1.2/units/si/general/pascal",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/physical_unit_definition.json",
"title": "pascal",
"symbol": "Pa",
"display-symbol": "Pa",
"description": "A unit for pressure and stress equal to kg\u00b7m\u207b\u00b9\u00b7s\u207b\u00b2 using the current, or one of the historical, definitions of the SI units.\n\n\"The International Committee will ask the General Conference to approve two special names: pascal (symbol Pa) for the SI unit of pressure (N/m\u00b2), [...]\" [14th CGPM Meeting (1971)].\n\nThe pascal was defined at the 14th CGPM Meeting in 1971 and implicitly redefined via the redefinitions of the metre at the 17th CGPM Meeting in 1983, resolution 1, and the kilogram at the 26th CGPM Meeting (2018), resolution 1.\n\nThis is a generalized definition taken to reference the current, or one of the historical, SI unit definitions.\nThis definition is intended for situations when it is not possible to be more precise, e.g., in contexts where data have been collected that uses different historical SI definitions.",
"compatibility": [
"https://schemas.optimade.org/defs/v1.2/units/si/1971/named/pascal",
"https://schemas.optimade.org/defs/v1.2/units/si/1983/named/pascal",
"https://schemas.optimade.org/defs/v1.2/units/si/2019/named/pascal"
],
"resources": [
{
"relation": "Definition at the 14th CGPM Meeting (1971)",
"resource-id": "https://www.bipm.org/en/committees/cg/cgpm/14-1971"
},
{
"relation": "Wikipedia article describing the unit",
"resource-id": "https://en.wikipedia.org/wiki/Pascal_(unit)"
},
{
"relation": "Redefinition of the metre at the 17th CGPM meeting (1983), resolution 1",
"resource-id": "https://www.bipm.org/en/committees/cg/cgpm/17-1983/resolution-1"
},
{
"relation": "Redefinition of the kilogram at the 26th CGPM Meeting (2018), resolution 1",
"resource-id": "https://www.bipm.org/en/committees/cg/cgpm/26-2018/resolution-1"
}
],
"defining-relation": {
"base-units": [
{
"symbol": "kg",
"id": "https://schemas.optimade.org/defs/v1.2/units/si/general/kilogram"
},
{
"symbol": "m",
"id": "https://schemas.optimade.org/defs/v1.2/units/si/general/metre"
},
{
"symbol": "s",
"id": "https://schemas.optimade.org/defs/v1.2/units/si/general/second"
}
],
"base-units-expression": "kg*m^-1*s^-2"
},
"x-optimade-definition": {
"label": "pascal_si_general",
"kind": "unit",
"format": "1.2",
"version": "1.2.0",
"name": "pascal"
}
}