From c6f7b3450b185c100ac12a73b3df1dc3791a062e Mon Sep 17 00:00:00 2001 From: Florian Kleedorfer Date: Thu, 14 Nov 2024 16:58:46 +0100 Subject: [PATCH] Remove version numbers from filenames --- .gitattributes | 6 +- CHANGELOG.md | 2 + README.md | 2 +- pom.xml | 10 +- ...E_QUDT-v2.1.ttl => SCHEMA-FACADE_QUDT.ttl} | 0 ...TYPE-v2.1.ttl => SCHEMA_QUDT-DATATYPE.ttl} | 0 .../{SCHEMA_QUDT-v2.1.ttl => SCHEMA_QUDT.ttl} | 0 ...-v2.1.spin.ttl => FUNCTIONS_QUDT.spin.ttl} | 0 ...T_NoOWL-v2.1.ttl => SCHEMA_QUDT_NoOWL.ttl} | 0 ...1.ttl => SHACL-SCHEMA-SUPPLEMENT_QUDT.ttl} | 0 ...1.ttl => COLLECTION_QUDT_QA_TESTS_ALL.ttl} | 0 ...2.1.ttl => COLLECTION_QUDT_USER_TESTS.ttl} | 0 ...ANTS-v2.1.ttl => VOCAB_QUDT-CONSTANTS.ttl} | 0 ...v2.1.ttl => VOCAB_QUDT-UNITS-CURRENCY.ttl} | 0 ...1.ttl => VOCAB_QUDT-DIMENSION-VECTORS.ttl} | 0 ...FIXES-v2.1.ttl => VOCAB_QUDT-PREFIXES.ttl} | 0 ...-v2.1.18.ttl => VOCAB_QUDT-QUANTITIES.ttl} | 0 ....ttl => VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl} | 130 +++++++++--------- ...CAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL.ttl} | 0 ...ttl => VOCAB_QUDT-SYSTEM-OF-UNITS-ALL.ttl} | 0 ...YPES-v2.1.ttl => VOCAB_QUDT-DATATYPES.ttl} | 0 ...-ALL-v2.1.ttl => VOCAB_QUDT-UNITS-ALL.ttl} | 0 22 files changed, 76 insertions(+), 74 deletions(-) rename src/main/rdf/schema/{SCHEMA-FACADE_QUDT-v2.1.ttl => SCHEMA-FACADE_QUDT.ttl} (100%) rename src/main/rdf/schema/{SCHEMA_QUDT-DATATYPE-v2.1.ttl => SCHEMA_QUDT-DATATYPE.ttl} (100%) rename src/main/rdf/schema/{SCHEMA_QUDT-v2.1.ttl => SCHEMA_QUDT.ttl} (100%) rename src/main/rdf/schema/extensions/{FUNCTIONS_QUDT-v2.1.spin.ttl => FUNCTIONS_QUDT.spin.ttl} (100%) rename src/main/rdf/schema/shacl/{SCHEMA_QUDT_NoOWL-v2.1.ttl => SCHEMA_QUDT_NoOWL.ttl} (100%) rename src/main/rdf/schema/shacl/{SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl => SHACL-SCHEMA-SUPPLEMENT_QUDT.ttl} (100%) rename src/main/rdf/validation/{COLLECTION_QUDT_QA_TESTS_ALL-v2.1.ttl => COLLECTION_QUDT_QA_TESTS_ALL.ttl} (100%) rename src/main/rdf/validation/{COLLECTION_QUDT_USER_TESTS-v2.1.ttl => COLLECTION_QUDT_USER_TESTS.ttl} (100%) rename src/main/rdf/vocab/constants/{VOCAB_QUDT-CONSTANTS-v2.1.ttl => VOCAB_QUDT-CONSTANTS.ttl} (100%) rename src/main/rdf/vocab/currency/{VOCAB_QUDT-UNITS-CURRENCY-v2.1.ttl => VOCAB_QUDT-UNITS-CURRENCY.ttl} (100%) rename src/main/rdf/vocab/dimensionvectors/{VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl => VOCAB_QUDT-DIMENSION-VECTORS.ttl} (100%) rename src/main/rdf/vocab/prefixes/{VOCAB_QUDT-PREFIXES-v2.1.ttl => VOCAB_QUDT-PREFIXES.ttl} (100%) rename src/main/rdf/vocab/quantities/{VOCAB_QUDT-QUANTITIES-v2.1.18.ttl => VOCAB_QUDT-QUANTITIES.ttl} (100%) rename src/main/rdf/vocab/quantitykinds/{VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl => VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl} (98%) rename src/main/rdf/vocab/systems/{VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL-v2.1.ttl => VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL.ttl} (100%) rename src/main/rdf/vocab/systems/{VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl => VOCAB_QUDT-SYSTEM-OF-UNITS-ALL.ttl} (100%) rename src/main/rdf/vocab/types/{VOCAB_QUDT-DATATYPES-v2.1.ttl => VOCAB_QUDT-DATATYPES.ttl} (100%) rename src/main/rdf/vocab/unit/{VOCAB_QUDT-UNITS-ALL-v2.1.ttl => VOCAB_QUDT-UNITS-ALL.ttl} (100%) diff --git a/.gitattributes b/.gitattributes index 4d3e51a0..92e037e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,11 +2,11 @@ .gitattributes export-ignore community export-ignore docs export-ignore -schema/SCHEMA_QUDT-CITATION-v2.1.ttl export-ignore -schema/SCHEMA_QUDT-DATA-v2.1.ttl export-ignore +schema/SCHEMA_QUDT-CITATION.ttl export-ignore +schema/SCHEMA_QUDT-DATA.ttl export-ignore submissions export-ignore vocab/codes export-ignore -vocab/currency/VOCAB_QUDT-UNITS-CURRENCY-sDEPRECATED-v2.1.ttl export-ignore +vocab/currency/VOCAB_QUDT-UNITS-CURRENCY-sDEPRECATED.ttl export-ignore vocab/disciplines export-ignore vocab/nidr export-ignore vocab/quantitykinds/to-be-deprecated-quantitykinds export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef6a742..8e4b3775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project is in the process of adopting [Semantic Versioning](https://sem ### Changed - Changed the name of the `collections` folder to `validation`. +- Remove all version suffixes from all source files, i.e., `-v2.1.ttl` becomes `.ttl` + ### Fixed diff --git a/README.md b/README.md index d837e26d..2e524ded 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We encourage you to get involved. If you have particular needs or see errors, pl Installation / Configuration instructions ----------------------------------------- -The QUDT ontology is provided in two forms: OWL and SHACL. By default, the vocabularies are configured to use the SHACL schema. To configure it to use the OWL schema instead, just make the following single change in the file schema/SHEMA-FACADE_QUDT-v2.1.ttl. You can see in the imports closure diagram above how all the vocabularies import this single "facade" file to make it easy to switch the ontology. +The QUDT ontology is provided in two forms: OWL and SHACL. By default, the vocabularies are configured to use the SHACL schema. To configure it to use the OWL schema instead, just make the following single change in the file schema/SDHEMA-FACADE_QUDT.ttl. You can see in the imports closure diagram above how all the vocabularies import this single "facade" file to make it easy to switch the ontology. ``` Change this line: diff --git a/pom.xml b/pom.xml index 9da7faa0..4386f021 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ - target/dist/validation/COLLECTION_QUDT_QA_TESTS_ALL-v2.1.ttl + target/dist/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl @@ -159,7 +159,7 @@ - src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl + src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl @@ -167,7 +167,7 @@ qudt:applicableUnit - src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl + src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl @@ -184,10 +184,10 @@ target/inferred/applicableUnits.ttl - target/dist/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl + target/dist/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl - target/dist/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl + target/dist/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl diff --git a/src/main/rdf/schema/SCHEMA-FACADE_QUDT-v2.1.ttl b/src/main/rdf/schema/SCHEMA-FACADE_QUDT.ttl similarity index 100% rename from src/main/rdf/schema/SCHEMA-FACADE_QUDT-v2.1.ttl rename to src/main/rdf/schema/SCHEMA-FACADE_QUDT.ttl diff --git a/src/main/rdf/schema/SCHEMA_QUDT-DATATYPE-v2.1.ttl b/src/main/rdf/schema/SCHEMA_QUDT-DATATYPE.ttl similarity index 100% rename from src/main/rdf/schema/SCHEMA_QUDT-DATATYPE-v2.1.ttl rename to src/main/rdf/schema/SCHEMA_QUDT-DATATYPE.ttl diff --git a/src/main/rdf/schema/SCHEMA_QUDT-v2.1.ttl b/src/main/rdf/schema/SCHEMA_QUDT.ttl similarity index 100% rename from src/main/rdf/schema/SCHEMA_QUDT-v2.1.ttl rename to src/main/rdf/schema/SCHEMA_QUDT.ttl diff --git a/src/main/rdf/schema/extensions/FUNCTIONS_QUDT-v2.1.spin.ttl b/src/main/rdf/schema/extensions/FUNCTIONS_QUDT.spin.ttl similarity index 100% rename from src/main/rdf/schema/extensions/FUNCTIONS_QUDT-v2.1.spin.ttl rename to src/main/rdf/schema/extensions/FUNCTIONS_QUDT.spin.ttl diff --git a/src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL-v2.1.ttl b/src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL.ttl similarity index 100% rename from src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL-v2.1.ttl rename to src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL.ttl diff --git a/src/main/rdf/schema/shacl/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl b/src/main/rdf/schema/shacl/SHACL-SCHEMA-SUPPLEMENT_QUDT.ttl similarity index 100% rename from src/main/rdf/schema/shacl/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl rename to src/main/rdf/schema/shacl/SHACL-SCHEMA-SUPPLEMENT_QUDT.ttl diff --git a/src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL-v2.1.ttl b/src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl similarity index 100% rename from src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL-v2.1.ttl rename to src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl diff --git a/src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS-v2.1.ttl b/src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS.ttl similarity index 100% rename from src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS-v2.1.ttl rename to src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS.ttl diff --git a/src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS-v2.1.ttl b/src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS.ttl similarity index 100% rename from src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS-v2.1.ttl rename to src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS.ttl diff --git a/src/main/rdf/vocab/currency/VOCAB_QUDT-UNITS-CURRENCY-v2.1.ttl b/src/main/rdf/vocab/currency/VOCAB_QUDT-UNITS-CURRENCY.ttl similarity index 100% rename from src/main/rdf/vocab/currency/VOCAB_QUDT-UNITS-CURRENCY-v2.1.ttl rename to src/main/rdf/vocab/currency/VOCAB_QUDT-UNITS-CURRENCY.ttl diff --git a/src/main/rdf/vocab/dimensionvectors/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl b/src/main/rdf/vocab/dimensionvectors/VOCAB_QUDT-DIMENSION-VECTORS.ttl similarity index 100% rename from src/main/rdf/vocab/dimensionvectors/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl rename to src/main/rdf/vocab/dimensionvectors/VOCAB_QUDT-DIMENSION-VECTORS.ttl diff --git a/src/main/rdf/vocab/prefixes/VOCAB_QUDT-PREFIXES-v2.1.ttl b/src/main/rdf/vocab/prefixes/VOCAB_QUDT-PREFIXES.ttl similarity index 100% rename from src/main/rdf/vocab/prefixes/VOCAB_QUDT-PREFIXES-v2.1.ttl rename to src/main/rdf/vocab/prefixes/VOCAB_QUDT-PREFIXES.ttl diff --git a/src/main/rdf/vocab/quantities/VOCAB_QUDT-QUANTITIES-v2.1.18.ttl b/src/main/rdf/vocab/quantities/VOCAB_QUDT-QUANTITIES.ttl similarity index 100% rename from src/main/rdf/vocab/quantities/VOCAB_QUDT-QUANTITIES-v2.1.18.ttl rename to src/main/rdf/vocab/quantities/VOCAB_QUDT-QUANTITIES.ttl diff --git a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl similarity index 98% rename from src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl rename to src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl index 621c9f13..b8b5842b 100644 --- a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl +++ b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl @@ -443,7 +443,7 @@ quantitykind:LogarithmicMedianInformationFlow_SourceToBaseE quantitykind:Energy rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "energia"@pt , "Tenaga"@ms , "energia"@pl , "energia"@it , "אנרגיה ועבודה"@he , "能量"@zh , "انرژی"@fa , "الطاقة"@ar , "energia"@la , "energija"@sl , "energia"@es , "energy"@en , "énergie"@fr , "enerji"@tr , "Έργο - Ενέργεια"@el , "Energie"@de , "energia , munka , hő"@hu , "エネルギー"@ja , "energie"@ro , "ऊर्जा"@hi , "Енергия"@bg , "Energie"@cs , "Энергия"@ru; + rdfs:label "energia"@pt , "Tenaga"@ms , "energia"@pl , "energia"@it , "אנרגיה ועבודה"@he , "能量"@zh , "انرژی"@fa , "الطاقة"@ar , "energia"@la , "energija"@sl , "energia"@es , "energy"@en , "énergie"@fr , "enerji"@tr , "Έργο - Ενέργεια"@el , "Energie"@de , "energia , munka , hő"@hu , "エネルギー"@ja , "energie"@ro , "ऊर्जा"@hi , "Энергия"@ru , "Енергия"@bg , "Energie"@cs; rdfs:seeAlso quantitykind:Enthalpy , quantitykind:InternalEnergy , quantitykind:HelmholtzEnergy , quantitykind:Work , quantitykind:GibbsEnergy , quantitykind:Entropy; dcterms:description "Energy is the quantity characterizing the ability of a system to do work."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Energy"^^xsd:anyURI; @@ -475,7 +475,7 @@ quantitykind:StagePropellantMass quantitykind:HeatCapacity rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "tepelná kapacita"@cs , "capacitate termică"@ro , "ऊष्मा धारिता"@hi , "ظرفیت گرمایی"@fa , "isı kapasitesi"@tr , "capacità termica"@it , "Wärmekapazität"@de , "熱容量"@ja , "pojemność cieplna"@pl , "теплоёмкость"@ru , "muatan haba"@ms , "سعة حرارية"@ar , "capacidade térmica"@pt , "capacidad calorífica"@es , "热容"@zh , "heat capacity"@en , "capacité thermique"@fr , "toplotna kapaciteta"@sl; + rdfs:label "tepelná kapacita"@cs , "capacitate termică"@ro , "ऊष्मा धारिता"@hi , "isı kapasitesi"@tr , "ظرفیت گرمایی"@fa , "capacità termica"@it , "Wärmekapazität"@de , "熱容量"@ja , "pojemność cieplna"@pl , "теплоёмкость"@ru , "muatan haba"@ms , "سعة حرارية"@ar , "capacidade térmica"@pt , "capacidad calorífica"@es , "热容"@zh , "heat capacity"@en , "capacité thermique"@fr , "toplotna kapaciteta"@sl; dcterms:description "\"Heat Capacity\" (usually denoted by a capital $C$, often with subscripts), or thermal capacity, is the measurable physical quantity that characterizes the amount of heat required to change a substance's temperature by a given amount. In the International System of Units (SI), heat capacity is expressed in units of joule(s) (J) per kelvin (K)."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0; qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_capacity"^^xsd:anyURI; @@ -487,7 +487,7 @@ quantitykind:HeatCapacity quantitykind:Enthalpy rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "焓"@zh , "entalpija"@sl , "Entalpie"@ro , "entalpia"@pl , "Enthalpie"@de , "entalpía"@es , "पूर्ण ऊष्मा"@hi , "آنتالپی"@fa , "Entalpi"@tr , "エンタルピー"@ja , "enthalpy"@en , "entalpia"@it , "энтальпия"@ru , "Entalpi"@ms , "entalpie"@cs , "محتوى حراري"@ar , "entalpia"@pt , "enthalpie"@fr; + rdfs:label "焓"@zh , "entalpija"@sl , "Entalpie"@ro , "entalpia"@pl , "Enthalpie"@de , "entalpía"@es , "पूर्ण ऊष्मा"@hi , "آنتالپی"@fa , "Entalpi"@tr , "エンタルピー"@ja , "entalpia"@it , "enthalpy"@en , "энтальпия"@ru , "Entalpi"@ms , "entalpie"@cs , "محتوى حراري"@ar , "entalpia"@pt , "enthalpie"@fr; rdfs:seeAlso quantitykind:InternalEnergy; dcterms:description "In thermodynamics, $\\textit{enthalpy}$ is the sum of the internal energy $U$ and the product of pressure $p$ and volume $V$ of a system. The characteristic function (also known as thermodynamic potential) $\\textit{enthalpy}$ used to be called $\\textit{heat content}$, which is why it is conventionally indicated by $H$. The specific enthalpy of a working mass is a property of that mass used in thermodynamics, defined as $h=u+p \\cdot v$, where $u$ is the specific internal energy, $p$ is the pressure, and $v$ is specific volume. In other words, $h = H / m$ where $m$ is the mass of the system. The SI unit for $\\textit{Specific Enthalpy}$ is $\\textit{joules per kilogram}$"^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Enthalpy"^^xsd:anyURI; @@ -715,7 +715,7 @@ quantitykind:LineicTorque quantitykind:MagneticFluxDensity rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "densitas fluxus magnetici"@la , "Магнитна индукция"@bg , "manyetik akı yoğunluğu"@tr , "mágneses indukció"@hu , "Densité de flux magnétique"@fr , "Densidad de flujo magnético"@es , "Ketumpatan fluks magnet"@ms , "צפיפות שטף מגנטי"@he , "magnetic flux density"@en , "densità di flusso magnetico"@it , "चुम्बकीय क्षेत्र"@hi , "Magnetická indukce"@cs , "indukcja magnetyczna"@pl , "inducție magnetică"@ro , "gostota magnetnega pretoka"@sl , "磁束密度"@ja , "المجال المغناطيسي"@ar , "densidade de fluxo magnético"@pt , "چگالی شار مغناطیسی"@fa , "磁通量密度"@zh , "magnetische Flussdichte"@de , "Магнитная индукция"@ru; + rdfs:label "Магнитная индукция"@ru , "Магнитна индукция"@bg , "manyetik akı yoğunluğu"@tr , "mágneses indukció"@hu , "Densité de flux magnétique"@fr , "Densidad de flujo magnético"@es , "Ketumpatan fluks magnet"@ms , "צפיפות שטף מגנטי"@he , "densità di flusso magnetico"@it , "magnetic flux density"@en , "चुम्बकीय क्षेत्र"@hi , "Magnetická indukce"@cs , "indukcja magnetyczna"@pl , "inducție magnetică"@ro , "gostota magnetnega pretoka"@sl , "磁束密度"@ja , "المجال المغناطيسي"@ar , "چگالی شار مغناطیسی"@fa , "densitas fluxus magnetici"@la , "磁通量密度"@zh , "magnetische Flussdichte"@de , "densidade de fluxo magnético"@pt; rdfs:seeAlso quantitykind:MagneticField; dcterms:description "\"Magnetic Flux Density\" is a vector quantity and is the magnetic flux per unit area of a magnetic field at right angles to the magnetic force. It can be defined in terms of the effects the field has, for example by $B = F/q v \\sin \\theta$, where $F$ is the force a moving charge $q$ would experience if it was travelling at a velocity $v$ in a direction making an angle θ with that of the field. The magnetic field strength is also a vector quantity and is related to $B$ by: $H = B/\\mu$, where $\\mu$ is the permeability of the medium."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0; @@ -851,7 +851,7 @@ quantitykind:ElectricCurrentPerUnitEnergy quantitykind:ThermodynamicTemperature rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "temperatură termodinamică"@ro , "temperatura"@es , "température thermodynamique"@fr , "熱力学温度"@ja , "درجة الحرارة المطلقة"@ar , "ऊष्मगतिकीय तापमान"@hi , "热力学温度"@zh , "temperatura"@pl , "thermodynamische Temperatur"@de , "טמפרטורה מוחלטת"@he , "Termodynamická teplota"@cs , "Термодинамическая температура"@ru , "Термодинамична температура"@bg , "temperatura"@sl , "temperatura termodinamica"@it , "Suhu termodinamik"@ms , "thermodynamic temperature"@en , "termodinamik sıcaklık"@tr , "temperatura"@pt , "Απόλυτη"@el , "temperatura thermodynamica absoluta"@la , "دمای ترمودینامیکی"@fa , "abszolút hőmérséklet"@hu; + rdfs:label "temperatura"@es , "temperatură termodinamică"@ro , "température thermodynamique"@fr , "熱力学温度"@ja , "درجة الحرارة المطلقة"@ar , "ऊष्मगतिकीय तापमान"@hi , "热力学温度"@zh , "temperatura"@pl , "thermodynamische Temperatur"@de , "טמפרטורה מוחלטת"@he , "Termodynamická teplota"@cs , "Термодинамическая температура"@ru , "Термодинамична температура"@bg , "temperatura"@sl , "temperatura termodinamica"@it , "Suhu termodinamik"@ms , "thermodynamic temperature"@en , "termodinamik sıcaklık"@tr , "temperatura"@pt , "Απόλυτη"@el , "temperatura thermodynamica absoluta"@la , "دمای ترمودینامیکی"@fa , "abszolút hőmérséklet"@hu; rdfs:seeAlso quantitykind:Temperature; dcterms:description "Thermodynamic temperature is the absolute measure of temperature and is one of the principal parameters of thermodynamics.\nTemperature is a physical property of matter that quantitatively expresses the common notions of hot and cold.\nIn thermodynamics, in a system of which the entropy is considered as an independent externally controlled variable, absolute, or thermodynamic temperature is defined as the derivative of the internal energy with respect to the entropy. This is a base quantity in the International System of Quantities, ISQ, on which the International System of Units, SI, is based."; qudt:dbpediaMatch "http://dbpedia.org/page/Thermodynamic_temperature"^^xsd:anyURI; @@ -879,7 +879,7 @@ quantitykind:Polarizability quantitykind:EnergyKinetic rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Kinetik enerji"@tr , "кинетическая энергия"@ru , "énergie cinétique"@fr , "انرژی جنبشی"@fa , "運動エネルギー"@ja , "طاقة حركية"@ar , "kinetická energie"@cs , "kinetische Energie"@de , "Tenaga kinetik"@ms , "energia kinetyczna"@pl , "Energie cinetică"@ro , "energía cinética"@es , "energia cinetica"@it , "गतिज ऊर्जा"@hi , "动能"@zh , "kinetic energy"@en , "energia cinética"@pt; + rdfs:label "Kinetik enerji"@tr , "кинетическая энергия"@ru , "énergie cinétique"@fr , "انرژی جنبشی"@fa , "運動エネルギー"@ja , "kinetická energie"@cs , "طاقة حركية"@ar , "kinetische Energie"@de , "Tenaga kinetik"@ms , "energia kinetyczna"@pl , "Energie cinetică"@ro , "energía cinética"@es , "energia cinetica"@it , "动能"@zh , "गतिज ऊर्जा"@hi , "kinetic energy"@en , "energia cinética"@pt; dcterms:description "The kinetic energy of an object is the energy which it possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to its stated velocity."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0; @@ -983,7 +983,7 @@ quantitykind:SurgeImpedanceOfTheMedium quantitykind:Length rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "طول"@fa , "Länge"@de , "lungime"@ro , "אורך"@he , "長さ"@ja , "comprimento"@pt , "طول"@ar , "长度"@zh , "Длина"@ru , "Panjang"@ms , "longitudo"@la , "uzunluk"@tr , "longitud"@es , "długość"@pl , "length"@en , "Μήκος"@el , "dolžina"@sl , "lunghezza"@it , "longueur"@fr , "Délka"@cs , "hossz"@hu , "Дължина"@bg , "लम्बाई"@hi; + rdfs:label "طول"@fa , "אורך"@he , "lungime"@ro , "Länge"@de , "長さ"@ja , "comprimento"@pt , "طول"@ar , "长度"@zh , "Длина"@ru , "Panjang"@ms , "longitudo"@la , "uzunluk"@tr , "longitud"@es , "długość"@pl , "Μήκος"@el , "length"@en , "dolžina"@sl , "lunghezza"@it , "Délka"@cs , "longueur"@fr , "hossz"@hu , "Дължина"@bg , "लम्बाई"@hi; dcterms:description "In geometric measurements, length most commonly refers to the est dimension of an object. In some contexts, the term \"length\" is reserved for a certain dimension of an object along which the length is measured."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0; @@ -1271,7 +1271,7 @@ quantitykind:Luminance quantitykind:Power rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "توان، نرخ جریان گرما"@fa , "puissance"@fr , "potência"@pt , "הספק"@he , "Výkon"@cs , "teljesítmény , hőáramlás"@hu , "Мощност"@bg , "Kuasa"@ms , "moč"@sl , "Мощность"@ru , "Leistung"@de , "potenza"@it , "moc"@pl , "Ισχύς"@el , "potencia"@es , "power"@en , "功率、热流"@zh , "電力・仕事率"@ja , "القدرة"@ar , "potentia"@la , "güç"@tr , "शक्ति"@hi , "putere"@ro; + rdfs:label "توان، نرخ جریان گرما"@fa , "puissance"@fr , "potência"@pt , "הספק"@he , "Výkon"@cs , "teljesítmény , hőáramlás"@hu , "moč"@sl , "Мощност"@bg , "Kuasa"@ms , "Мощность"@ru , "Leistung"@de , "potenza"@it , "moc"@pl , "Ισχύς"@el , "potencia"@es , "power"@en , "功率、热流"@zh , "電力・仕事率"@ja , "القدرة"@ar , "potentia"@la , "güç"@tr , "putere"@ro , "शक्ति"@hi; dcterms:description "Power is the rate at which work is performed or energy is transmitted, or the amount of energy required or expended for a given unit of time. As a rate of change of work done or the energy of a subsystem, power is: $P = W/t$, where $P$ is power, $W$ is work and {t} is time."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Power"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0; @@ -1364,7 +1364,7 @@ quantitykind:EccentricityOfOrbit quantitykind:AngularImpulse rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "angular impulse"@en , "impulsão angular"@pt , "نبضة دفعية زاوية"@ar , "popęd kątowy"@pl , "impulsion angulaire"@fr , "Drehstoß"@de , "角力積"@ja , "impulso angular"@es , "角冲量;冲量矩"@zh , "impulso angolare"@it; + rdfs:label "angular impulse"@en , "impulsão angular"@pt , "نبضة دفعية زاوية"@ar , "popęd kątowy"@pl , "impulsion angulaire"@fr , "角力積"@ja , "Drehstoß"@de , "impulso angular"@es , "角冲量;冲量矩"@zh , "impulso angolare"@it; dcterms:description "The Angular Impulse, also known as angular momentum, is the moment of linear momentum around a point. It is defined as$H = \\int Mdt$, where $M$ is the moment of force and $t$ is time."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/AngularMomentum"^^xsd:anyURI; qudt:exactMatch quantitykind:AngularMomentum; @@ -1435,7 +1435,7 @@ quantitykind:AverageSpecificImpulse quantitykind:MagneticFlux rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "manyetik akı"@tr , "Magnetický tok"@cs , "fluxo magnético"@pt , "التدفق المغناطيسي"@ar , "mágneses fluxus"@hu , "magnetischer Flux"@de , "Магнитен поток"@bg , "שטף מגנטי"@he , "شار مغناطیسی"@fa , "flux de inducție magnetică"@ro , "flujo magnético"@es , "चुम्बकीय बहाव"@hi , "Fluks magnet"@ms , "Магнитный поток"@ru , "磁束"@ja , "strumień magnetyczny"@pl , "magnetic flux"@en , "flusso magnetico"@it , "Flux d'induction magnétique"@fr , "magnetni pretok"@sl , "fluxus magneticus"@la , "磁通量"@zh; + rdfs:label "manyetik akı"@tr , "Magnetický tok"@cs , "fluxo magnético"@pt , "التدفق المغناطيسي"@ar , "mágneses fluxus"@hu , "magnetischer Flux"@de , "Магнитен поток"@bg , "שטף מגנטי"@he , "شار مغناطیسی"@fa , "flux de inducție magnetică"@ro , "flujo magnético"@es , "Fluks magnet"@ms , "Магнитный поток"@ru , "चुम्बकीय बहाव"@hi , "磁束"@ja , "strumień magnetyczny"@pl , "magnetic flux"@en , "flusso magnetico"@it , "Flux d'induction magnétique"@fr , "magnetni pretok"@sl , "fluxus magneticus"@la , "磁通量"@zh; dcterms:description "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI; qudt:expression "$magnetic-flux$"^^qudt:LatexString; @@ -1688,7 +1688,7 @@ quantitykind:PropellantTemperature quantitykind:Diameter rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "قطر"@fa , "Durchmesser"@de , "průměr"@cs , "diâmetro"@pt , "premer"@sl , "直径"@ja , "قطر"@ar , "średnica"@pl , "диаметр"@ru , "diameter"@en , "çap"@tr , "直径"@zh , "diámetro"@es , "diamètre"@fr , "diametro"@it; + rdfs:label "قطر"@fa , "Durchmesser"@de , "průměr"@cs , "diâmetro"@pt , "直径"@ja , "premer"@sl , "قطر"@ar , "średnica"@pl , "диаметр"@ru , "diameter"@en , "çap"@tr , "直径"@zh , "diamètre"@fr , "diámetro"@es , "diametro"@it; dcterms:description "In classical geometry, the \"Diameter\" of a circle is any straight line segment that passes through the center of the circle and whose endpoints lie on the circle. "^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Diameter"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0; @@ -1830,7 +1830,7 @@ quantitykind:ElectricPower quantitykind:RefractiveIndex rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "refractive index"@en , "Współczynnik załamania"@pl , "kırılma indeksi"@tr , "índice de refracción"@es , "ضریب شکست"@fa , "indice de réfraction"@fr , "Показатель преломления"@ru , "indice di rifrazione"@it , "Indeks biasan"@ms , "Index lomu"@cs , "Brechzahl"@de , "índice refrativo"@pt , "折射率"@zh , "Indice de refracție"@ro , "屈折率"@ja , "अपवर्तनांक"@hi , "معامل الانكسار"@ar; + rdfs:label "refractive index"@en , "Współczynnik załamania"@pl , "kırılma indeksi"@tr , "índice de refracción"@es , "ضریب شکست"@fa , "indice de réfraction"@fr , "Показатель преломления"@ru , "Indeks biasan"@ms , "indice di rifrazione"@it , "Index lomu"@cs , "Brechzahl"@de , "índice refrativo"@pt , "折射率"@zh , "屈折率"@ja , "Indice de refracție"@ro , "अपवर्तनांक"@hi , "معامل الانكسار"@ar; dcterms:description "\"refractive index\" or index of refraction n of a substance (optical medium) is a dimensionless number that describes how light, or any other radiation, propagates through that medium."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1; qudt:informativeReference "http://en.wikipedia.org/wiki/Refractive_index"^^xsd:anyURI; @@ -1864,7 +1864,7 @@ quantitykind:ElectrolyticConductivity quantitykind:LuminousFlux rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "التدفق الضوئي"@ar , "flusso luminoso"@it , "fluxo luminoso"@pt , "光束"@ja , "Световой поток"@ru , "fluctús lucis"@la , "luminous flux"@en , "Светлинен поток"@bg , "flux lumineux"@fr , "Světelný tok"@cs , "प्रकाशीय बहाव"@hi , "fényáram"@hu , "svetlobni tok"@sl , "שטף הארה"@he , "işık akısı"@tr , "شار نوری"@fa , "strumień świetlny"@pl , "光通量"@zh , "flujo luminoso"@es , "Fluks berluminositi"@ms , "flux luminos"@ro , "Lichtstrom"@de; + rdfs:label "التدفق الضوئي"@ar , "fluxo luminoso"@pt , "flusso luminoso"@it , "光束"@ja , "Световой поток"@ru , "fluctús lucis"@la , "luminous flux"@en , "Светлинен поток"@bg , "flux lumineux"@fr , "Světelný tok"@cs , "प्रकाशीय बहाव"@hi , "fényáram"@hu , "svetlobni tok"@sl , "שטף הארה"@he , "işık akısı"@tr , "شار نوری"@fa , "strumień świetlny"@pl , "光通量"@zh , "flujo luminoso"@es , "Fluks berluminositi"@ms , "flux luminos"@ro , "Lichtstrom"@de; dcterms:description "\n $\\textit{Luminous Flux}$, or $\\textit{Luminous Power}$, is the measure of the perceived power of light. \n It differs from radiant flux, the measure of the total power of light emitted,\n in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light.\n "^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Luminous_flux"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0; @@ -1878,7 +1878,7 @@ quantitykind:LuminousFlux quantitykind:Entropy rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "熵"@zh , "エントロピー"@ja , "إنتروبيا"@ar , "entropia"@pl , "Entropi"@ms , "entropía"@es , "entropie"@ro , "एन्ट्रॉपी"@hi , "Entropie"@de , "entropy"@en , "entropia"@pt , "entropi"@tr , "entropie"@cs , "entropija"@sl , "آنتروپی"@fa , "entropia"@it , "Энтропия"@ru , "entropie"@fr; + rdfs:label "熵"@zh , "エントロピー"@ja , "إنتروبيا"@ar , "entropia"@pl , "Entropi"@ms , "entropía"@es , "entropie"@ro , "Entropie"@de , "एन्ट्रॉपी"@hi , "entropy"@en , "entropia"@pt , "entropi"@tr , "entropie"@cs , "entropija"@sl , "آنتروپی"@fa , "entropia"@it , "Энтропия"@ru , "entropie"@fr; dcterms:description "When a small amount of heat $dQ$ is received by a system whose thermodynamic temperature is $T$, the entropy of the system increases by $dQ/T$, provided that no irreversible change takes place in the system."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0; @@ -1978,7 +1978,7 @@ quantitykind:EquivalentConcentration quantitykind:GibbsEnergy rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "enthalpie libre"@fr , "Gibbsova volná energie"@cs , "Tenaga Gibbs"@ms , "energia libera di Gibbs"@it , "energia livre de Gibbs"@pt , "entalpia swobodna"@pl , "吉布斯自由能"@zh , "Prosta entalpija"@sl , "Gibbs energy"@en , "Gibbs Serbest Enerjisi"@tr , "энергия Гиббса"@ru , "Energía de Gibbs"@es , "انرژی آزاد گیبس"@fa , "freie Enthalpie"@de , "Entalpie liberă"@ro , "طاقة غيبس الحرة"@ar , "ギブズエネルギー"@ja; + rdfs:label "enthalpie libre"@fr , "Gibbsova volná energie"@cs , "Tenaga Gibbs"@ms , "energia libera di Gibbs"@it , "energia livre de Gibbs"@pt , "Gibbs Serbest Enerjisi"@tr , "Gibbs energy"@en , "吉布斯自由能"@zh , "entalpia swobodna"@pl , "Prosta entalpija"@sl , "Energía de Gibbs"@es , "энергия Гиббса"@ru , "انرژی آزاد گیبس"@fa , "freie Enthalpie"@de , "طاقة غيبس الحرة"@ar , "Entalpie liberă"@ro , "ギブズエネルギー"@ja; rdfs:seeAlso quantitykind:Energy , quantitykind:HelmholtzEnergy , quantitykind:Enthalpy , quantitykind:InternalEnergy; dcterms:description "\n $\\textit{Internal Energy}$ is one of the potentials are used to measure energy changes in systems as they evolve from an initial state to a final state. \n The potential used depends on the constraints of the system, such as constant temperature or pressure. \n $\\textit{Internal Energy}$ is the internal energy of the system, $\\textit{Enthalpy}$ is the internal energy of the system plus the energy related to pressure-volume work,\n and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. \n The name $\\textit{Gibbs Free Energy}$ is also used.\n "^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0; @@ -1987,7 +1987,7 @@ quantitykind:GibbsEnergy qudt:latexDefinition "$G = H - T \\cdot S$, where $H$ is enthalpy, $T$ is thermodynamic temperature and $S$ is entropy."^^qudt:LatexString; qudt:plainTextDescription "Gibbs Energy is one of the potentials used to measure energy changes in systems as they evolve from an initial state to a final state. The potential used depends on the constraints of the system, such as constant temperature or pressure. $\\textit{Internal Energy} is the internal energy of the system, Enthalpy is the internal energy of the system plus the energy related to pressure-volume work, and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. The name Gibbs Free Energy is also used."; qudt:symbol "G"; - skos:altLabel "Gibbs-Funktion"@de , "fungsi Gibbs"@ms , "Gibbs-Energie"@de , "Gibbs function"@en; + skos:altLabel "Gibbs-Funktion"@de , "fungsi Gibbs"@ms , "Gibbs function"@en , "Gibbs-Energie"@de; skos:broader quantitykind:Energy . quantitykind:PressureBasedMolality @@ -2820,7 +2820,7 @@ quantitykind:MassConcentration quantitykind:MadelungConstant rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "ثابت مادلونگ"@fa , "マーデルングエネルギー"@ja , "Stała Madelunga"@pl , "Costante di Madelung"@it , "Constante de Madelung"@fr , "馬德隆常數"@zh , "Madelung-Konstante"@de , "Constante de Madelung"@es , "Madelung constant"@en , "постоянная Маделунга"@ru , "ثابت مادلونك"@ar , "constante de Madelung"@pt; + rdfs:label "ثابت مادلونگ"@fa , "マーデルングエネルギー"@ja , "Stała Madelunga"@pl , "Costante di Madelung"@it , "Constante de Madelung"@fr , "馬德隆常數"@zh , "Madelung-Konstante"@de , "Constante de Madelung"@es , "постоянная Маделунга"@ru , "Madelung constant"@en , "ثابت مادلونك"@ar , "constante de Madelung"@pt; dcterms:description "\"Madelung Constant\" is used in determining the electrostatic potential of a single ion in a crystal by approximating the ions by point charges. It is named after Erwin Madelung, a German physicist."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1; qudt:informativeReference "http://en.wikipedia.org/wiki/Madelung_constant"^^xsd:anyURI; @@ -2831,7 +2831,7 @@ quantitykind:MadelungConstant quantitykind:Force rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Síla"@cs , "forza"@it , "erő"@hu , "Δύναμη"@el , "力"@zh , "نیرو"@fa , "force"@en , "力"@ja , "força"@pt , "vis"@la , "сила"@bg , "forță"@ro , "כוח"@he , "force"@fr , "Kraft"@de , "बल"@hi , "fuerza"@es , "kuvvet"@tr , "siła"@pl , "وحدة القوة في نظام متر كيلوغرام ثانية"@ar , "Сила"@ru , "Daya"@ms , "sila"@sl; + rdfs:label "Síla"@cs , "Δύναμη"@el , "erő"@hu , "forza"@it , "力"@zh , "force"@en , "نیرو"@fa , "力"@ja , "força"@pt , "vis"@la , "force"@fr , "forță"@ro , "כוח"@he , "сила"@bg , "Kraft"@de , "kuvvet"@tr , "وحدة القوة في نظام متر كيلوغرام ثانية"@ar , "बल"@hi , "siła"@pl , "fuerza"@es , "Сила"@ru , "Daya"@ms , "sila"@sl; dcterms:description "\"Force\" is an influence that causes mass to accelerate. It may be experienced as a lift, a push, or a pull. Force is defined by Newton's Second Law as $F = m \\times a $, where $F$ is force, $m$ is mass and $a$ is acceleration. Net force is mathematically equal to the time rate of change of the momentum of the body on which it acts. Since momentum is a vector quantity (has both a magnitude and direction), force also is a vector quantity."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Force"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0; @@ -2975,7 +2975,7 @@ quantitykind:Magnetization quantitykind:ElectricSusceptibility rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "susceptibilidad eléctrica"@es , "susceptibilidade eléctrica"@pt , "podatność elektryczna"@pl , "電気感受率"@ja , "electric susceptibility"@en , "المتأثرية الكهربائية، سرعة التأثر الكهربائية"@ar , "suscettività elettrica"@it , "susceptibilité électrique"@fr , "электрическая восприимчивость"@ru , "elektrische Suszeptibilität"@de; + rdfs:label "susceptibilidad eléctrica"@es , "susceptibilidade eléctrica"@pt , "podatność elektryczna"@pl , "電気感受率"@ja , "electric susceptibility"@en , "suscettività elettrica"@it , "المتأثرية الكهربائية، سرعة التأثر الكهربائية"@ar , "susceptibilité électrique"@fr , "электрическая восприимчивость"@ru , "elektrische Suszeptibilität"@de; rdfs:seeAlso quantitykind:ElectricPolarization , quantitykind:ElectricFieldStrength; dcterms:description "\"Electric Susceptibility\" is the ratio of electric polarization to electric field strength, normalized to the electric constant. The definition applies to an isotropic medium. For an anisotropic medium, electric susceptibility is a second order tensor."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI; @@ -3198,7 +3198,7 @@ quantitykind:AngularFrequency qudt:latexDefinition "$\\omega = 2\\pi f$, where $f$ is frequency."^^qudt:LatexString; qudt:latexSymbol "$\\omega$"^^qudt:LatexString; vaem:todo "belongs to SOQ-ISO"; - skos:altLabel "pulsação"@pt , "角速度"@zh , "pulsazione"@it , "角周波数"@ja , "pulsatance"@en , "نابض"@ar , "Pulsatanzpulsation"@de; + skos:altLabel "pulsação"@pt , "角速度"@zh , "pulsazione"@it , "pulsatance"@en , "角周波数"@ja , "نابض"@ar , "Pulsatanzpulsation"@de; skos:broader quantitykind:AngularVelocity . quantitykind:SpecificEnergyImparted @@ -3324,7 +3324,7 @@ quantitykind:ShearModulus quantitykind:Spin rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "spin"@sl , "Spin"@ro , "スピン角運動量"@ja , "Спин"@ru , "spin"@it , "espín"@es , "Spin"@de , "spin"@pt , "spin"@en , "spin"@pl , "لف مغزلي"@ar , "Spin"@tr , "自旋"@zh , "اسپین/چرخش"@fa , "spin"@fr , "spin"@cs , "Spin"@ms; + rdfs:label "spin"@sl , "Spin"@ro , "スピン角運動量"@ja , "Спин"@ru , "spin"@it , "espín"@es , "Spin"@de , "spin"@pt , "spin"@en , "spin"@pl , "لف مغزلي"@ar , "Spin"@tr , "اسپین/چرخش"@fa , "自旋"@zh , "spin"@fr , "spin"@cs , "Spin"@ms; dcterms:description "In quantum mechanics and particle physics \"Spin\" is an intrinsic form of angular momentum carried by elementary particles, composite particles (hadrons), and atomic nuclei."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0; qudt:informativeReference "http://en.wikipedia.org/wiki/Spin_(physics)"^^xsd:anyURI; @@ -3476,7 +3476,7 @@ quantitykind:MoistureDiffusivity quantitykind:CubicExpansionCoefficient rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "معامل التمدد الحجمى"@ar , "współczynnik rozszerzalności objętościowej"@pl , "מספר גל"@he , "coeficiente de dilatación cúbica"@es , "Вълново число"@bg , "kübik genleşme katsayısı"@tr , "Volumenausdehnungskoeffizient"@de , "Κυματαριθμός"@el , "Hullámszám"@hu , "coeficiente de dilatação volúmica"@pt , "線膨張係数"@ja , "Температурный коэффициент"@ru , "体膨胀系数"@zh , "coefficiente di dilatazione volumica"@it , "coefficient de dilatation volumique"@fr , "cubic expansion coefficient"@en , "ضریب انبساط گرمایی"@fa; + rdfs:label "معامل التمدد الحجمى"@ar , "współczynnik rozszerzalności objętościowej"@pl , "Вълново число"@bg , "coeficiente de dilatación cúbica"@es , "מספר גל"@he , "kübik genleşme katsayısı"@tr , "Volumenausdehnungskoeffizient"@de , "Κυματαριθμός"@el , "Hullámszám"@hu , "coeficiente de dilatação volúmica"@pt , "線膨張係数"@ja , "Температурный коэффициент"@ru , "体膨胀系数"@zh , "coefficiente di dilatazione volumica"@it , "coefficient de dilatation volumique"@fr , "cubic expansion coefficient"@en , "ضریب انبساط گرمایی"@fa; qudt:expression "$cubic-exp-coef$"^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0; qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI; @@ -3770,7 +3770,7 @@ quantitykind:DiastolicBloodPressure quantitykind:DynamicViscosity rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "动力粘度"@zh , "dynamische Viskosität"@de , "Viscozitate dinamică"@ro , "viscosità dinamica"@it , "粘度"@ja , "dynamic viscosity"@en , "श्यानता"@hi , "viscosidade dinâmica"@pt , "لزوجة"@ar , "Kelikatan dinamik"@ms , "dinamik akmazlık"@tr , "dinamična viskoznost"@sl , "viskozita"@cs , "динамическую вязкость"@ru , "گرانروی دینامیکی/ویسکوزیته دینامیکی"@fa , "viscosidad dinámica"@es , "lepkość dynamiczna"@pl , "viscosité dynamique"@fr; + rdfs:label "动力粘度"@zh , "dynamische Viskosität"@de , "viscosità dinamica"@it , "粘度"@ja , "Viscozitate dinamică"@ro , "dynamic viscosity"@en , "श्यानता"@hi , "viscosidade dinâmica"@pt , "لزوجة"@ar , "Kelikatan dinamik"@ms , "dinamik akmazlık"@tr , "dinamična viskoznost"@sl , "viskozita"@cs , "динамическую вязкость"@ru , "گرانروی دینامیکی/ویسکوزیته دینامیکی"@fa , "lepkość dynamiczna"@pl , "viscosité dynamique"@fr , "viscosidad dinámica"@es; dcterms:description "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law."^^qudt:LatexString; qudt:exactMatch quantitykind:Viscosity; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0; @@ -4149,7 +4149,7 @@ quantitykind:MaxOperatingThrust quantitykind:CelsiusTemperature rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Celsius sıcaklık"@tr , "دمای سلسیوس/سانتیگراد"@fa , "सेल्सियस तापमान"@hi , "درجة الحرارة المئوية أو السيلسيوس"@ar , "temperatura"@sl , "温度"@ja , "Suhu Celsius"@ms , "temperatura Celsius"@it , "teplota"@cs , "température Celsius"@fr , "צלזיוס"@he , "Температура Цельсия"@ru , "Celsius temperature"@en , "temperatura celsius"@pt , "temperatura"@pl , "temperatura Celsius"@es , "temperatură Celsius"@ro , "温度"@zh , "Celsius-Temperatur"@de; + rdfs:label "Celsius sıcaklık"@tr , "دمای سلسیوس/سانتیگراد"@fa , "सेल्सियस तापमान"@hi , "درجة الحرارة المئوية أو السيلسيوس"@ar , "temperatura"@sl , "温度"@ja , "temperatura Celsius"@it , "Suhu Celsius"@ms , "teplota"@cs , "température Celsius"@fr , "צלזיוס"@he , "Celsius temperature"@en , "Температура Цельсия"@ru , "temperatura celsius"@pt , "temperatura"@pl , "temperatura Celsius"@es , "temperatură Celsius"@ro , "温度"@zh , "Celsius-Temperatur"@de; dcterms:description "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0; qudt:iec61360Code "0112/2///62720#UAD023"; @@ -4330,7 +4330,7 @@ quantitykind:TorquePerLength quantitykind:PowerFactor rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Współczynnik mocy"@pl , "Účiník"@cs , "功率因数"@zh , "معامل القدرة"@ar , "Коэффициент_мощности"@ru , "ضریب توان"@fa , "शक्ति गुणांक"@hi , "factor de putere"@ro , "fattore di potenza"@it , "力率"@ja , "facteur de puissance"@fr , "power factor"@en , "güç faktörü"@tr , "Leistungsfaktor"@de , "factor de potencia"@es , "faktor kuasa"@ms , "fator de potência"@pt; + rdfs:label "Współczynnik mocy"@pl , "Účiník"@cs , "功率因数"@zh , "معامل القدرة"@ar , "Коэффициент_мощности"@ru , "factor de putere"@ro , "शक्ति गुणांक"@hi , "ضریب توان"@fa , "fattore di potenza"@it , "力率"@ja , "facteur de puissance"@fr , "power factor"@en , "güç faktörü"@tr , "Leistungsfaktor"@de , "factor de potencia"@es , "faktor kuasa"@ms , "fator de potência"@pt; rdfs:seeAlso quantitykind:ApparentPower , quantitykind:ActivePower; dcterms:description "\"Power Factor\", under periodic conditions, is the ratio of the absolute value of the active power $P$ to the apparent power $S$."^^qudt:LatexString; qudt:expression "$power-factor$"^^qudt:LatexString; @@ -4794,7 +4794,7 @@ quantitykind:EvaporativeHeatTransferCoefficient quantitykind:OsmoticPressure rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "ozmotik basıç"@tr , "فشار اسمزی"@fa , "pressão osmótica"@pt , "osmotic pressure"@en , "渗透压"@zh , "pression osmotique"@fr , "presión osmótica"@es , "osmotischer Druck"@de , "Tekanan osmotik"@ms , "Osmotický tlak"@cs , "pressione osmotica"@it; + rdfs:label "ozmotik basıç"@tr , "فشار اسمزی"@fa , "osmotic pressure"@en , "pressão osmótica"@pt , "渗透压"@zh , "presión osmótica"@es , "pression osmotique"@fr , "osmotischer Druck"@de , "Tekanan osmotik"@ms , "Osmotický tlak"@cs , "pressione osmotica"@it; dcterms:description "The \"Osmotic Pressure\" is the pressure which needs to be applied to a solution to prevent the inward flow of water across a semipermeable membrane."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0; qudt:informativeReference "http://en.wikipedia.org/wiki/Osmotic_pressure"^^xsd:anyURI; @@ -4880,7 +4880,7 @@ quantitykind:TemperatureRateOfChange quantitykind:AngularAcceleration rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "angular acceleration"@en , "Úhlové zrychlení"@cs , "accélération angulaire"@fr , "Угловое ускорение"@ru , "aceleración angular"@es , "accelerazione angolare"@it , "Açısal ivme"@tr , "Przyspieszenie kątowe"@pl , "角加速度"@zh , "Winkelbeschleunigung"@de , "कोणीय त्वरण"@hi , "Accelerație unghiulară"@ro , "Pecutan bersudut"@ms , "شتاب زاویه‌ای"@fa , "aceleração angular"@pt , "角加速度"@ja , "تسارع زاوي"@ar; + rdfs:label "accélération angulaire"@fr , "angular acceleration"@en , "Úhlové zrychlení"@cs , "Угловое ускорение"@ru , "aceleración angular"@es , "accelerazione angolare"@it , "Przyspieszenie kątowe"@pl , "Açısal ivme"@tr , "角加速度"@zh , "Winkelbeschleunigung"@de , "कोणीय त्वरण"@hi , "Accelerație unghiulară"@ro , "Pecutan bersudut"@ms , "شتاب زاویه‌ای"@fa , "aceleração angular"@pt , "角加速度"@ja , "تسارع زاوي"@ar; dcterms:description "Angular acceleration is the rate of change of angular velocity over time. Measurement of the change made in the rate of change of an angle that a spinning object undergoes per unit time. It is a vector quantity. Also called Rotational acceleration. In SI units, it is measured in radians per second squared ($rad/s^2$), and is usually denoted by the Greek letter alpha."^^qudt:LatexString; qudt:baseCGSUnitDimensions "U/T^2"; qudt:baseSIUnitDimensions "$/s^2$"^^qudt:LatexString; @@ -5148,7 +5148,7 @@ quantitykind:PhaseDifference dcterms:description "\"Phase Difference\" is the difference, expressed in electrical degrees or time, between two waves having the same frequency and referenced to the same point in time. Two oscillators that have the same frequency and different phases have a phase difference, and the oscillators are said to be out of phase with each other. The amount by which such oscillators are out of step with each other can be expressed in degrees from $0^\\circ$ to $360^\\circ$, or in radians from 0 to ${2\\pi}$. If the phase difference is $180^\\circ$ ($\\pi$ radians), then the two oscillators are said to be in antiphase."^^qudt:LatexString; qudt:expression "$phase-difference$"^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1; - qudt:informativeReference "http://en.wikipedia.org/wiki/Phase_(waves)#Phase_difference"^^xsd:anyURI , "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-06"^^xsd:anyURI , "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-06"^^xsd:anyURI , "http://en.wikipedia.org/wiki/Phase_(waves)#Phase_difference"^^xsd:anyURI , "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI; qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI; qudt:latexDefinition "$\\varphi = \\varphi_u - \\varphi_i$, where $\\varphi_u$ is the initial phase of the voltage and $\\varphi_i$ is the initial phase of the electric current."^^qudt:LatexString; qudt:latexSymbol "$\\varphi$"^^qudt:LatexString; @@ -5367,7 +5367,7 @@ quantitykind:AttenuationCoefficient quantitykind:MolarMass rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Jisim molar"@ms , "मोलर द्रव्यमान"@hi , "Masă molară"@ro , "كتلة مولية"@ar , "massa molar"@pt , "massa molare"@it , "masa molar"@es , "Molmasse"@de , "molar mass"@en , "モル質量"@ja , "molar kütle"@tr , "Molární hmotnost"@cs , "Masa molowa"@pl , "Молярная масса"@ru , "masse molaire"@fr , "جرم مولی"@fa , "molska masa"@sl , "摩尔质量"@zh; + rdfs:label "Jisim molar"@ms , "मोलर द्रव्यमान"@hi , "كتلة مولية"@ar , "massa molar"@pt , "Masă molară"@ro , "massa molare"@it , "masa molar"@es , "Molmasse"@de , "molar mass"@en , "モル質量"@ja , "molar kütle"@tr , "Molární hmotnost"@cs , "Masa molowa"@pl , "Молярная масса"@ru , "masse molaire"@fr , "جرم مولی"@fa , "molska masa"@sl , "摩尔质量"@zh; dcterms:description "In chemistry, the molar mass M is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. The base SI unit for molar mass is $kg/mol$."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_mass"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0; @@ -5491,7 +5491,7 @@ quantitykind:SoundParticleAcceleration quantitykind:Heat rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "quantité de chaleur"@fr , "热量"@zh , "kuantiti haba Haba"@ms , "ısı miktarı"@tr , "heat"@en , "Теплота"@ru , "jednotka tepla"@cs , "کمیت گرما"@fa , "ऊष्मा"@hi , "熱量"@ja , "calore"@it , "حرارة"@ar , "toplota"@sl , "labor"@la , "ciepło"@pl , "quantidade de calor"@pt , "Wärme"@de , "calor"@es , "cantitate de căldură"@ro; + rdfs:label "quantité de chaleur"@fr , "热量"@zh , "kuantiti haba Haba"@ms , "ısı miktarı"@tr , "heat"@en , "Теплота"@ru , "熱量"@ja , "calore"@it , "ऊष्मा"@hi , "jednotka tepla"@cs , "کمیت گرما"@fa , "حرارة"@ar , "toplota"@sl , "labor"@la , "ciepło"@pl , "quantidade de calor"@pt , "Wärme"@de , "calor"@es , "cantitate de căldură"@ro; dcterms:description "\"Heat\" is the energy transferred by a thermal process. Heat can be measured in terms of the dynamical units of energy, as the erg, joule, etc., or in terms of the amount of energy required to produce a definite thermal change in some substance, as, for example, the energy required per degree to raise the temperature of a unit mass of water at some temperature ( calorie, Btu)."^^qudt:LatexString; qudt:abbreviation "heat"; qudt:dbpediaMatch "http://dbpedia.org/resource/Heat"^^xsd:anyURI; @@ -5515,7 +5515,7 @@ quantitykind:ByteTransmissionRate quantitykind:CartesianVolume rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "आयतन"@hi , "objętość"@pl , "حجم"@ar , "Volumen"@de , "volume"@fr , "体积"@zh , "volume"@en , "Обем"@bg , "נפח"@he , "Επιτάχυνση"@el , "hacim"@tr , "prostornina"@sl , "volume"@it , "Isipadu"@ms , "Объём"@ru , "حجم"@fa , "volum"@ro , "Objem"@cs , "volumen"@es , "volume"@pt , "体積"@ja; + rdfs:label "आयतन"@hi , "objętość"@pl , "Volumen"@de , "volume"@fr , "حجم"@ar , "体积"@zh , "volume"@en , "Обем"@bg , "נפח"@he , "Επιτάχυνση"@el , "hacim"@tr , "prostornina"@sl , "volume"@it , "Isipadu"@ms , "Объём"@ru , "حجم"@fa , "volum"@ro , "Objem"@cs , "volumen"@es , "volume"@pt , "体積"@ja; dcterms:description "\"Volume\" is the quantity of three-dimensional space enclosed by some closed boundary, for example, the space that a substance (solid, liquid, gas, or plasma) or shape occupies or contains."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0; qudt:informativeReference "http://en.wikipedia.org/wiki/Volume"^^xsd:anyURI; @@ -5650,7 +5650,7 @@ quantitykind:PhotonLuminance quantitykind:ElectricFieldStrength rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "câmp electric"@ro , "שדה חשמלי"@he , "Elektromos mező"@hu , "intensidad de campo eléctrico"@es , "شدة المجال الكهربائي"@ar , "natężenie pola elektrycznego"@pl , "電界強度"@ja , "elektriksel alan kuvveti"@tr , "विद्युत्-क्षेत्र"@hi , "electric field strength"@en , "elektrische Feldstärke"@de , "Ηλεκτρικό πεδίο"@el , "jakost električnega polja"@sl , "elektrické pole"@cs , "intensidade de campo elétrico"@pt , "電場"@zh , "intensità di campo elettrico"@it , "intensité de champ électrique"@fr , "شدت میدان الکتریکی"@fa , "Kekuatan medan elektrik"@ms , "Електрично поле"@bg , "Напряженность электрического поля"@ru; + rdfs:label "câmp electric"@ro , "שדה חשמלי"@he , "intensidad de campo eléctrico"@es , "Elektromos mező"@hu , "شدة المجال الكهربائي"@ar , "natężenie pola elektrycznego"@pl , "elektriksel alan kuvveti"@tr , "電界強度"@ja , "विद्युत्-क्षेत्र"@hi , "electric field strength"@en , "elektrische Feldstärke"@de , "Ηλεκτρικό πεδίο"@el , "jakost električnega polja"@sl , "elektrické pole"@cs , "電場"@zh , "intensidade de campo elétrico"@pt , "intensità di campo elettrico"@it , "intensité de champ électrique"@fr , "Kekuatan medan elektrik"@ms , "شدت میدان الکتریکی"@fa , "Електрично поле"@bg , "Напряженность электрического поля"@ru; dcterms:description "$\\textit{Electric Field Strength}$ is the magnitude and direction of an electric field, expressed by the value of $E$, also referred to as $\\color{indigo} {\\textit{electric field intensity}}$ or simply the electric field."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0; qudt:iec61360Code "0112/2///62720#UAD042"; @@ -5955,7 +5955,7 @@ quantitykind:WaterVaporDiffusionCoefficient quantitykind:RestMass rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "dinlenme kütlesi"@tr , "Mirovna masa"@sl , "निश्चर द्रव्यमान"@hi , "不変質量"@ja , "Klidová hmotnost"@cs , "rest mass"@en , "masa spoczynkowa"@pl , "Jisim rehat"@ms , "massa a riposo"@it , "masa invariante"@es , "جرم سکون"@fa , "massa de repouso"@pt , "инвариантная масса"@ru , "masa invariantă"@ro , "静止质量"@zh , "كتلة ساكنة"@ar , "Ruhemasse"@de , "masse au repos"@fr; + rdfs:label "dinlenme kütlesi"@tr , "Mirovna masa"@sl , "不変質量"@ja , "निश्चर द्रव्यमान"@hi , "Klidová hmotnost"@cs , "rest mass"@en , "masa spoczynkowa"@pl , "Jisim rehat"@ms , "massa a riposo"@it , "masa invariante"@es , "جرم سکون"@fa , "masa invariantă"@ro , "инвариантная масса"@ru , "massa de repouso"@pt , "静止质量"@zh , "كتلة ساكنة"@ar , "Ruhemasse"@de , "masse au repos"@fr; dcterms:description "The $\\textit{Rest Mass}$, the invariant mass, intrinsic mass, proper mass, or (in the case of bound systems or objects observed in their center of momentum frame) simply mass, is a characteristic of the total energy and momentum of an object or a system of objects that is the same in all frames of reference related by Lorentz transformations. The mass of a particle type X (electron, proton or neutron) when that particle is at rest. For an electron: $m_e = 9,109 382 15(45) 10^{-31} kg$, for a proton: $m_p = 1,672 621 637(83) 10^{-27} kg$, for a neutron: $m_n = 1,674 927 211(84) 10^{-27} kg$. Rest mass is often denoted $m_0$."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0; qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI , "http://en.wikipedia.org/wiki/Invariant_mass"^^xsd:anyURI; @@ -6197,7 +6197,7 @@ quantitykind:HeatFlowRatePerArea quantitykind:LogarithmicFrequencyInterval rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "частотный интервал"@ru , "对数频率间隔"@zh , "Selang kekerapan logaritma"@ms , "Frequenzmaßintervall"@de , "Interval měření frekvence ?"@cs , "intervallo logaritmico di frequenza"@it , "فاصله فرکانس لگاریتمی"@fa , "logaritmik frekans aralığı"@tr , "intervalo logarítmico de frequência"@pt , "logarithmic frequency interval"@en , "intervalle de fréquence logarithmique"@fr; + rdfs:label "частотный интервал"@ru , "Selang kekerapan logaritma"@ms , "对数频率间隔"@zh , "Frequenzmaßintervall"@de , "Interval měření frekvence ?"@cs , "intervallo logaritmico di frequenza"@it , "فاصله فرکانس لگاریتمی"@fa , "logaritmik frekans aralığı"@tr , "intervalo logarítmico de frequência"@pt , "logarithmic frequency interval"@en , "intervalle de fréquence logarithmique"@fr; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1; qudt:iec61360Code "0112/2///62720#UAD083"; qudt:latexDefinition "$G = \\log_{2}(f2/f1)$, where $f1$ and $f2 \\geq f1$ are frequencies of two tones."^^qudt:LatexString; @@ -6568,7 +6568,7 @@ quantitykind:SpecificHelmholtzEnergy quantitykind:MomentOfInertia rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "慣性モーメント"@ja , "moment d'inertie"@fr , "Momen inersia"@ms , "Moment bezwładności"@pl , "Moment de inerție"@ro , "Eylemsizlik momenti"@tr , "轉動慣量"@zh , "momento de inercia"@es , "Moment setrvačnosti"@cs , "گشتاور لختی"@fa , "moment of inertia"@en , "عزم القصور الذاتي"@ar , "Момент инерции"@ru , "momento de inércia"@pt , "Massenträgheitsmoment"@de , "जड़त्वाघूर्ण"@hi , "momento di inerzia"@it; + rdfs:label "慣性モーメント"@ja , "moment d'inertie"@fr , "Momen inersia"@ms , "Moment bezwładności"@pl , "Moment de inerție"@ro , "Eylemsizlik momenti"@tr , "轉動慣量"@zh , "گشتاور لختی"@fa , "momento de inercia"@es , "moment of inertia"@en , "Moment setrvačnosti"@cs , "عزم القصور الذاتي"@ar , "Момент инерции"@ru , "momento de inércia"@pt , "Massenträgheitsmoment"@de , "जड़त्वाघूर्ण"@hi , "momento di inerzia"@it; dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString; qudt:exactMatch quantitykind:RotationalMass; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0; @@ -6583,7 +6583,7 @@ quantitykind:MomentOfInertia quantitykind:MagneticMoment rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "moment magnétique"@fr , "Magnetický dipól"@cs , "magnetisches Dipolmoment"@de , "دوقطبی مغناطیسی"@fa , "चुम्बकीय द्विध्रुव"@hi , "磁偶极"@zh , "عزم مغناطيسي"@ar , "Магнитный момент"@ru , "dipol magnetyczny"@pl , "Momen magnetik"@ms , "momento de dipolo magnético"@pt , "Manyetik moment"@tr , "磁気双極子"@ja , "momento di dipolo magnetico"@it , "magnetic moment"@en , "momento de dipolo magnético"@es; + rdfs:label "moment magnétique"@fr , "Magnetický dipól"@cs , "دوقطبی مغناطیسی"@fa , "magnetisches Dipolmoment"@de , "चुम्बकीय द्विध्रुव"@hi , "磁偶极"@zh , "عزم مغناطيسي"@ar , "Магнитный момент"@ru , "dipol magnetyczny"@pl , "Momen magnetik"@ms , "momento de dipolo magnético"@pt , "Manyetik moment"@tr , "磁気双極子"@ja , "momento di dipolo magnetico"@it , "magnetic moment"@en , "momento de dipolo magnético"@es; dcterms:description "\"Magnetic Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Moment\" is also referred to as \"Magnetic Area Moment\", and is not to be confused with Magnetic Dipole Moment."^^qudt:LatexString; qudt:exactMatch quantitykind:MagneticAreaMoment; qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0; @@ -6664,7 +6664,7 @@ quantitykind:Torque rdf:type qudt:QuantityKind; qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI; qudt:latexDefinition "$\\tau = M \\cdot e_Q$, where $M$ is the momentof force and $e_Q$ is a unit vector directed along a $Q-axis$ with respect to which the torque is considered."^^qudt:LatexString; qudt:latexSymbol "$\\tau$"^^qudt:LatexString; - skos:altLabel "momento de torsión"@es , "moment de torsion"@fr , "binârio"@pt , "Drillmoment"@de , "momento torcente"@it . + skos:altLabel "momento de torsión"@es , "binârio"@pt , "moment de torsion"@fr , "Drillmoment"@de , "momento torcente"@it . quantitykind:MolecularConcentration rdf:type qudt:QuantityKind; @@ -7003,7 +7003,7 @@ quantitykind:SymbolTransmissionRate quantitykind:Velocity rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "velocidade"@pt , "Επιφάνεια"@el , "速度"@zh , "velocitas"@la , "hitrost"@sl , "Ско́рость"@ru , "velocità"@it , "السرعة"@ar , "velocidad"@es , "速力"@ja , "गति"@hi , "hız"@tr , "vitesse"@fr , "Halaju"@ms , "מהירות"@he , "velocity"@en , "Geschwindigkeit"@de , "prędkość"@pl , "viteză"@ro , "سرعت/تندی"@fa , "Rychlost"@cs; + rdfs:label "Επιφάνεια"@el , "velocidade"@pt , "速度"@zh , "velocitas"@la , "hitrost"@sl , "Ско́рость"@ru , "velocità"@it , "السرعة"@ar , "velocidad"@es , "速力"@ja , "गति"@hi , "hız"@tr , "vitesse"@fr , "Halaju"@ms , "מהירות"@he , "velocity"@en , "Geschwindigkeit"@de , "prędkość"@pl , "viteză"@ro , "سرعت/تندی"@fa , "Rychlost"@cs; dcterms:description "In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. "^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI; qudt:exactMatch quantitykind:LinearVelocity; @@ -7018,7 +7018,7 @@ quantitykind:Velocity quantitykind:ElectricCurrent rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "جریان الکتریکی"@fa , "fluxio electrica"@la , "elektrische Stromstärke"@de , "Ένταση ηλεκτρικού ρεύματος"@el , "电流"@zh , "elektromos áramerősség"@hu , "corrente elettrica"@it , "Електрически ток"@bg , "Сила электрического тока"@ru , "corrente elétrica"@pt , "električni tok"@sl , "זרם חשמלי"@he , "intensité de courant électrique"@fr , "電流"@ja , "elektrik akımı"@tr , "विद्युत धारा"@hi , "electric current"@en , "تيار كهربائي"@ar , "Arus elektrik"@ms , "Elektrický proud"@cs , "prąd elektryczny"@pl , "curent electric"@ro , "corriente eléctrica"@es; + rdfs:label "جریان الکتریکی"@fa , "fluxio electrica"@la , "Ένταση ηλεκτρικού ρεύματος"@el , "elektrische Stromstärke"@de , "电流"@zh , "elektromos áramerősség"@hu , "corrente elettrica"@it , "Електрически ток"@bg , "Сила электрического тока"@ru , "corrente elétrica"@pt , "električni tok"@sl , "זרם חשמלי"@he , "intensité de courant électrique"@fr , "電流"@ja , "elektrik akımı"@tr , "विद्युत धारा"@hi , "electric current"@en , "Arus elektrik"@ms , "تيار كهربائي"@ar , "Elektrický proud"@cs , "prąd elektryczny"@pl , "curent electric"@ro , "corriente eléctrica"@es; dcterms:description "\n The quantity kind $\\textit{Electric Current}$ is the flow (movement) of electric charge. \n The amount of electric current through some surface, for example, a section through a copper conductor,\n is defined as the amount of electric charge flowing through that surface over time. \n Current is a scalar-valued quantity. \n Electric current is one of the base quantities in the International System of Quantities, ISQ,\n on which the International System of Units, SI, is based.\n "^^rdf:HTML; qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_current"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0; @@ -7042,7 +7042,7 @@ quantitykind:Gain rdf:type qudt:QuantityKind; quantitykind:SurfaceTension rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "表面張力"@ja , "surface tension"@en , "Tensiune superficială"@ro , "povrchové napětí"@cs , "поверхностное натяжение"@ru , "tension superficielle"@fr , "Yüzey gerilimi"@tr , "tensión superficial"@es , "表面张力"@zh , "توتر سطحي"@ar , "napięcie powierzchniowe"@pl , "کشش سطحی"@fa , "Oberflächenspannung"@de , "Tegangan permukaan"@ms , "površinska napetost"@sl , "tensão superficial"@pt , "tensione superficiale"@it , "पृष्ठ तनाव"@hi; + rdfs:label "表面張力"@ja , "surface tension"@en , "Tensiune superficială"@ro , "povrchové napětí"@cs , "поверхностное натяжение"@ru , "tension superficielle"@fr , "Yüzey gerilimi"@tr , "表面张力"@zh , "tensión superficial"@es , "کشش سطحی"@fa , "napięcie powierzchniowe"@pl , "توتر سطحي"@ar , "Oberflächenspannung"@de , "Tegangan permukaan"@ms , "površinska napetost"@sl , "tensão superficial"@pt , "tensione superficiale"@it , "पृष्ठ तनाव"@hi; dcterms:description "\"Surface Tension\" is a contractive tendency of the surface of a liquid that allows it to resist an external force."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0; qudt:iec61360Code "0112/2///62720#UAD184"; @@ -7638,7 +7638,7 @@ quantitykind:Reluctance quantitykind:Weight rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Siła ciężkości"@pl , "forza peso"@it , "peso"@pt , "重さ"@ja , "poids"@fr , "Gewicht"@de , "重量"@zh , "Berat"@ms , "Ağırlık"@tr , "tíha"@cs , "Вес"@ru , "وزن"@fa , "وزن"@ar , "weight"@en , "greutate"@ro , "peso"@es; + rdfs:label "Siła ciężkości"@pl , "forza peso"@it , "peso"@pt , "重さ"@ja , "poids"@fr , "Gewicht"@de , "重量"@zh , "Berat"@ms , "tíha"@cs , "Ağırlık"@tr , "وزن"@fa , "weight"@en , "وزن"@ar , "Вес"@ru , "greutate"@ro , "peso"@es; dcterms:description "The force with which a body is attracted toward an astronomical body. Or, the product of the mass of a body and the acceleration acting on a body. In a dynamic situation, the weight can be a multiple of that under resting conditions. Weight also varies on other planets in accordance with their gravity."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Weight"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0; @@ -7650,7 +7650,7 @@ quantitykind:Weight rdf:type qudt:QuantityKind; quantitykind:MachNumber rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "număr Mach"@ro , "Machovo število"@sl , "マッハ数n"@ja , "Mach-Zahl"@de , "numero di Mach"@it , "मैक संख्या"@hi , "число Маха"@ru , "Mach sayısı"@tr , "Nombor Mach"@ms , "马赫"@zh , "عدد ماخ"@ar , "عدد ماخ"@fa , "Machovo číslo"@cs , "número de Mach"@pt , "nombre de Mach"@fr , "liczba Macha"@pl , "Mach number"@en , "número de Mach"@es; + rdfs:label "număr Mach"@ro , "Machovo število"@sl , "マッハ数n"@ja , "Mach-Zahl"@de , "numero di Mach"@it , "मैक संख्या"@hi , "число Маха"@ru , "Mach sayısı"@tr , "Nombor Mach"@ms , "马赫"@zh , "عدد ماخ"@ar , "عدد ماخ"@fa , "Machovo číslo"@cs , "número de Mach"@pt , "Mach number"@en , "liczba Macha"@pl , "nombre de Mach"@fr , "número de Mach"@es; dcterms:description "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Mach_number"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1; @@ -7714,7 +7714,7 @@ quantitykind:LengthRatio quantitykind:KinematicViscosity rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "lepkość kinematyczna"@pl , "گرانروی جنبشی/ویسکوزیته جنبشی"@fa , "viscosità cinematica"@it , "श्यानता"@hi , "viscosidad cinemática"@es , "kinematic viscosity"@en , "viscosidade cinemática"@pt , "运动粘度"@zh , "لزوجة"@ar , "Viscozitate cinematică"@ro , "кинематическую вязкость"@ru , "粘度"@ja , "Kelikatan kinematik"@ms , "Kinematik akmazlık"@tr , "viskozita"@cs , "kinematische Viskosität"@de , "viscosité cinématique"@fr , "kinematična viskoznost"@sl; + rdfs:label "گرانروی جنبشی/ویسکوزیته جنبشی"@fa , "lepkość kinematyczna"@pl , "viscosità cinematica"@it , "श्यानता"@hi , "viscosidad cinemática"@es , "kinematic viscosity"@en , "viscosidade cinemática"@pt , "运动粘度"@zh , "لزوجة"@ar , "Viscozitate cinematică"@ro , "кинематическую вязкость"@ru , "粘度"@ja , "Kelikatan kinematik"@ms , "Kinematik akmazlık"@tr , "kinematische Viskosität"@de , "viskozita"@cs , "viscosité cinématique"@fr , "kinematična viskoznost"@sl; rdfs:seeAlso quantitykind:MolecularViscosity , quantitykind:DynamicViscosity; dcterms:description "The ratio of the viscosity of a liquid to its density. Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or tensile stress. In many situations, we are concerned with the ratio of the inertial force to the viscous force (that is the Reynolds number), the former characterized by the fluid density $\\rho$. This ratio is characterized by the kinematic viscosity (Greek letter $\\nu$), defined as follows: $\\nu = \\mu / \\rho$. The SI unit of $\\nu$ is $m^{2}/s$. The SI unit of $\\nu$ is $kg/m^{1}$."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI; @@ -7957,7 +7957,7 @@ quantitykind:QuarticElectricDipoleMomentPerCubicEnergy quantitykind:HelmholtzEnergy rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "freie Energie"@de , "Helmholtz enerjisi"@tr , "طاقة هلمهولتز الحرة"@ar , "energia livre de Helmholtz"@pt , "énergie libre"@fr , "Helmholtzova volná energie"@cs , "Prosta energija"@sl , "Helmholtz energy"@en , "Energía de Helmholtz"@es , "亥姆霍兹自由能"@zh , "Tenaga Helmholtz"@ms , "energia swobodna"@pl , "свободная энергия Гельмгольца"@ru , "energia libera di Helmholz"@it , "ヘルムホルツの自由エネルギー"@ja , "انرژی آزاد هلمولتز"@fa; + rdfs:label "freie Energie"@de , "Helmholtz enerjisi"@tr , "طاقة هلمهولتز الحرة"@ar , "energia livre de Helmholtz"@pt , "énergie libre"@fr , "Helmholtz energy"@en , "Prosta energija"@sl , "Helmholtzova volná energie"@cs , "亥姆霍兹自由能"@zh , "Energía de Helmholtz"@es , "Tenaga Helmholtz"@ms , "energia swobodna"@pl , "свободная энергия Гельмгольца"@ru , "energia libera di Helmholz"@it , "ヘルムホルツの自由エネルギー"@ja , "انرژی آزاد هلمولتز"@fa; rdfs:seeAlso quantitykind:Enthalpy , quantitykind:GibbsEnergy , quantitykind:Energy , quantitykind:InternalEnergy; dcterms:description "$\\textit{Helmholtz Energy}$ is one of the potentials are used to measure energy changes in systems as they evolve from an initial state to a final state. The potential used depends on the constraints of the system, such as constant temperature or pressure. $\\textit{Internal Energy}$ is the internal energy of the system, $\\textit{Enthalpy}$ is the internal energy of the system plus the energy related to pressure-volume work, and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. The name $\\textit{Helmholz Free Energy}$ is also used."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0; @@ -8102,7 +8102,7 @@ quantitykind:Resistivity quantitykind:ElectricDipoleMoment rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "विद्युत द्विध्रुव आघूर्ण"@hi , "گشتاور دوقطبی الکتریکی"@fa , "电偶极矩"@zh , "عزم ثنائي قطب"@ar , "Momen dwikutub elektrik"@ms , "Электрический дипольный момент"@ru , "Dipólový moment"@cs , "elektryczny moment dipolowy"@pl , "momento di dipolo elettrico"@it , "momento do dipolo elétrico"@pt , "電気双極子"@ja , "elektrik dipol momenti"@tr , "electric dipole moment"@en , "elektrisches Dipolmoment"@de , "moment dipolaire"@fr , "momento de dipolo eléctrico"@es , "moment electric dipolar"@ro; + rdfs:label "विद्युत द्विध्रुव आघूर्ण"@hi , "گشتاور دوقطبی الکتریکی"@fa , "电偶极矩"@zh , "Momen dwikutub elektrik"@ms , "Электрический дипольный момент"@ru , "عزم ثنائي قطب"@ar , "Dipólový moment"@cs , "elektryczny moment dipolowy"@pl , "momento di dipolo elettrico"@it , "momento do dipolo elétrico"@pt , "電気双極子"@ja , "elektrik dipol momenti"@tr , "electric dipole moment"@en , "elektrisches Dipolmoment"@de , "moment dipolaire"@fr , "moment electric dipolar"@ro , "momento de dipolo eléctrico"@es; dcterms:description "\"Electric Dipole Moment\" is a measure of the separation of positive and negative electrical charges in a system of (discrete or continuous) charges. It is a vector-valued quantity. If the system of charges is neutral, that is if the sum of all charges is zero, then the dipole moment of the system is independent of the choice of a reference frame; however in a non-neutral system, such as the dipole moment of a single proton, a dependence on the choice of reference point arises. In such cases it is conventional to choose the reference point to be the center of mass of the system or the center of charge, not some arbitrary origin. This convention ensures that the dipole moment is an intrinsic property of the system. The electric dipole moment of a substance within a domain is the vector sum of electric dipole moments of all electric dipoles included in the domain."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0; qudt:iec61360Code "0112/2///62720#UAD041"; @@ -8196,7 +8196,7 @@ quantitykind:LossFactor quantitykind:Work rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "iş"@tr , "práce"@cs , "仕事量"@ja , "trabalho"@pt , "lucru mecanic"@ro , "کار"@fa , "Arbeit"@de , "功"@zh , "work"@en , "travail"@fr , "कार्य"@hi , "praca"@pl , "lavoro"@it , "trabajo"@es , "kerja"@ms , "delo"@sl; + rdfs:label "práce"@cs , "iş"@tr , "仕事量"@ja , "trabalho"@pt , "lucru mecanic"@ro , "کار"@fa , "Arbeit"@de , "功"@zh , "work"@en , "travail"@fr , "कार्य"@hi , "praca"@pl , "lavoro"@it , "trabajo"@es , "delo"@sl , "kerja"@ms; dcterms:description "\n $\\textit{Work}$ or $net\\ work$ is equal to the change in kinetic energy. \n This relationship is called the work-energy theorem: \n $$Wnet = K. E._f K. E._o $$\n where $K. E._f$ is the final kinetic energy and $K. E._o$ is the original kinetic energy. \n Potential energy, also referred to as stored energy, is the ability of a system to do work due to its position or internal structure. \n Change in potential energy is equal to work. \n The potential energy equations can also be derived from the integral form of work:\n $$\\Delta P. E. = W = \\int F \\cdot dx$$.\n "^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0; qudt:informativeReference "http://en.wikipedia.org/wiki/Work_(physics)"^^xsd:anyURI , "http://www.cliffsnotes.com/study_guide/Work-and-Energy.topicArticleId-10453,articleId-10418.html"^^xsd:anyURI; @@ -9413,7 +9413,7 @@ quantitykind:TotalRadiance quantitykind:MassDensity rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "yoğunluk"@tr , "密度"@zh , "hustota"@cs , "densidade"@pt , "چگالی"@fa , "Ketumpatan jisim"@ms , "densità"@it , "घनत्व"@hi , "mass density"@en , "плотность"@ru , "الكثافة"@ar , "gęstość"@pl , "Gostôta"@sl , "densitate"@ro , "densité"@fr , "densidad"@es , "密度"@ja , "Massendichte"@de; + rdfs:label "yoğunluk"@tr , "چگالی"@fa , "密度"@zh , "hustota"@cs , "densidade"@pt , "Ketumpatan jisim"@ms , "densità"@it , "घनत्व"@hi , "الكثافة"@ar , "mass density"@en , "плотность"@ru , "gęstość"@pl , "Gostôta"@sl , "densitate"@ro , "densité"@fr , "densidad"@es , "密度"@ja , "Massendichte"@de; dcterms:description "The mass density or density of a material is its mass per unit volume."^^qudt:LatexString; qudt:exactMatch quantitykind:Density; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0; @@ -9469,7 +9469,7 @@ quantitykind:Voltage rdf:type qudt:QuantityKind; quantitykind:Momentum rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "pęd"@pl , "cantidad de movimiento"@es , "momentum"@en , "impuls"@ro , "momento linear"@pt , "Momentum"@tr , "تکانه"@fa , "gibalna količina"@sl , "动量"@zh , "زخم الحركة"@ar , "Momentum"@ms , "hybnost"@cs , "運動量"@ja , "quantité de mouvement"@fr , "импульс"@ru , "Impuls"@de , "quantità di moto"@it; + rdfs:label "pęd"@pl , "cantidad de movimiento"@es , "momentum"@en , "impuls"@ro , "momento linear"@pt , "Momentum"@tr , "تکانه"@fa , "gibalna količina"@sl , "动量"@zh , "زخم الحركة"@ar , "Momentum"@ms , "hybnost"@cs , "運動量"@ja , "импульс"@ru , "quantité de mouvement"@fr , "Impuls"@de , "quantità di moto"@it; dcterms:description "The momentum of a system of particles is given by the sum of the momentums of the individual particles which make up the system or by the product of the total mass of the system and the velocity of the center of gravity of the system. The momentum of a continuous medium is given by the integral of the velocity over the mass of the medium or by the product of the total mass of the medium and the velocity of the center of gravity of the medium."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI; qudt:exactMatch quantitykind:LinearMomentum; @@ -9713,7 +9713,7 @@ quantitykind:MolarHeatCapacity quantitykind:SolidAngle rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "angle solide"@fr , "ângulo sólido"@pt , "ángulo sólido"@es , "angolo solido"@it , "angulus solidus"@la , "Sudut padu"@ms , "الزاوية الصلبة"@ar , "katı cisimdeki açı"@tr , "kąt bryłowy"@pl , "térszög"@hu , "Телесный угол"@ru , "Prostorový úhel"@cs , "Raumwinkel"@de , "Στερεά γωνία"@el , "زاویه فضایی"@fa , "Пространствен ъгъл"@bg , "आयतन"@hi , "立体角"@ja , "立体角度"@zh , "unghi solid"@ro , "solid angle"@en , "prostorski kot"@sl , "זווית מרחבית"@he; + rdfs:label "angle solide"@fr , "ângulo sólido"@pt , "ángulo sólido"@es , "angolo solido"@it , "angulus solidus"@la , "Sudut padu"@ms , "الزاوية الصلبة"@ar , "katı cisimdeki açı"@tr , "kąt bryłowy"@pl , "térszög"@hu , "Телесный угол"@ru , "Prostorový úhel"@cs , "Raumwinkel"@de , "Στερεά γωνία"@el , "زاویه فضایی"@fa , "Пространствен ъгъл"@bg , "आयतन"@hi , "立体角"@ja , "unghi solid"@ro , "立体角度"@zh , "solid angle"@en , "prostorski kot"@sl , "זווית מרחבית"@he; dcterms:description "The solid angle subtended by a surface S is defined as the surface area of a unit sphere covered by the surface S's projection onto the sphere. A solid angle is related to the surface of a sphere in the same way an ordinary angle is related to the circumference of a circle. Since the total surface area of the unit sphere is 4*pi, the measure of solid angle will always be between 0 and 4*pi."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Solid_angle"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1; @@ -9931,7 +9931,7 @@ quantitykind:WebTimeAveragePressure quantitykind:Mass rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Масса"@ru , "masa"@es , "masă"@ro , "massa"@la , "Jisim"@ms , "Hmotnost"@cs , "מסה"@he , "massa"@pt , "masa"@sl , "masse"@fr , "masa"@pl , "भार"@hi , "جرم"@fa , "massa"@it , "mass"@en , "Μάζα"@el , "kütle"@tr , "质量"@zh , "كتلة"@ar , "Masse"@de , "tömeg"@hu , "質量"@ja , "Маса"@bg; + rdfs:label "Масса"@ru , "masa"@es , "masă"@ro , "massa"@la , "Jisim"@ms , "Hmotnost"@cs , "מסה"@he , "massa"@pt , "masa"@sl , "masse"@fr , "masa"@pl , "भार"@hi , "جرم"@fa , "massa"@it , "mass"@en , "Μάζα"@el , "kütle"@tr , "质量"@zh , "Masse"@de , "tömeg"@hu , "كتلة"@ar , "質量"@ja , "Маса"@bg; dcterms:description "In physics, mass, more specifically inertial mass, can be defined as a quantitative measure of an object's resistance to acceleration. The SI unit of mass is the kilogram ($kg$)"^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Mass"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0; @@ -10155,7 +10155,7 @@ quantitykind:StandardAbsoluteActivity quantitykind:Acceleration rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Beschleunigung"@de , "Ускоре́ние"@ru , "त्वरण"@hi , "przyspieszenie"@pl , "acceleration"@en , "ivme"@tr , "pospešek"@sl , "accélération"@fr , "Pecutan"@ms , "Όγκος"@el , "加速度"@ja , "acceleratio"@la , "aceleração"@pt , "التسارع"@ar , "加速度"@zh , "aceleración"@es , "accelerazione"@it , "Zrychlení"@cs , "شتاب"@fa , "accelerație"@ro; + rdfs:label "Beschleunigung"@de , "Ускоре́ние"@ru , "त्वरण"@hi , "przyspieszenie"@pl , "acceleration"@en , "ivme"@tr , "pospešek"@sl , "accélération"@fr , "Pecutan"@ms , "Όγκος"@el , "加速度"@ja , "acceleratio"@la , "التسارع"@ar , "加速度"@zh , "aceleração"@pt , "aceleración"@es , "accelerazione"@it , "Zrychlení"@cs , "شتاب"@fa , "accelerație"@ro; dcterms:description "\n $\\textit{Acceleration}$ is the (instantaneous) rate of change of velocity. \n Acceleration may be either linear acceleration, or angular acceleration. \n It is a vector quantity with dimension $length/time^{2}$ for linear acceleration,\n or in the case of angular acceleration, with dimension $angle/time^{2}$. \n $$$$\n In SI units, linear acceleration is measured in $meters/second^{2}$ ($m \\cdot s^{-2}$),\n and angular acceleration is measured in $radians/second^{2}$. \n $$$$\n In physics, any increase or decrease in speed is referred to as acceleration and similarly,\n motion in a circle at constant speed is also an acceleration, since the direction component of the velocity is changing.\n "^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI; qudt:exactMatch quantitykind:LinearAcceleration; @@ -10379,7 +10379,7 @@ quantitykind:ThrustCoefficient quantitykind:Time rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "समय"@hi , "時間"@ja , "czas"@pl , "Čas"@cs , "Zeit"@de , "tempo"@pt , "idő"@hu , "Χρόνος"@el , "زمن"@ar , "זמן"@he , "زمان"@fa , "时间"@zh , "timp"@ro , "tempus"@la , "tiempo"@es , "Време"@bg , "Masa"@ms , "tempo"@it , "temps"@fr , "zaman"@tr , "time"@en , "Время"@ru , "čas"@sl; + rdfs:label "समय"@hi , "時間"@ja , "czas"@pl , "Čas"@cs , "Zeit"@de , "idő"@hu , "tempo"@pt , "Χρόνος"@el , "زمن"@ar , "זמן"@he , "زمان"@fa , "时间"@zh , "tiempo"@es , "Време"@bg , "timp"@ro , "tempus"@la , "Masa"@ms , "tempo"@it , "temps"@fr , "zaman"@tr , "time"@en , "Время"@ru , "čas"@sl; dcterms:description "Time is a basic component of the measuring system used to sequence events, to compare the durations of events and the intervals between them, and to quantify the motions of objects."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Time"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0; @@ -10401,7 +10401,7 @@ quantitykind:WarmReceptorThreshold quantitykind:ElectricFluxDensity rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "چگالی شار الکتریکی"@fa , "Indukcja elektryczna"@pl , "إزاحة كهربائية"@ar , "Induction électrique"@fr , "電位移"@zh , "電束密度"@ja , "spostamento elettrico"@it , "Elektrická indukce"@cs , "elektrik akı yoğunluğu"@tr , "campo de deslocamento elétrico"@pt , "electric flux density"@en , "Электрическая индукция"@ru , "Inducție electrică"@ro , "Ketumpatan fluks elektrik"@ms , "Densidad de flujo eléctrico"@es , "elektrische Flussdichte"@de; + rdfs:label "چگالی شار الکتریکی"@fa , "Indukcja elektryczna"@pl , "إزاحة كهربائية"@ar , "Induction électrique"@fr , "電位移"@zh , "電束密度"@ja , "spostamento elettrico"@it , "Elektrická indukce"@cs , "elektrik akı yoğunluğu"@tr , "campo de deslocamento elétrico"@pt , "electric flux density"@en , "Электрическая индукция"@ru , "Ketumpatan fluks elektrik"@ms , "Inducție electrică"@ro , "Densidad de flujo eléctrico"@es , "elektrische Flussdichte"@de; dcterms:description "$\\textit{Electric Flux Density}$, also referred to as $\\textit{Electric Displacement}$, is related to electric charge density by the following equation: $\\text{div} \\; D = \\rho$, where $\\text{div}$ denotes the divergence."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI; qudt:exactMatch quantitykind:ElectricDisplacement; @@ -10471,7 +10471,7 @@ quantitykind:CombinedNonEvaporativeHeatTransferCoefficient quantitykind:ApparentPower rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "视在功率"@zh , "Scheinleistung"@de , "potenza apparente"@it , "potência aparente"@pt , "potencia aparente"@es , "apparent power"@en , "puissance apparente"@fr , "القدرة الظاهرية"@ar , "moc pozorna"@pl , "皮相電力"@ja; + rdfs:label "视在功率"@zh , "potenza apparente"@it , "Scheinleistung"@de , "potência aparente"@pt , "potencia aparente"@es , "apparent power"@en , "puissance apparente"@fr , "القدرة الظاهرية"@ar , "moc pozorna"@pl , "皮相電力"@ja; rdfs:seeAlso quantitykind:ElectricCurrent , quantitykind:Voltage; dcterms:description "\"Apparent Power\" is the product of the rms voltage $U$ between the terminals of a two-terminal element or two-terminal circuit and the rms electric current I in the element or circuit. Under sinusoidal conditions, the apparent power is the modulus of the complex power."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0; @@ -10651,7 +10651,7 @@ quantitykind:FermiTemperature quantitykind:IsentropicExponent rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "exposant isoentropique"@fr , "Poissonova konstanta"@cs , "Coeficiente de expansão adiabática"@pt , "Показатель адиабаты"@ru , "Isentropenexponent"@de , "adiabatni eksponent"@sl , "Wykładnik adiabaty"@pl , "ısı sığası oranı; adyabatik indeks"@tr , "Coeficiente de dilatación adiabática"@es , "绝热指数"@zh , "isentropic exponent"@en , "نسبة السعة الحرارية"@ar , "Coefficiente di dilatazione adiabatica"@it , "比熱比"@ja , "Coeficient de transformare adiabatică"@ro; + rdfs:label "exposant isoentropique"@fr , "Poissonova konstanta"@cs , "Coeficiente de expansão adiabática"@pt , "Показатель адиабаты"@ru , "Isentropenexponent"@de , "adiabatni eksponent"@sl , "Wykładnik adiabaty"@pl , "ısı sığası oranı; adyabatik indeks"@tr , "Coeficiente de dilatación adiabática"@es , "نسبة السعة الحرارية"@ar , "绝热指数"@zh , "isentropic exponent"@en , "Coefficiente di dilatazione adiabatica"@it , "比熱比"@ja , "Coeficient de transformare adiabatică"@ro; rdfs:seeAlso quantitykind:IsentropicCompressibility; dcterms:description "\n $\\textit{Isentropic Exponent}$ is a variant of $\\textit{Specific Heat Ratio Capacities}$. \n For an ideal gas $\\textit{Isentropic Exponent}$, $\\varkappa$. is equal to $\\gamma$,\n the ratio of its specific heat capacities $c_p$ and $c_v$ under steady pressure and volume.\n "^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1; @@ -10731,7 +10731,7 @@ quantitykind:MolarThermalCapacity quantitykind:ElectricPotentialDifference rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "electric potential difference"@en , "elektrické napětí"@cs , "電壓"@zh , "elektrische Spannung"@de , "электрическое напряжение"@ru , "električna napetost"@sl , "電圧"@ja , "Voltan Perbezaan keupayaan elektrik"@ms , "napięcie elektryczne"@pl , "tension électrique"@fr , "tensão elétrica (diferença de potencial)"@pt , "diferență de potențial electric"@ro , "differenza di potenziale elettrico"@it , "tensión eléctrica"@es , "विभवांतर"@hi , "جهد كهربائي"@ar , "gerilim"@tr , "ولتاژ/ اختلاف پتانسیل"@fa; + rdfs:label "electric potential difference"@en , "elektrické napětí"@cs , "電壓"@zh , "электрическое напряжение"@ru , "elektrische Spannung"@de , "električna napetost"@sl , "電圧"@ja , "Voltan Perbezaan keupayaan elektrik"@ms , "napięcie elektryczne"@pl , "tensão elétrica (diferença de potencial)"@pt , "tension électrique"@fr , "diferență de potențial electric"@ro , "differenza di potenziale elettrico"@it , "विभवांतर"@hi , "tensión eléctrica"@es , "جهد كهربائي"@ar , "ولتاژ/ اختلاف پتانسیل"@fa , "gerilim"@tr; dcterms:description "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field."^^qudt:LatexString; qudt:exactMatch quantitykind:ElectricPotential , quantitykind:Voltage , quantitykind:EnergyPerElectricCharge; qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0; @@ -11028,7 +11028,7 @@ quantitykind:AverageHeadEndPressure quantitykind:MolarVolume rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Молярный объём"@ru , "Molvolumen"@de , "volume molar"@pl , "volumen molar"@es , "Isipadu molar"@ms , "volume molare"@it , "حجم مولي"@ar , "molar hacim"@tr , "molární objem"@cs , "摩尔体积"@zh , "حجم مولی"@fa , "volum molar"@ro , "molski volumen"@sl , "molar volume"@en , "モル体積"@ja , "volume molar"@pt , "volume molaire"@fr; + rdfs:label "Молярный объём"@ru , "Molvolumen"@de , "volume molar"@pl , "volumen molar"@es , "Isipadu molar"@ms , "volume molare"@it , "حجم مولي"@ar , "molar hacim"@tr , "molární objem"@cs , "حجم مولی"@fa , "摩尔体积"@zh , "volum molar"@ro , "molski volumen"@sl , "molar volume"@en , "モル体積"@ja , "volume molar"@pt , "volume molaire"@fr; dcterms:description "The molar volume, symbol $V_m$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass ($M$) divided by the mass density ($\\rho$). It has the SI unit cubic metres per mole ($m^{1}/mol$). For ideal gases, the molar volume is given by the ideal gas equation: this is a good approximation for many common gases at standard temperature and pressure. For crystalline solids, the molar volume can be measured by X-ray crystallography."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_volume"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0; @@ -11102,7 +11102,7 @@ quantitykind:SoundPressure quantitykind:LuminousIntensity rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "发光强度"@zh , "شدة الإضاءة"@ar , "Сила света"@ru , "Lichtstärke"@de , "intensità luminosa"@it , "光度"@ja , "Интензитет на светлината"@bg , "עוצמת הארה"@he , "svetilnost"@sl , "Keamatan berluminositi"@ms , "Ένταση Φωτεινότητας"@el , "Svítivost"@cs , "प्रकाशीय तीव्रता"@hi , "intensité lumineuse"@fr , "intensitas luminosa"@la , "شدت نور"@fa , "intensitate luminoasă"@ro , "intensidade luminosa"@pt , "fényerősség"@hu , "luminous intensity"@en , "ışık şiddeti"@tr , "intensidad luminosa"@es , "światłość"@pl; + rdfs:label "发光强度"@zh , "شدة الإضاءة"@ar , "Сила света"@ru , "Lichtstärke"@de , "intensità luminosa"@it , "光度"@ja , "Интензитет на светлината"@bg , "עוצמת הארה"@he , "Keamatan berluminositi"@ms , "svetilnost"@sl , "Ένταση Φωτεινότητας"@el , "Svítivost"@cs , "प्रकाशीय तीव्रता"@hi , "شدت نور"@fa , "intensité lumineuse"@fr , "intensitas luminosa"@la , "intensitate luminoasă"@ro , "intensidade luminosa"@pt , "fényerősség"@hu , "luminous intensity"@en , "ışık şiddeti"@tr , "intensidad luminosa"@es , "światłość"@pl; dcterms:description "Luminous Intensity is a measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. The weighting is determined by the luminosity function, a standardized model of the sensitivity of the human eye to different wavelengths."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Luminous_intensity"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0; @@ -11208,14 +11208,14 @@ quantitykind:HallCoefficient quantitykind:EnergyInternal rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "energia interna"@it , "طاقة داخلية"@ar , "انرژی درونی"@fa , "İç enerji"@tr , "internal energy"@en , "energía interna"@es , "vnitřní energie"@cs , "énergie interne"@fr , "energia wewnętrzna"@pl , "内部エネルギー"@ja , "внутренняя энергия"@ru , "内能"@zh , "energie internă"@ro , "Tenaga dalaman"@ms , "Notranja energija"@sl , "आन्तरिक ऊर्जा"@hi , "innere Energie"@de , "energia interna"@pt; + rdfs:label "energia interna"@it , "طاقة داخلية"@ar , "انرژی درونی"@fa , "İç enerji"@tr , "internal energy"@en , "energía interna"@es , "vnitřní energie"@cs , "énergie interne"@fr , "energia wewnętrzna"@pl , "内部エネルギー"@ja , "внутренняя энергия"@ru , "内能"@zh , "Tenaga dalaman"@ms , "energie internă"@ro , "Notranja energija"@sl , "आन्तरिक ऊर्जा"@hi , "innere Energie"@de , "energia interna"@pt; dcterms:description "The internal energy is the total energy contained by a thermodynamic system. It is the energy needed to create the system, but excludes the energy to displace the system's surroundings, any energy associated with a move as a whole, or due to external force fields. Internal energy has two major components, kinetic energy and potential energy. The internal energy (U) is the sum of all forms of energy (Ei) intrinsic to a thermodynamic system: $ U = \\sum_i E_i $"^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI; qudt:exactMatch quantitykind:ThermodynamicEnergy , quantitykind:InternalEnergy; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0; qudt:informativeReference "http://en.wikipedia.org/wiki/Internal_energy"^^xsd:anyURI; qudt:symbol "U"; - skos:altLabel "energia termodinamica"@it , "énergie thermodynamique"@fr , "thermodynamische Energie"@de , "thermodynamic energy"@en , "tenaga termodinamik"@ms; + skos:altLabel "energia termodinamica"@it , "énergie thermodynamique"@fr , "thermodynamische Energie"@de , "tenaga termodinamik"@ms , "thermodynamic energy"@en; skos:broader quantitykind:Energy . quantitykind:CENTER-OF-GRAVITY_Z @@ -11576,7 +11576,7 @@ quantitykind:PressureLossPerLength quantitykind:AmountOfSubstance rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Látkové množství"@cs , "كمية المادة"@ar , "物質量"@ja , "quantità di sostanza"@it , "liczność materii"@pl , "amount of substance"@en , "madde miktarı"@tr , "物质的量"@zh , "anyagmennyiség"@hu , "quantité de matière"@fr , "quantitas substantiae"@la , "Ποσότητα Ουσίας"@el , "cantidad de sustancia"@es , "مقدار ماده"@fa , "Stoffmenge"@de , "כמות חומר"@he , "Количество вещество"@bg , "Количество вещества"@ru , "पदार्थ की मात्रा"@hi , "množina snovi"@sl , "cantitate de substanță"@ro , "quantidade de substância"@pt , "Jumlah bahan"@ms; + rdfs:label "Látkové množství"@cs , "كمية المادة"@ar , "物質量"@ja , "liczność materii"@pl , "amount of substance"@en , "quantità di sostanza"@it , "madde miktarı"@tr , "物质的量"@zh , "anyagmennyiség"@hu , "quantité de matière"@fr , "quantitas substantiae"@la , "Ποσότητα Ουσίας"@el , "cantidad de sustancia"@es , "مقدار ماده"@fa , "Stoffmenge"@de , "כמות חומר"@he , "Количество вещество"@bg , "Количество вещества"@ru , "पदार्थ की मात्रा"@hi , "cantitate de substanță"@ro , "množina snovi"@sl , "quantidade de substância"@pt , "Jumlah bahan"@ms; dcterms:description "\n $\\textit{Amount of Substance}$ is a standards-defined quantity that measures the size of an ensemble of elementary entities,\n such as atoms, molecules, electrons, and other particles. \n It is sometimes referred to as chemical amount.\n\n The International System of Units (SI) defines the amount of substance to be proportional to the number of elementary entities present. \n The SI unit for amount of substance is mole. \n It has the unit symbol $mol$.\n\n The mole is defined as the amount of substance that contains an equal number of elementary entities as there are atoms in 0.012kg of the isotope carbon-12. \n This number is called Avogadro's number and has the value $6.02214179(30) \\times 10^{23}$. \n \n The only other unit of amount of substance in current use is the $pound-mole$ with the symbol $lb-mol$,\n which is sometimes used in chemical engineering in the United States. \n One $pound-mole$ is exactly $453.59237 mol$.\n "^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Amount_of_substance"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0; @@ -11717,7 +11717,7 @@ quantitykind:Pressure quantitykind:ElectricCharge rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "električni naboj"@sl , "Elektrický náboj"@cs , "电荷"@zh , "carga eléctrica"@es , "elektrik yükü"@tr , "sarcină electrică"@ro , "elektromos töltés"@hu , "carica elettrica"@it , "elektrische Ladung"@de , "विद्युत आवेग या विद्युत बहाव"@hi , "carga elétrica"@pt , "Ηλεκτρικό φορτίο"@el , "Електрически заряд"@bg , "電荷"@ja , "الشحنة الكهربائية"@ar , "Charge électrique"@fr , "Электрический заряд"@ru , "ładunek elektryczny"@pl , "Cas elektrik"@ms , "بار الکتریکی"@fa , "onus electricum"@la , "electric charge"@en , "מטען חשמלי"@he; + rdfs:label "Elektrický náboj"@cs , "električni naboj"@sl , "电荷"@zh , "carga eléctrica"@es , "elektrik yükü"@tr , "sarcină electrică"@ro , "elektromos töltés"@hu , "carica elettrica"@it , "elektrische Ladung"@de , "विद्युत आवेग या विद्युत बहाव"@hi , "carga elétrica"@pt , "Ηλεκτρικό φορτίο"@el , "Електрически заряд"@bg , "電荷"@ja , "الشحنة الكهربائية"@ar , "Charge électrique"@fr , "Электрический заряд"@ru , "ładunek elektryczny"@pl , "Cas elektrik"@ms , "بار الکتریکی"@fa , "onus electricum"@la , "electric charge"@en , "מטען חשמלי"@he; rdfs:seeAlso quantitykind:ElectricCurrent; dcterms:description "\"Electric Charge\" is a fundamental conserved property of some subatomic particles, which determines their electromagnetic interaction. Electrically charged matter is influenced by, and produces, electromagnetic fields. The electric charge on a body may be positive or negative. Two positively charged bodies experience a mutual repulsive force, as do two negatively charged bodies. A positively charged body and a negatively charged body experience an attractive force. Electric charge is carried by discrete particles and can be positive or negative. The sign convention is such that the elementary electric charge $e$, that is, the charge of the proton, is positive. The SI derived unit of electric charge is the coulomb."^^qudt:LatexString; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0; @@ -11943,7 +11943,7 @@ quantitykind:MagneticVectorPotential quantitykind:SpeedOfSound rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "rychlost zvuku"@cs , "Hitrost zvoka"@sl , "velocidad del sonido"@es , "viteza sunetului"@ro , "ध्वनि का वेग"@hi , "speed of sound"@en , "vitesse du son"@fr , "音速"@ja , "prędkość dźwięku"@pl , "velocidade do som"@pt , "Schallgeschwindigkeit"@de , "скорость звука"@ru , "velocità del suono"@it , "Kelajuan bunyi"@ms , "سرعة الصوت"@ar , "سرعت صوت"@fa , "音速"@zh , "Ses hızı"@tr; + rdfs:label "rychlost zvuku"@cs , "Hitrost zvoka"@sl , "velocidad del sonido"@es , "viteza sunetului"@ro , "ध्वनि का वेग"@hi , "speed of sound"@en , "vitesse du son"@fr , "音速"@ja , "prędkość dźwięku"@pl , "velocidade do som"@pt , "Schallgeschwindigkeit"@de , "velocità del suono"@it , "скорость звука"@ru , "Kelajuan bunyi"@ms , "سرعة الصوت"@ar , "سرعت صوت"@fa , "音速"@zh , "Ses hızı"@tr; dcterms:description "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_sound"^^xsd:anyURI; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0; @@ -12086,7 +12086,7 @@ vaem:GMD_QUDT-QUANTITY-KINDS-ALL dcterms:modified "2024-10-26T14:11:16.049-04:00"^^xsd:dateTime; dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org"; dcterms:subject "QUANTITY-KINDS-ALL"; - dcterms:title "QUDT Quantity Kinds Version $$QUDT_MAJOR_MINOR_VERSION$$Vocabulary"; + dcterms:title "QUDT Quantity Kinds Version $$QUDT_MAJOR_MINOR_VERSION$$ Vocabulary"; vaem:applicableDiscipline "All disciplines"; vaem:applicableDomain "Science, Medicine and Engineering"; vaem:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime; @@ -12226,7 +12226,7 @@ quantitykind:LiftForce quantitykind:PlaneAngle rdf:type qudt:QuantityKind; rdfs:isDefinedBy ; - rdfs:label "Плоский угол"@ru , "angolo piano"@it , "角度"@zh , "medida angular"@pt , "angle plan"@fr , "angulus planus"@la , "ravninski kot"@sl , "弧度"@ja , "זווית"@he , "Επίπεδη γωνία"@el , "Rovinný úhel"@cs , "ángulo plano"@es , "düzlemsel açı"@tr , "szög"@hu , "plane angle"@en , "Sudut satah"@ms , "الزاوية النصف قطرية"@ar , "क्षेत्र"@hi , "kąt płaski"@pl , "unghi plan"@ro , "ebener Winkel"@de , "زاویه مستوی"@fa , "Равнинен ъгъл"@bg; + rdfs:label "Плоский угол"@ru , "角度"@zh , "medida angular"@pt , "angolo piano"@it , "angle plan"@fr , "angulus planus"@la , "ravninski kot"@sl , "זווית"@he , "弧度"@ja , "Επίπεδη γωνία"@el , "Rovinný úhel"@cs , "düzlemsel açı"@tr , "ángulo plano"@es , "szög"@hu , "plane angle"@en , "Sudut satah"@ms , "الزاوية النصف قطرية"@ar , "क्षेत्र"@hi , "kąt płaski"@pl , "ebener Winkel"@de , "unghi plan"@ro , "زاویه مستوی"@fa , "Равнинен ъгъл"@bg; dcterms:description "The inclination to each other of two intersecting lines, measured by the arc of a circle intercepted between the two lines forming the angle, the center of the circle being the point of intersection. An acute angle is less than $90^\\circ$, a right angle $90^\\circ$; an obtuse angle, more than $90^\\circ$ but less than $180^\\circ$; a straight angle, $180^\\circ$; a reflex angle, more than $180^\\circ$ but less than $360^\\circ$; a perigon, $360^\\circ$. Any angle not a multiple of $90^\\circ$ is an oblique angle. If the sum of two angles is $90^\\circ$, they are complementary angles; if $180^\\circ$, supplementary angles; if $360^\\circ$, explementary angles."^^qudt:LatexString; qudt:dbpediaMatch "http://dbpedia.org/resource/Plane_angle"^^xsd:anyURI; qudt:exactMatch quantitykind:Angle; diff --git a/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL-v2.1.ttl b/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL.ttl similarity index 100% rename from src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL-v2.1.ttl rename to src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL.ttl diff --git a/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl b/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL.ttl similarity index 100% rename from src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl rename to src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL.ttl diff --git a/src/main/rdf/vocab/types/VOCAB_QUDT-DATATYPES-v2.1.ttl b/src/main/rdf/vocab/types/VOCAB_QUDT-DATATYPES.ttl similarity index 100% rename from src/main/rdf/vocab/types/VOCAB_QUDT-DATATYPES-v2.1.ttl rename to src/main/rdf/vocab/types/VOCAB_QUDT-DATATYPES.ttl diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL-v2.1.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl similarity index 100% rename from src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL-v2.1.ttl rename to src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl