4
4
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
5
5
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
6
6
@prefix prefix: <http://qudt.org/vocab/prefix/> .
7
-
8
-
9
- unit:KiloGM-PER-PA-SEC-M a qudt:Unit;
10
- rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
11
- qudt:applicableSystem sou:SI;
12
- qudt:hasQuantityKind quantitykind:WaterVaporDiffusionCoefficient;
13
- qudt:conversionMultiplier 1.0 ;
14
- qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
15
- qudt:symbol " kg/(Pa⋅s⋅m)" ;
16
- qudt:ucumCode " kg.Pa-1.s-1.m-1" ^^qudt:UCUMcs ;
17
- rdfs:label " kilogramo porpascal segundo metro" @es , " chilogrammo al pascal per secondo per metro" @it ,
18
- " килограмм на паскаль-секунда-метр" @ru , " kilogramme par pascal-seconde-mètre" @fr ,
19
- " quilograma por pascal segundo metro" @pt , " kilogram na paskalosekundaometr" @pl , " kilogram per pascal saat meter" @ms ,
20
- " Kilogramm je Pascal Sekunde Meter" @de , " kilogram na pascal sekunda meter" @sl , " kilogram pe pascal-secundă-metru" @ro ,
21
- " kilogram na pascal sekunda metr" @cs , " kilogram per pascal saniye metre" @tr , " kilogram per pascal second metre" @en ;
22
- qudt:plainTextDescription " Common unit for the Water vapour diffusion coefficient" .
23
-
24
- unit:M2-K-PER-W a qudt:Unit;
25
- rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
26
- qudt:applicableSystem sou:SI;
27
- qudt:hasQuantityKind quantitykind:ThermalInsulance;
28
- qudt:conversionMultiplier 1.0 ;
29
- qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
30
- qudt:symbol " m²⋅K/W" ;
31
- qudt:ucumCode " m2.K.W-1" ^^qudt:UCUMcs ;
32
- rdfs:label " metro quadrato per kelvin al watt" @it , " čtvereční metr kelvin na watt" @cs ,
33
- " square metre kelvin per watt" @en , " metrekare kelvin per watt" @tr , " metro cuadrado kelvin porvatio" @es ,
34
- " metru pătrat-kelvin pe watt" @ro , " meter persegi kelvin per watt" @ms , " Quadratmeter Kelvin je Watt" @de ,
35
- " kvadratni meter kelvin na watt" @sl , " metro quadrado kelvin por watt" @pt , " mètre carré-kelvin par watt" @fr ,
36
- " метрквадратный -кельвин на ватт" @ru , " kwadratowymetrokelwin na wat" @pl ;
37
- qudt:informativeReference " https://en.wikipedia.org/wiki/R-value_(insulation)" ^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
38
- qudt:plainTextDescription " Common unit for the R-Value. In the context of construction, the R-value is a measure of how well a two-dimensional barrier, such as a layer of insulation, a window or a complete wall or ceiling, resists the conductive flow of heat." .
39
-
40
-
41
- unit:KiloM2 a qudt:Unit;
42
- rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
43
- qudt:applicableSystem sou:SI;
44
- qudt:hasQuantityKind quantitykind:Area;
45
- qudt:conversionMultiplier 1000000.0 ;
46
- qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
47
- qudt:symbol " km²" ;
48
- qudt:ucumCode " km2" ^^qudt:UCUMcs ;
49
- rdfs:label " square Kilometre" @en ;
50
- qudt:prefix prefix:Kilo;
51
- qudt:plainTextDescription " A unit of area equal to that of a square of sides 1000 m." .
52
-
53
- unit:CentiM4 a qudt:Unit;
54
- rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
55
- qudt:applicableSystem sou:SI;
56
- qudt:hasQuantityKind quantitykind:SecondMomentOfArea, quantitykind:SecondPolarMomentOfArea,
57
- quantitykind:SecondAxialMomentOfArea;
58
- qudt:conversionMultiplier 0.00000001 ;
59
- qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
60
- qudt:symbol " cm⁴" ;
61
- qudt:ucumCode " cm4" ^^qudt:UCUMcs ;
62
- rdfs:label " quartic Centimetre" @en ;
63
- qudt:prefix prefix:Centi;
64
- qudt:plainTextDescription " 0.01-fold of the SI base unit metre with the exponent 4" .
65
-
66
- unit:DecaPOISE a qudt:Unit;
67
- rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
68
- qudt:applicableSystem sou:CGS-GAUSS, sou:CGS;
69
- qudt:hasQuantityKind quantitykind:Viscosity, quantitykind:DynamicViscosity;
70
- qudt:conversionMultiplier 1.0 ;
71
- qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
72
- qudt:symbol " daP" ;
73
- qudt:ucumCode " daP" ^^qudt:UCUMcs ;
74
- rdfs:label " Decapoise" @en , " Dekapoise" @de ;
75
- qudt:prefix prefix:Deca;
76
- qudt:plainTextDescription " 10-fold of the CGS unit of the dynamic viscosity poise" .
0 commit comments